NASA-Planetary-Science / HiMAT

23 stars 9 forks source link

Update script to allow export netCDF #46

Closed lsetiawan closed 6 years ago

lsetiawan commented 6 years ago

Overview

This adds another option, which is to export the merged GeoTiff to netCDF file. Currently only covers HMA region.

Sample usage:

python modscag_download.py .cred.json snow_fraction 20080318 --enddate 20080319 ./ --reproj 4326 --exportnc

lsetiawan commented 6 years ago

This resolves #39.