Skip to content

monocongo/ingest_nclimgrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ingest_nclimgrid

Ingest code to convert NOAA's 5km gridded GHCN-D temperature and precipitation dataset (nClimGrid) from ASCII to NetCDF.

ASCII versions of the monthly averaged nClimGrid datasets in GIS "point file" format are available for download from NCEI/NOAA, and are used as the input sources for this conversion process.

The results of this ingest process should be available from NOAA here by the end of the first week of the month. However if you're impatient or if NOAA delays posting the NetCDF versions of the data (it's often out-of-date by several months) then use this code to cook up the datasets yourself.

Example usage:

$ python3 nclimgrid_ingest.py --dest_dir /data/nclimgrid --start 189501 --end 201909

About

Ingest code to convert nClimGrid ASCII datsets into NetCDF

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages