-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading MODIS using aps_modis(0,0) #9
Comments
Ended up downloading the HDF files manually from lads: https://ladsweb.modaps.eosdis.nasa.gov and used gdal to convert them to grd: Plotting all converted files to view and they had data. But for aps_mods(3,3) I keep getting this error: Any help would be appreciated! |
I reran all the aps_modis steps while going through the MatLab scripts. Here's what I found: after running step aps_modis(2,2) the *_ZWD_gauss.xyz, *_ZWD_nointrep.xyz, and *_ZWD_surf.xyz were empty (0 bytes)
My xyz files are no longer empty. |
Apologies I can't answer your question but this the reply I got when inquiring about the get_modis.py |
I'm attempting to download the necessary MODIS data for my survey area using the function aps_modis(0,0) however the files won't download.
I downloaded and sourced the path to the get_modis.py file from: https://github.com/jgomezdans/get_modis
But it seems to have different parameters compared to those specified in the TRAIN script: aps_modis_Python.m
Any pointers on how to move forward will be helpful!
The text was updated successfully, but these errors were encountered: