html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/issues/2034#issuecomment-379530115,https://api.github.com/repos/pydata/xarray/issues/2034,379530115,MDEyOklzc3VlQ29tbWVudDM3OTUzMDExNQ==,9960249,2018-04-08T08:10:07Z,2018-04-08T08:10:07Z,NONE,"Great! If you want to try it today already, I recommend to use the nightly build ([see the installing docs](http://psyplot.readthedocs.io/en/latest/installing.html#installation-via-standalone-installers)) or to use the latest development packages from my personal conda channel
```bash
conda config --add channels conda-forge
conda install -c chilipp/label/dev psyplot psy-maps psyplot-gui
```
The latter however only works for linux.
The new releases should have passed all tests by tomorrow morning and they will then be available through the conda-forge channel and `pip`.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,310547057
https://github.com/pydata/xarray/issues/2034#issuecomment-379508981,https://api.github.com/repos/pydata/xarray/issues/2034,379508981,MDEyOklzc3VlQ29tbWVudDM3OTUwODk4MQ==,9960249,2018-04-08T00:26:22Z,2018-04-08T00:26:22Z,NONE,"Sure, I hope it can help! The [psy-maps package](http://psyplot.readthedocs.io/projects/psy-maps/en/latest/), which is the psyplot plugin for georeferenced plots, is built on the cartopy package (sorry, that is not made clear in the docs currently). For interpreting coordinates following the CF-Conventions, however, I wrote my own decoder class (http://psyplot.readthedocs.io/en/latest/api/psyplot.data.html#psyplot.data.CFDecoder). But you should not have to care about the latter, since this is integrated into the framework.
After having installed the packages, e.g. via
```bash
conda install -c conda-forge psyplot psy-maps psyplot-gui
```
you can simply create a plot from the command line via
```bash
psyplot your-netcdf-file.nc -pm mapplot
```
and it will open the GUI to create a plot. Or you type
```bash
psyplot your-netcdf-file.nc -pm mapplot -n your-variable -o plots.pdf
```
to save it immediately to a PDF file named `plots.pdf`.
There are however a lot more possibilities and formatting options.
Within python, you can just create a georeferenced plot via
```python
import psyplot.project as psy
psy.plot.mapplot('your-netcdf-file.nc', name='your-variable')
```
which will then create a new figure with an instance of cartopy's GeoAxes on it. For more options and configurations of your plots, I refer to the [docs](http://psyplot.readthedocs.io/en/latest/getting_started.html) :wink:, where you also find an example gallery, but you can of course always open an issue in the [psyplot repository](https://github.com/Chilipp/psyplot) and I am happy to help","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,310547057
https://github.com/pydata/xarray/issues/2034#issuecomment-379503319,https://api.github.com/repos/pydata/xarray/issues/2034,379503319,MDEyOklzc3VlQ29tbWVudDM3OTUwMzMxOQ==,9960249,2018-04-07T22:22:49Z,2018-04-07T22:22:49Z,NONE,"Hey! Thanks @benbovy for tagging me! Yes, indeed psyplot provides an interface between matplotlib and xarray to provide a more powerful tool than ncview or panoply to integrate data analysis and visualization. It provides a command line interface, a GUI and an implented ipython console.
I actually wanted to make a new release and a post on the xarray mailing list by tomorrow to introduce it a bit more widely to the community.
If you are on the EGU next week by accident, I will also present it as a PICO presentation on Monday morning, April 9th at 8:30
Psyplot: Interactive data analysis and visualization with Python
https://meetingorganizer.copernicus.org/EGU2018/PICO/28031/235994","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,310547057