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 am trying to use PyModis to download MODIS AOD data programmatically. I created a new Conda environment with Python 3.6.10 (MacOS), installed the dependencies with Conda and then installed,...

Is there a way to create tiff's with multiple layers stemming from modis_convert.py? modis_mosaic allows you to mosaic multiple tiles into one tiff that has layers based on the bands...

enhancement

trying to download over h30v08 tile for 2016, but seems to me it's not downloading anything. The log file continues to increase in size (more logs) but the download for...

question

Is there a way to download the Modis data based on cloud percentage?

enhancement
question

# fetch image sudo docker pull neteler/pymodis # run them all: ## note the .py: sudo docker run -it --rm neteler/pymodis modis_download.py --help sudo docker run -it --rm neteler/pymodis modis_download_from_list.py...

Is there a way to download file within a defined geographical extent?

enhancement

Hi all, trying to download MOD05_L2 any suggestion?

Hello, Thanks for making this great package! I am able to download the data I need, but I am not able to parse the HDF files, and therefore createMosaicGDAL() also...

Can't find MOD021KM product at https://e4ftl01.cr.usgs.gov/ But I have found it at [ftp://ladsftp.nascom.nasa.gov/allData/61/MOD021KM/2018/109/](ftp://ladsftp.nascom.nasa.gov/allData/61/MOD021KM/2018/109/) Can I download MOD021KM products using PyModis?

Hi everyone!!! I am currently working on MOD11A1 (https://e4ftl01.cr.usgs.gov/MOLT/MOD11A1). I have successfully executed modis_mosaic.py but I am having trouble executing modis_convert.py. it gave me this error > xml.etree.ElementTree.ParseError: XML or...