Obtain and convert daily VIIRS DNB hdf SDR files to geotiffs

VIIRS Sensor Data Record
leonidas
Posts: 11
Joined: Fri Aug 31, 2018 12:17 pm

Re: Obtain and convert daily VIIRS DNB hdf SDR files to geot

Post by leonidas »

@PearceRJ, maybe something like that:

Code: Select all

polar2grid.sh  viirs_sdr gtiff -p dnb --dtype real4 -v -f inputfilename outputfilename
What's the problem with satpy?
I batch convert hdfs to geotiffs with satpy using this code:
https://gist.github.com/kokkytos/45ca11 ... 310ba29d60
davidh
Posts: 115
Joined: Tue Jun 04, 2013 11:19 am

Re: Obtain and convert daily VIIRS DNB hdf SDR files to geot

Post by davidh »

Pearce,

For any help with satpy I strongly recommend asking the satpy development team (PyTroll) at the various contact methods listed under "Getting in touch" on the PyTroll website (http://pytroll.github.io/) or filing a bug report on github (https://github.com/pytroll/satpy). For any help with a CSPP project feel free to post that here (there is a Polar2Grid specific forum here too). If you have specific error messages that may be relevant to the issues you're having those would be nice to see in addition to the commands you are running.

Dave
Post Reply