Skip to content
New issue

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

HDF5 VIIRS #23

Open
2 tasks
tibbben opened this issue Aug 29, 2024 · 0 comments
Open
2 tasks

HDF5 VIIRS #23

tibbben opened this issue Aug 29, 2024 · 0 comments

Comments

@tibbben
Copy link
Member

tibbben commented Aug 29, 2024

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

@tibbben tibbben changed the title HD5 VIIRS HDF5 VIIRS Aug 29, 2024
@tibbben tibbben mentioned this issue Oct 22, 2024
32 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant