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

add map plotting to xarray tools #41

Open
annefou opened this issue May 17, 2021 · 4 comments
Open

add map plotting to xarray tools #41

annefou opened this issue May 17, 2021 · 4 comments

Comments

@annefou
Copy link
Contributor

annefou commented May 17, 2021

I am planning to add an xarray tool to plot 2D xarrays on a geographical map.

Should I add it here in https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray?

@yvanlebras
Copy link
Contributor

Hi Anne,

It seems to me of interest for ""our"" users, so I would say yes if you think this is ok !

Don't hesitate to say if you need help / review or feedback !

Cheers,

Yvan

@yvanlebras
Copy link
Contributor

Hi Anne. Is it possible to use the opportunity to work on this xarray_select tool to also systematically add an output dataset (maybe with log of the run written on it?) when using this tool as this tool is creating ""only" dataset collection and if there is an issue, user can't rerun and/or see what happen. A manner to face it is to automatically create a "flat dataset" as output of any run of this tool. Is it something you are agree with @annefou @bgruening ?

Thank you for your help and improvments !

Cheers,

Yvan

@annefou
Copy link
Contributor Author

annefou commented May 18, 2021

Yes, I am sure it can be done. I'll look at it ASAP.

We have been asked to add 1D plotting too (for time series; with proper dates on x-axis). Maybe something I can add too.

@annefou
Copy link
Contributor Author

annefou commented Jun 18, 2021

A few problems that have been raised with xarray map plotting tool:

  • Spaces in title and label do not work properly (for now you need to add for instance underscores...).
  • Meteo-france Weather Forecasts (AROME and ARPEGE) are now available on AWS and have been added as remote source. Format is grib2 and can be "ingested" by xarray tools if , engine='cfgrib' is added when opening the file.
  • xarray operations are very limited now. Simple operation for instance to convert from Kelvin to degrees Celcius should be offered.

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

No branches or pull requests

2 participants