Page 2 of 2

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

Posted: Sat Oct 27, 2018 2:37 pm
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

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

Posted: Mon Oct 29, 2018 11:38 am
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