-
```
Here's my code:
import shapefile as sf
w = sf.Writer(sf.POINT)
w.point(37.7793, -122.4192)
w.field('FIRST_FLD')
w.record('First','Point')
w.save('test/point')
...it creates point.dbf, point.shp,…
-
```
feature request:
It would be great to see support added for the Spatial data types (POINT, LINE,
etc.) and indices
(SPATIAL, RTREE) which were added in MySQL 5.
Thanks.
```
Original issue r…
-
I am running test and the tests are passing. But I am getting some GDAL errors on the way. Question: Is this intended or does it indicates problems with my GDAL setup? On OSX - painful!
```
python se…
-
```
NTS 1.7.3 RC2
Hi Diego,
It seems that Polygonizer fails when constituent geometries being
processed form a polygon with hole(s). It fails on Polygonizer.Polygons
getter call. Here's exception …
-
ref https://github.com/OnroerendErfgoed/beheersplannen/issues/137
-
```
NTS 1.7.3 RC2
Hi Diego,
It seems that Polygonizer fails when constituent geometries being
processed form a polygon with hole(s). It fails on Polygonizer.Polygons
getter call. Here's exception …
-
In the command,
```
--geom_left geometry index (default 0)
```
what is the geom_left and geom_right? can u specify it ?
-
```
The WKTReader and WKTWriter classes do not support the Z and M flags defined in
the OGC Simple feature access standard.
At the very least, support should be added to WKTReader.
For example, the…
-
```
The WKTReader and WKTWriter classes do not support the Z and M flags defined in
the OGC Simple feature access standard.
At the very least, support should be added to WKTReader.
For example, the…
-
Both represent a Polygon. Poly was added in #8.