Skip to main content

Questions tagged [hdf]

Hierarchical Data Format (HDF) is a set of file formats (HDF4, HDF5) designed to store and organize large amounts of numerical data.

0 votes
0 answers
17 views

Clipping MODIS HDF file in Python

I am trying to clip MODIS Land Surface Temperature in Python for a defined extent. Even though the files have been clipped, the size (X x Y) of the new file is changed. So when I plot the new data, ...
Ashish Ganesh's user avatar
0 votes
1 answer
26 views

QGIS / SCP plugin / Aster function / hdf file / Error 37 Unable to calculate. Metadata error

I have a blocking problem with the SCP plugin under QGIS when I try to load a .hdf file via the ASTER functionality. When loading my hdf file (selecting the destination folder), I get the following ...
user242590's user avatar
0 votes
0 answers
75 views

Georeferencing JPSS-1/NOAA-20 L2 data (VJ109_NRT) with Python GDAL

I'm new to satellite image processing. I am working with a collection of VJ109_NRT - JPPS1 images. It is a L2 VIIRS product. They come with an extension .nc. I have read the proposed documentation (...
Alex Mak's user avatar
1 vote
0 answers
125 views

Georeference Suomi-NPP NRT HDF to GeoTIFF

I am trying to georeference Suomi-NPP VNP09_NRT (Near Real Time) data that is in HDF format (example) to GeoTIFF using only GDAL. Currently, this is my code: def georeference_array(array, ...
Just_4n0th3r_Pr0gr4mm3r's user avatar
0 votes
1 answer
242 views

Unable to process HDF files in R due to unavailability of "gdalUtils" package

I have MODIS HDF files which have sinusoidal projection. I want to do three processes: Convert HDF files to TIFF Change projection from sinusoidal to WGS84 Creating subset of region of interest I am ...
Michael_Brun's user avatar
0 votes
1 answer
56 views

Python and GDAL. Missing a dimension when using .ReadAsArray()

I'm using MODIS satellite data and I'm loading the data into Python using the Python bindings of GDAL. I want to extract an array of a specific variable with dimensions 7x8x180x360. They are joint ...
Willem Kroese's user avatar
1 vote
1 answer
81 views

Plotting CALIPSO data in R

I am trying to plot one subdataset of CALIPSO which is in hdf format using R. The data is totally new to me as it's LiDAR data. I am not able to understand how to plot a graph between backscatter ...
shravani banerjee's user avatar
0 votes
0 answers
158 views

How to convert HDF file to GeoTIFF in batch using HEG tool

I have 116 MODIS image in HDF format, I want to convert it to GeoTIFF format using HEG tool. How do I convert this multiple files at once?
Cat_in_glass's user avatar
0 votes
0 answers
222 views

Unable to add HDF file in QGIS on Mac OS

I am using QGIS 3.28.1 Firenze version on Mac. After adding a hdf file, the following pop-ups are displayed: Unsupported Data Source or Invalid data source. The LULC data sets are retrieved from the ...
Dhriti's user avatar
  • 1
0 votes
0 answers
794 views

Convert GeoTIFF to HDF using gdal

Is it possible to use gdal_translate to convert a GeoTIFF to HDF format? According to the format description: $ gdalinfo --formats | grep HDF HDF4 -raster,multidimensional raster- (ros): ...
ashnair1's user avatar
  • 379
0 votes
1 answer
485 views

How to interpret "AOD_QA" layer of MCD19A2?

I read hdf data using MATLAB, qa = hdfread("MCD19A2.A2003060.h28v04.006.2018018233855.hdf","AOD_QA"); According to page 13 of the user guide (MODIS Multi-Angle Implementation of ...
VolkanOzcan's user avatar
1 vote
0 answers
237 views

Convert format HDF to 2D NetCDF

I need to convert an HDF to NetCDF. In the version 2.18 I used to go to Raster-Conversion-and convert, and changing in the console to change 'GMT' by 'netcdf', which allowed me to obtain a 2D .nc. ...
Rogert Sori Gómez's user avatar
5 votes
1 answer
662 views

Converting HDF to TIFF using batch processing with gdal_translate

I have a huge MODIS dataset and I need to translate them to tiff from hdf. My input path is: C:\Users\HP\Desktop\deneme\ham_veri and hopefully, the output path is: C:\Users\HP\Desktop\deneme\yeni This ...
Gülnihal Kurt's user avatar
0 votes
0 answers
160 views

GDAL changes pixel resolution when transforming from HDF to netCDF

Using the MODIS product MCD18A1.061 (DSR 1km), tile h15v05-2001001, my goal is to extract the scientific datasets that are contained in an HDF to several netCDFs. For this, I used the following gdal ...
Just_4n0th3r_Pr0gr4mm3r's user avatar
0 votes
0 answers
931 views

Extracting NDVI values from MODIS datasets in R

Firstly, I'll provide a bit of context behind my question. I've been reading a paper about bushfire modelling, and the paper uses the MODIS datasets (this is my first time learning about them). In ...
MODIS Help please's user avatar

15 30 50 per page
1
2 3 4 5
9