pyModis icon indicating copy to clipboard operation
pyModis copied to clipboard

python library to work with MODIS data

Results 40 pyModis issues
Sort by recently updated
recently updated
newest added

I'm trying to download MODIS aerosol product using download.py, but it's not downloading anything. It's giving connection error. modis_download.py -U username -P password -r -p MOD04_L2.006 -f 2017-12-31 -O ....

#### Hello, I wrote a Python2 script to download via MOLT source and everything is working just fine, but when I port this script to download from MOST data source...

`C:\Users\cyeme>modis_convert.py -s "( 0 0 0 0 0 0 1 )" -o f:/guizhou/data/modis/MYD05_L2_reporjection_resample.tif -e 32648 -g 500 f:/guizhou/data/modis/MYD05_L2.A2016041.0600.006.2016041204845.hdf WxPython missing, no GUI enabled Traceback (most recent call last): File "C:\Users\cyeme\AppData\Local\Programs\Python\Python36\Scripts\modis_convert.py",...

Sometimes a downloaded tile is not listed in the list file (randomly ? missing): ``` # landuse_MCD12Q1: download from NASA year 2013 modis_download.py -e 2013-01-01 -f 2013-12-31 --product=MCD12Q1.051 --source=MOTA landuse_MCD12Q1/...

bug

Hello Luca, Is it possible to use convert to project either the original hdf or a mosaiced vrt file and keep the output in a vrt format? I would like...

enhancement

Hi, Many thanks for this excellent tool. I am being successful in using the new version with my login credentials. However, it fails when I am using my work machine...

bug
enhancement

Add compression for TIFF file in mosaic and conversion

enhancement

We should add a product object to store information like default download url, information about quality control, and for MRT configuration file. We could use this new object inside the...

enhancement

Could be useful to add the capabilities to select the tiles to download from a bounding box or a vector data. This could be easily implemented using ogr library and...

enhancement

Hi Luca, I don't know if this is already part of the PyModis, but it would be nice if download progress bar can be incorporated so we can see how...

enhancement