NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 19 forks source link

Explicitly convert coordinates to float before entering geometry collection #421

Closed bekozi closed 8 years ago

bekozi commented 8 years ago

who: @bekozi when: 1.3.1

Some types cause a type error when adding an object to an ogr geometry collection. Explicitly converting the coordinates to float avoids this.