Fabien Maussion
Fabien Maussion
Ah yes I forgot that we serve apps like this... In the notebook there is the possibility to export to html, but we do this differently...
There is this: https://discourse.bokeh.org/t/how-to-integrate-matomo-something-like-google-analytics/6369/7 But it looks a bit complicated indeed
I've come up with a quick n dirty solution [here](https://github.com/fmaussion/salem/blob/d0aaefab96bd4099c280d5088d4e66b52d20b72b/salem/gis.py#L901-L983) There should be a more generic way to do it (both pyproj and cartopy use the proj4 engine) but I...
I cannot comment on the details here, but I can only emphasize again that a proj4 string -> cartopy converter would be extremely useful...
> but kwargs is not 1:1 proj4 arguments Somewhat OT: what was the rationale behind creating cartopy-specific semantics for projection kwargs and names, instead of relying on PROJ4 conventions?
And big thanks to everyone working hard on this, especially @djhoese who wrote a couple of unmerged PRs which must be frustrating... I’m pretty sure @rabernat didn’t mean any negativity...
Or the other way around: which tutorial are you running? It is possibly an older tutorial version that needs updating.
Your version of OGGM is fine - the tutorial is not. On the link https://tutorials.oggm.org/stable/notebooks/tutorials/use_your_own_inventory.html#using-your-our-own-glacier-inventory-with-oggm we are still recommending to uncomment the lines where `download_ref_tstars` is used - this is...
@pat-schmitt what is the best way to move forward with this? It's a lot to review and I'm unsure if it's useful at all for me to look into the...
This is a bit of an edge case. Arguably the problem is *not* in OGGM, since OGGM is given a "wrong" number: ``` >>> 1 + 1/12 - 1/12 0.9999999999999999...