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 all I'm currently try to export wkt poligons to Shapefile, but when i go to write features, like that: `// Use the dataWriter to write the shape file with...

Im trying to read shp-files in a Xamarin.Mac project with NetTopologySuite.IO.Shapefile 2.0.0. Project is targeting Xamarin.Mac Full NET 4.8. Calling _`reader = new ShapefileDataReader(file, _geometryFactory, System.Text.Encoding.Default);` results in ArgumentNullException, see...

Hello! I am working out how to read shapefiles cross platform (UWP and Android) in a Xamarin.Forms application (.netstandard 2.0). But I am encountering an issue: ``` System.ArgumentNullException Message=Value cannot...

I am creating a Xamarin.Forms App across UWP and Android with .NetStandard. Since I have a thight deadline a quick answer would be great! Thank you very much!

Hello, Thanks for open sourcing this library. I've been trying to open a shapefile in memory via `ShapefileStreamProviderRegistry`. The shapefile has .prj file, but the resultant `ShapefileDataReader` does not seem...

I'm starting with NetTopologySuite and I'm trying to read an .shp that I created from [geojson.io](http://geojson.io) to do some tests, it gave me an .zip file which contains 4 files...

how to write geometry collection to single shapefile,has multi dbf rows

question

var writer =new ShapefileDataWriter(fullpath, factory,writeEncoding); writer.Header = ShapefileDataWriter.GetHeader(lines[0], lines.Count); default is 3D coordinates? i need to 2d

question

when i write attribute column length more than 254 that string intercepted,can't write over length 254 on the other hand.ShapefileDataWriter About Chinese random encoding error

open failure when used arcgis platform open shapefile display graphic scaling ratio inormal (arcgis 10.2.2)