Micah D. Cochran
Micah D. Cochran
Font Manager on Linux calls these Variations. Variations would include font weight, condensed, and italic versions. (Which the last two really don't usually matter for programming fonts, but SourceCodePro includes...
@jonititan may I suggest a separate library that seems to do that? for python2.7 is [LatLon](https://pypi.python.org/pypi/LatLon/) for Python 2.7&3 is [LatLon23](https://pypi.python.org/pypi/LatLon23) (fork of the other with a [GitHub repo](https://github.com/hickeroar/LatLon23)) I...
Probably best not to copy and paste code, I don't think that GPL3 licenses (LatLon) is compatible with MIT license. That doesn't meant that you can't look :eyes:
Did you test any of the OGR command line utilities for how it handled the bad driver?
FileGDB requires GDAL to be compiled with ESRI's FileGDB API SDK. See [GDAL docs for FileGDB under the section "Building Notes"](http://www.gdal.org/drv_filegdb.html) and see [this](http://trac.osgeo.org/gdal/wiki/FileGDB).
The problem here is there are many operating systems and many different ways to install GDAL and Fiona. Compiling is a sure fire way to give instructions that allow anyone...
How would someone go about installing the nemsio package?
@jenshnielsen Do you mean that a label needs to be added to this issue that says this issue a bug report?
@guziy I don't. I tried to do the same conversion with GDAL/OGR, which does **NOT** work: ``` Python from osgeo import osr srs = osr.SpatialReference() proj4_text = "+R=6370997.0 +lon_0=-97.0 +o_lat_p=42.5...
It would be good if the readshapefile function were able to automatically reproject coordinates from a projected coordinate system into WGS84 lat/long (or lon/lat for that matter). It is probably...