Datasets:
__key__
stringlengths 86
120
| __url__
stringclasses 2
values | nc
unknown |
---|---|---|
"input4mips/historical/BC_sum/250_km/mon/1750/input4mips_historical_BC_all-fires_sum_250_km_mon_gn_1(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////yOrCgAAAAAAMAAAAAAAAAC7lY0qT0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1750/input4mips_historical_BC_anthro-fires_sum_250_km_mon_g(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////yOrCgAAAAAAMAAAAAAAAAC7lY0qT0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1750/input4mips_historical_BC_no-fires_sum_250_km_mon_gn_17(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////+miCgAAAAAAMAAAAAAAAABWppM6T0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1751/input4mips_historical_BC_all-fires_sum_250_km_mon_gn_1(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////yOrCgAAAAAAMAAAAAAAAAC7lY0qT0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1751/input4mips_historical_BC_anthro-fires_sum_250_km_mon_g(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////yOrCgAAAAAAMAAAAAAAAAC7lY0qT0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1751/input4mips_historical_BC_no-fires_sum_250_km_mon_gn_17(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////+miCgAAAAAAMAAAAAAAAABWppM6T0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1752/input4mips_historical_BC_all-fires_sum_250_km_mon_gn_1(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////yOrCgAAAAAAMAAAAAAAAAC7lY0qT0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1752/input4mips_historical_BC_anthro-fires_sum_250_km_mon_g(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////yOrCgAAAAAAMAAAAAAAAAC7lY0qT0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1752/input4mips_historical_BC_no-fires_sum_250_km_mon_gn_17(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////+miCgAAAAAAMAAAAAAAAABWppM6T0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
"input4mips/historical/BC_sum/250_km/mon/1753/input4mips_historical_BC_all-fires_sum_250_km_mon_gn_1(...TRUNCATED) | "hf://datasets/climateset/climateset@43d9fbb4c302ca400e55580efb962b1b08d58095/inputs/input4mips.tar.(...TRUNCATED) | "iUhERg0KGgoCCAgAAAAAAAAAAAD//////////yOrCgAAAAAAMAAAAAAAAAC7lY0qT0hEUgIM3gIiAAAAAAADBAAAAAAAAAD////(...TRUNCATED) |
End of preview. Expand
in Dataset Viewer.
Terms of Use
By using the dataset, you agree to comply with the dataset license (CC-by-4.0-Deed).
Download Instructions
To download one file, please use
from huggingface_hub import hf_hub_download
# Path of the directory where the data will be downloaded in your local machine
local_directory = 'LOCAL_DIRECTORY'
# Relative path of the file in the repository
filepath = 'FILE_PATH'
repo_id = "climateset/climateset"
repo_type = "dataset"
hf_hub_download(repo_id=repo_id, filename=filepath, local_dir=local_directory, repo_type=repo_type, local_dir_use_symlinks=False)
To download the content of the whole repository, please use
from huggingface_hub import snapshot_download
# Path of the directory where the data will be downloaded in your local machine
local_directory = 'LOCAL_DIRECTORY'
repo_id = "climateset/climateset"
repo_type = "dataset"
snapshot_download(repo_id=repo_id, repo_type=repo_type, local_dir=local_directory, local_dir_use_symlinks=False)
Please note that the script extract_climateset.py
can be used to extract the content of each of the .TAR archive files once they are downloaded in your local machine.
- Downloads last month
- 299