-
Notifications
You must be signed in to change notification settings - Fork 2
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
abstractions and implementation for remote dataset support #25
Comments
Will we have pre-populated catalog entries for remote datasets like the local ones? Or generate/search metadata as needed? If the former, we could at least have data provider- and/or data access protocol-specific ingestion processes (#34)? |
I've been exploring how to support the remote MODIS NDVI dataset (#24). The roadblocks I've run into have been mentioned in various issues but I'm listed them here:
|
But see #25 for pending issues
I think the only thing remote data specific left that I've run into with the MODIS NDVI dataset that hasn't been resolved as of now is
But it strips the '//' out and doesn't play nice with |
Currently, dataset abstractions (e.g., dataset abstract base classes) are geared toward local datasets. A similar framework needs to be designed and implemented for remote datasets and unified with the local dataset abstractions. Thus, this issue is both a major software engineering task and implementation task.
The text was updated successfully, but these errors were encountered: