-
Notifications
You must be signed in to change notification settings - Fork 82
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
Support for MOD14A1 MODIS/Terra Thermal Anomalies/Fire Daily L3 Global 1km SIN Grid V061 #505
Comments
hdf4 is of course experimental and not very tested at all. I don't immediately have a thought, and I'm not sure when I'll have a chance to look into it :| . |
No worries @martindurant thanks for responding. I'll leave this open for now as I'll continue to investigate when I have time. It's exciting that it's working for the other 2 modis products! |
I can get s3 credentials via earthaccess, but I still don't have permissions for the file. I assume I need to approve something, but what? |
I'm guessing the issue is that the code you are running is not located in the same region as the files. NASA Earthdata cloud buckets are only accessible when working in the same region. You can only access them outside that region using HTTPS. If you are interested, I could add you to the VEDA JupyterHub (where you actually don't need S3 credentials at all because it has role-based access to the LPDAAC bucket) |
Yes, please add me. |
Ok you should have an invite to the veda-analytics-access org and all-access github team. Once you have accepted that invitation you should be able to log in to https://hub.openveda.cloud |
OK, the special case for this particular array is in the dataset is, that it's made of exactly one chunk only. Fix will come soon. |
👋🏽 thank you for adding HDF4 support! I am hoping to use it for one of NASA projects but ran into an error for this MOD14A1 MODIS/Terra Thermal Anomalies/Fire Daily L3 Global 1km SIN Grid V061 dataset.
The full reproducible example is here: https://nbviewer.org/gist/abarciauskas-bgse/1fa66a708a9b17472f063daec756d751. Note: you will need Earthdata LPDAAC S3 credentials configured in your environment for this to work, which you can get using https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials or https://earthaccess.readthedocs.io/.
The error is:
I started to investigate this by learning a bit more about HDF4 format and it's implementation in this dataset, but haven't yet reached a conclusion. I will continue to investigate this week but thought I should open an issue in case there are any clues @martindurant may have.
The text was updated successfully, but these errors were encountered: