Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Merge

This is the code (written in panic mode) to manipulate the spatially tiled, temporally banded netCDF files and turn them into a GeoTiff data cubes for the timeseries service or single band GeoTiffs for geoserver.

Usage

# merge into data cube
python merge.py --timedim 'Year AD' --varname 'PPT Uncertainty' -o /projects/skope/datasets/paleocar_2/annual_precipitation/u2.tif /projects/skope/paleocar/*_PPT_UNCERTAINTY.nc

# merge into one geotiff per timestep
python merge.py --separate --timedim 'Year AD' --varname 'Niche' -o /projects/skope/datasets/paleocar_2/maize_farming_niche/geoserver/niche.tif /projects/skope/paleocar/*_NICHE.nc

In separate mode the timedim value will be inserted into the output filename immediately prior to the extensions.

Most likely this is a temporary repository and the tool will be merged with another repository.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages