Allow access to netCDF-4 files in S3 object stores
Nessuno ha ancora preso questa issue.
- Lingua principale
- Python
- Stelle
- 150
- Fork
- 23
- Merge medio
- 1g 11h
- PR unite (30g)
- 2
Descrizione
Currently netCDF files are only opened and read by the netCDF4 library. However, netCDF4 can't read files in S3 object stores.
h5netcdf, on the other hand can, access S3 netCDF-4 files (but not netCDF-3).
A new default behaviour for an arbitrary file should be to try netCDF4, and fall back on h5netcdf if that doesn't work. There should also be the option to cf.read to specifically choose one or other of the libraries.
Access to an S3 object store may require credentials, which will need to be passed in via a new cf.read argument.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Start by tracing the cf.read entry point and how it currently selects the netCDF4 library. Define the behavior for automatic fallback, explicit library selection, and credentials passed to S3 access. Done means netCDF-4 files in S3 can be read through h5netcdf while existing netCDF-3 access remains supported.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- cloud, data
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100