NetTopologySuite.IO.ShapeFile icon indicating copy to clipboard operation
NetTopologySuite.IO.ShapeFile copied to clipboard

The ShapeFile IO module for NTS.

Results 37 NetTopologySuite.IO.ShapeFile issues
Sort by recently updated
recently updated
newest added

_From @xivk on February 28, 2017 9:32_ I'm working on a tool for a client of mine converting OSM data into a shapefile that can easily consumed for routing and...

I can not read a specific .shp. The ReadNextNonNullShape function of ShapeMBREnumeratorBase returns a negative number for CurrShapeIndex = Reader.ReadInt32BE () - 1; in shape number 11 [SHP_ETRS89.zip](https://github.com/NetTopologySuite/NetTopologySuite/files/2610580/SHP_ETRS89.zip)

_From @trailway on July 19, 2016 17:57_ I recently encountered some shape files which the reader does not handle. It can be debated whether the files are correct but they...

_From @tdyen on April 9, 2018 3:40_ In DbaseFileWriter.cs if you Write a DateTime attribute for DateTime.MinValue then the year is 1 so it writes 1 char not 4 and...

_From @majorbenks on March 16, 2018 8:35_ I tried to use ShapefileDataWriter with a ShapefileStreamProviderRegistry. I open four FileStreams and wrap them in an object implementing IShapefileStreamProvider adding them to...

_From @Labbe21 on October 30, 2017 15:35_ I have a shape file generated with QGIS as a zip with dbf, prj, shp and shx files within it. That file decoding...

_From @laetitiamh on September 7, 2016 14:58_ Hi! I am trying to open a shapefile that contains building outlines using NetTopologySuite.IO.ShapefileReader. I only get around 700 of the 5000+ buildings...