Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    ConstructorError
Message:      while constructing a mapping
  in "<unicode string>", line 3, column 1:
    {{ card_data }}
    ^
found unhashable key
  in "<unicode string>", line 3, column 2:
    {{ card_data }}
     ^
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 164, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1729, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1686, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1017, in get_module
                  dataset_card_data = DatasetCard.load(dataset_readme_path).data
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/repocard.py", line 189, in load
                  return cls(f.read(), ignore_metadata_errors=ignore_metadata_errors)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/repocard.py", line 80, in __init__
                  self.content = content
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/repocard.py", line 98, in content
                  data_dict = yaml.safe_load(yaml_block)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/yaml/__init__.py", line 125, in safe_load
                  return load(stream, SafeLoader)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/yaml/__init__.py", line 81, in load
                  return loader.get_single_data()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/yaml/constructor.py", line 51, in get_single_data
                  return self.construct_document(node)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/yaml/constructor.py", line 60, in construct_document
                  for dummy in generator:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/yaml/constructor.py", line 413, in construct_yaml_map
                  value = self.construct_mapping(node)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/yaml/constructor.py", line 218, in construct_mapping
                  return super().construct_mapping(node, deep=deep)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/yaml/constructor.py", line 141, in construct_mapping
                  raise ConstructorError("while constructing a mapping", node.start_mark,
              yaml.constructor.ConstructorError: while constructing a mapping
                in "<unicode string>", line 3, column 1:
                  {{ card_data }}
                  ^
              found unhashable key
                in "<unicode string>", line 3, column 2:
                  {{ card_data }}
                   ^

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for Gaia H3 mapping

The full_h3_map.json contains our global mapping using UberH3.
Most land regions including large islands are covered.
Most urban centers, lakes and large rivers are mapped, with naming and population data.
Cells have a cell type: Base, Urban, River, or Lake

This mapping serves to allow filtering of region type for Gaia models and helps ensure models only run inference over regions the task is focused on.

Future Updates

land classification for base cells
high resolution cells over specific climates
Improve coastline coverage
Improve river mapping
Add base cell coverage of smaller islands

Dataset Sources

Natural Earth Rivers
Natural Earth 50m Populated Places
Natural Earth Lakes
Natural Earth 10m Urban Areas

Dataset Structure

total_cells: 108804
base_cells_count: 40176
urban_cells_count: 7615
boundary_cells: 7614
lakes_cells_count: 5874
rivers_cells_count: 14963
H3 resolutions: 2,3,4,5

Downloads last month
72