We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data source (needs login):
or API: https://nrt3.modaps.eosdis.nasa.gov/help/downloads
$ gdalinfo HDF5:"VNP46A4.A2023001.h09v06.001.2024020041202.h5"://HDFEOS/GRIDS/VIIRS_Grid_DNB_2d/Data_Fields/NearNadir_Composite_Snow_Free | grep BoundingCoord EastBoundingCoord=-80 NorthBoundingCoord=30 SouthBoundingCoord=20 WestBoundingCoord=-90 $ gdal_translate -a_srs EPSG:4326 -a_ullr -90 30 -80 20 HDF5:"VNP46A4.A2023001.h09v06.001.2024020041202.h5"://HDFEOS/GRIDS/VIIRS_Grid_DNB_2d/Data_Fields/NearNadir_Composite_Snow_Free test.tif
The text was updated successfully, but these errors were encountered:
No branches or pull requests
explore method to identify and download VIIRS data using the API and then extract layers as geotiffs ...
Manual data aquisition
data source (needs login):
API data aquisition
or API: https://nrt3.modaps.eosdis.nasa.gov/help/downloads
process to use goal to extract one layer from the HD5 file
$ gdalinfo HDF5:"VNP46A4.A2023001.h09v06.001.2024020041202.h5"://HDFEOS/GRIDS/VIIRS_Grid_DNB_2d/Data_Fields/NearNadir_Composite_Snow_Free | grep BoundingCoord
EastBoundingCoord=-80
NorthBoundingCoord=30
SouthBoundingCoord=20
WestBoundingCoord=-90
$ gdal_translate -a_srs EPSG:4326 -a_ullr -90 30 -80 20 HDF5:"VNP46A4.A2023001.h09v06.001.2024020041202.h5"://HDFEOS/GRIDS/VIIRS_Grid_DNB_2d/Data_Fields/NearNadir_Composite_Snow_Free test.tif
The text was updated successfully, but these errors were encountered: