Filipe
Filipe
> The first point about pressure and depth in CT is an actual bug. Yep. That is definitely not desirable. It should be pressure and not depth. > I can...
> @ocefpaf Any thoughts on the "standard_name" attribute stuff? Variable names are low priority, but the values being set in the "standard_name" attribute are not from the CF standard name...
> It's maybe the time to think about a "polygon" region fetching ? Something like that is in the works for ERDDAP and should be in the next version. However,...
> erddapy is used as a URL formatter, not for requests There are two options here. One is vendoring that part of the code and, while I don't like that,...
I believe that that is specific to `mapbox`, not sure if it is possible to do it with `leaflet`. One way to do it with `leaflet` is with https://github.com/albburtsev/Leaflet.geojsonCSS
> That's not hooked directly up to the geojson data, but there may be something possible there. `Leaflet.geojsonCSS` is a plugin to read the custom-icons info from the GeoJson data,...
If a web service is not a problem consider using [pyepsg](http://pyepsg.readthedocs.io/en/latest/) instead of pyCRS. It is the same one used in `cartopy`.
I can confirm that this happens with latest `proj4 5.2.0` but not with `proj4 4.9.3`.
Try the basemap from the conda-forge channel: $ conda install -c conda-forge basemap -Filipe On Tue, Apr 19, 2016 at 5:51 PM, Benjamin Root [email protected] wrote: > I don't control...
`conda create -n TEST -c conda-forge python=2.7 basemap nomkl` works for me. It is `1.0.8.dev0` because we needed https://github.com/matplotlib/basemap/pull/279