Skip to content

Instantly share code, notes, and snippets.

View salesHgabriel's full-sized avatar
💻
Code..

Gabriel Sales salesHgabriel

💻
Code..
View GitHub Profile
@salesHgabriel
salesHgabriel / gist:25e8cb104cf1ccd32eb4deee324d103a
Created March 1, 2023 19:40 — forked from osya/gist:251ee7c5d1e696d5f2aa
Using the NetTopologySuite (NTS) to read and write Shapefiles in C# #CSharp
using GisSharpBlog.NetTopologySuite.Features;
using GisSharpBlog.NetTopologySuite.Geometries;
using GisSharpBlog.NetTopologySuite.IO;
using GeoAPI.Geometries;
...etc....