Skip to content
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

accès distant netcdf python opendap #9

Open
jvatantollone opened this issue Mar 26, 2018 · 2 comments
Open

accès distant netcdf python opendap #9

jvatantollone opened this issue Mar 26, 2018 · 2 comments

Comments

@jvatantollone
Copy link
Collaborator

Le protocole OpeNDAP, m'a l'air tout a fait étudier pour.

http://docs.opendap.org/index.php/QuickStart

Avec la librairie PyDAP on peut faire tourner un serveur OpeNDAP sous le serveur Apache (1) et côté client on peut l'interroger en python gards ou ferret et notamment faire de la lecture on-the-fly (2)

  1. https://pydap.readthedocs.io/en/latest/server.html#apache

  2. https://publicwiki.deltares.nl/display/OET/Reading+data+from+OpenDAP+using+python

En couplant ça à PlanetoPlot y'a moyen de faire un truc pas mal.

@aymeric-spiga
Copy link
Owner

En fait je suis récemment tombé (voir #8) sur le package xarray qui serait parfait pour un certain nombre de choses que fait planetoplot ; et visiblement xarray gère le opendap en accès distant

@aymeric-spiga
Copy link
Owner

aymeric-spiga commented Apr 2, 2018

xarray est tellement puissant qu'à côté planetoplot fait très bricolo (ceci étant je n'ai jamais prétendu le contraire !). je suis en train d'apprendre xarray http://xarray.pydata.org/en/stable/index.html ce qui devrait rendre planetoplot à peu près obsolète. il y a juste la possibilité de CLI que n'a pas xarray sauf erreur de ma part, mais j'ai commencé à faire quelque chose pour ça https://github.com/aymeric-spiga/xarray-cli, voir aussi pydata/xarray#2034 et opendap fonctionne voir l'exemple aymeric-spiga/xarray-cli@f6b5d4a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants