pyModis
pyModis copied to clipboard
python library to work with MODIS data
i'm trying to download the MODIS LST product version 6 ``` today = date.today() End = today.strftime('%Y-%m-%d') Start = '2005-01-01' Start2 = '2005-01-01' #personal data user = "****" password =...
Everytime i try to get pymodis in my vscode (using WSL) it gives me this error, can anyone help me? ERROR: Command errored out with exit status 1: command: /usr/bin/python3...
I tried to download the Modis data of MOD10A2 (version V5) using the fucntion downModis, but it failed. In the first time, I saw some tutorials that do not uses...
This is part of the code: `for product in product_list: destSubFolder = os.path.join(destFolder, product + "/" + "HDF_file") modisDown = downmodis.downModis(destinationFolder=destSubFolder, tiles=tiles, today=day, delta=delta, user="xxx", password="xxx", product=product+product_version) modisDown.connect() modisDown.downloadsAllDay()
When I try to make a mosaic from MCD12Q1 tiles I get the following: ```--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input In [12], in ----> 1 mosaic.run(output_hdf) File /opt/anaconda3/envs/pymodis/lib/python3.10/site-packages/pymodis/convertmodis_gdal.py:613,...
Hello everyone! I am trying to create mosaic and reproject the created mosiac. However, after the creation of the mosaic I am getting an empty list for layers which results...
Hello, I am using the pymodis module to process MOD16A2 evapotranspiration files. I have mosaicked the data and am trying to convert to a lower resolution geotiff file using convertModisGDAL....
## Expected behavior and actual behavior. I'm mosiacking tiles into a global raster using `pyModis.createMosaicGDAL()` and ran into a weird situation. I needed three bands for my processing so I...
Most of the code is very old and not very _pythonic_. Is the code still being maintained? Are there any plans to update it in the short term?
Hi, I followed all the instructions on the PyModis Web Site such as accept the applications. But when I'm running the simple code below i only have empty files (listfileMOD10A1.006,...