Search found 4 matches

by googlecolab2023
Wed Nov 27, 2024 7:52 am America/New_York
Forum: Home
Question: Geotiff export from HDF
Replies: 1

Geotiff export from HDF

Hi. My code is #!/usr/bin/env python # coding: utf-8 import os import re import numpy as np import pandas as pd from pyhdf.SD import SD, SDC import rasterio from rasterio.transform import from_origin # Define file path file_path = r"C:\Users\Utel\Downloads\x\MOD09GA.A2024328.h22v06.061.20243290...
by googlecolab2023
Wed Nov 27, 2024 3:24 am America/New_York
Forum: Home
Question: MOD09GA in HDF Preprocessing
Replies: 4

Re: MOD09GA in HDF Preprocessing

Thanks for your response. is there any way to convert it to GeoTIFF in python?
by googlecolab2023
Sun Nov 24, 2024 3:09 am America/New_York
Forum: Home
Question: MOD09GA in HDF Preprocessing
Replies: 4

MOD09GA in HDF Preprocessing

Hello, I downloaded MOD09GA in HDF format. Does it need preprocessing? If yes, what kind of processing should I perform?
by googlecolab2023
Sun Nov 24, 2024 3:08 am America/New_York
Forum: Home
Question: MOD13Q1 NDVI data preprocessing
Replies: 6

Re: MOD13Q1 NDVI data preprocessing

Hello, I downloaded MOD09GA in HDF format. Does it need preprocessing? If yes, what kind of processing should I perform?