Benjamin Root

Results 181 comments of Benjamin Root
trafficstars

This might be a duplicate of issue #192?

Adding EPSG support to Basemap would be non-trivial. It already has a fairly complex object `__init__()`. Does basemap even support UTM, either? I am pretty sure cartopy does, though.

Ah, that shows how much I use UTM in my day-to-day work. The only EPSG code I know off the top of my head is 4236. In any case, you...

No new development work has been done for basemap for optimizations. On Wed, Mar 1, 2017 at 6:57 AM, LeeMeng wrote: > I'm sorry but did we get a better...

These are valid points, and it is something to consider. Previously, the limitation in hosting the basemap package on pypi has been its size. Perhaps that can be revisited? On...

Thread rezz-ing. @dstufft, you have helped us out before with file-size limits for matplotlib on PyPi (https://github.com/matplotlib/matplotlib/issues/2715). The problem is significantly worse for basemap, as the tarball is just under...

Is that true even if the package was never hosted on pypi directly? basemap was always hosted from sourceforge. On Wed, May 18, 2016 at 12:45 PM, Donald Stufft [email protected]...

but which version of basemap? On Tue, Jan 10, 2017 at 4:39 PM, John Lawson wrote: > Having this problem too. Python 3.5.2 on matplotlib version 1.5.1 and > 1.5.3...

Set your channel to conda-forge to get the unofficial v1.0.8. On Wed, Jan 11, 2017 at 10:11 AM, John Lawson wrote: > @micahcochran Good to know, thanks. > > —...

Could you try explicitly setting a color for the county lines? I am starting to wonder if a change in defaults in matplotlib is causing a problem. On Thu, Feb...