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

Hi, I'm trying to create ShapeFile which contains time-specific values. At first, I tried to just add DateTime fields to Attributes table just using: `attributesTable.Add("DateTime", myObject.MyDateTimeField));`, but according to ShapeFileDataWriter:...

**Describe** UTF-8 shapefile loaded with wrong encoding. **Code Snippet** ```csharp using (var reader = new ShapefileDataReader("shape.shp", new GeometryFactory(), Encoding.UTF8)) { reader.Read(); } ``` **Investigation** `NetTopologySuite.IO.DbaseFileReader.CreateStreamProviderRegistry` method gets called at`ShapefileDataReader` constructor....

bug

The development of this project has been discontinued. Please consider [NetTopologySuite.IO.Esri](https://github.com/NetTopologySuite/NetTopologySuite.IO.Esri) as a replacement.

Trying to export "Polygon" and "MultiPolygon" Geometry points using shapeFileDataWriter.Write(), Getting the following error "Expected geometry that implements 'MultiLineString' or 'LineString', but was 'Polygon' (Parameter 'geometry')". Any suggestions for a...

invalid

The attribute column header and value of a shp file I read contain Chinese characters. It is correct using qgis. When using the following two methods to read the column...

There are two parts of library. `NetTopologySuite.IO.Esri.Core` and `NetTopologySuite.IO.Esri`. The former provides forward-only readers and writers for Esri shapefiles. It is vanilla .NET Standard 2.0 library without any dependencies. The...

Hello! I have a problem with reading of one specific polygon in the attached shapefile ([Example.zip](https://github.com/NetTopologySuite/NetTopologySuite.IO.ShapeFile/files/6050948/Example.zip)) - this polygon has one hole, but it is read as MULTIPOLYGON EMPTY. Other...

I'd like to use this library with the changes from https://github.com/NetTopologySuite/NetTopologySuite.IO.ShapeFile/pull/58 Can a new release be published for this?

![exception](https://user-images.githubusercontent.com/38377997/98221943-8a1e0500-1f50-11eb-8338-61b7be3c276a.PNG)

bug