-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
type: enhancementNew feature or requestNew feature or request
Description
A lot of the most popular NASA datasets are backed by OpenDAP and it would be very handy to have a workflow to support this access pattern. Something like this could also facilitate the usability of legacy data formats such as HDF-EOS
import earthaccess
earthaccess.login()
URL = LEGACY_HDF4_DATA_GRANULE
store = earthaccess.get_opendap_store(URL)
ds = xr.open_dataset(store)ans that's it...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request
Type
Projects
Status
✅ Done