pyModis
pyModis copied to clipboard
python library to work with MODIS data
Hello, I've come across an issue whenever I try to use createMosaicGDAL. The code I've written: ``` hdf_list = ['D:/MODIS/MCD18A1.A2020001.h10v03.061.2020350135843.hdf', 'D:/MODIS/MCD18A1.A2020001.h11v03.061.2020350135958.hdf', ] modis_mosaic = pymodis.convertmodis_gdal.createMosaicGDAL( hdfnames = hdf_list, subset =...
i tried to get ET and PET layer for MOD16A2 by usnig convertmodis_gdal.convertModisGDAL ```modisconv = convertmodis_gdal.convertModisGDAL(hdf, output, "(1 0 0)", 500, outformat='GTiff', epsg=32647, wkt=None, resampl='NEAREST_NEIGHBOR', vrt=False)``` ``` modisconv = convertmodis_gdal.convertModisGDAL(hdf,...
MODIS data update of [Version 6.1](https://lpdaac.usgs.gov/news/modis-version-61-surface-reflectance-data-products-are-available/) we saw that QC layer has No Data value set as `NA` and Fill Value as `NA` [Ref](https://lpdaac.usgs.gov/products/mod11a1v061/) Working with data `MOD11A1.A2019045.h18v03.061.2020344043209.hdf` gives error...
The command line is `modis_convert.py MOD13Q1.A2021353.h10v05.006.2022004235331.hdf -o test.tif -s "(1 0)" -g 0.0025 -e 4326 -r NEAREST_NEIGHBOR` the test data can be found in https://drive.google.com/drive/folders/1zuDwN0j3mfwGf_pDw9p3aQbDAjiCigmX?usp=sharing and errors are: ``` Traceback...
I am trying to use the modis_mosaic.py script to stitch multiple MODIS Aqua images in one I use : modis_mosaic.py -o FILE_mosaic './Data/ModisData/file_list.txt' but I get the error: KeyError: 'EV_250_RefSB'...
Hi! Trying to download NASADEM_HGT v001 product. I don't understand why it doesn't find files to download. Tried setting a fix tile (["n00e021"]) or tile=None. Also, tried setting today parameter...
Hi ! I have sucessfully installed pymodis and gdal but when I try to compile pymodis or import pymodis in jupyter notebook, it says no modeule named gdal. Please help...