{"id":7690362,"url":"https://github.com/NetTopologySuite/NetTopologySuite","last_synced_at":"2025-07-13T12:32:08.934Z","repository":{"id":20014814,"uuid":"23282460","full_name":"NetTopologySuite/NetTopologySuite","owner":"NetTopologySuite","description":"A .NET GIS solution that is fast and reliable for the .NET platform.","archived":false,"fork":false,"pushed_at":"2024-09-10T13:24:07.000Z","size":59864,"stargazers_count":1452,"open_issues_count":59,"forks_count":318,"subscribers_count":99,"default_branch":"develop","last_synced_at":"2024-11-19T15:00:22.362Z","etag":null,"topics":["c-sharp","jts","jts-topology-suite","library","nts","sfs","topology"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NetTopologySuite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-08-24T14:05:08.000Z","updated_at":"2024-11-19T09:32:19.000Z","dependencies_parsed_at":"2024-04-15T13:10:52.689Z","dependency_job_id":null,"html_url":"https://github.com/NetTopologySuite/NetTopologySuite","commit_stats":{"total_commits":2123,"total_committers":44,"mean_commits":48.25,"dds":0.4559585492227979,"last_synced_commit":"866a847dd92968864c214c195ffd9657c365d1ac"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetTopologySuite%2FNetTopologySuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetTopologySuite%2FNetTopologySuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetTopologySuite%2FNetTopologySuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetTopologySuite%2FNetTopologySuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NetTopologySuite","download_url":"https://codeload.github.com/NetTopologySuite/NetTopologySuite/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225409155,"owners_count":17470021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","jts","jts-topology-suite","library","nts","sfs","topology"],"created_at":"2024-04-09T13:05:28.236Z","updated_at":"2024-11-22T10:30:55.309Z","avatar_url":"https://github.com/NetTopologySuite.png","language":"C#","funding_links":[],"categories":["GIS","Geospatial Library","Gis","地理信息系统（Gis）","C Sharp"],"sub_categories":["C Sharp"],"readme":"NetTopologySuite\n================\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/NetTopologySuite/NetTopologySuite?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nA .NET GIS solution that is fast and reliable for the .NET platform.\n**NetTopologySuite** is a direct-port of all the functionalities offered by JTS Topology Suite: _NTS expose JTS in a '.NET way'_, as example using Properties, Indexers etc...\n\nAn excerpt from [JTS website](http://sourceforge.net/projects/jts-topo-suite) explains the capabilities of NTS too:\n_\"The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium.\"_\n\nEnjoy using them!\n\n## Documentation\nA documentation of the NetTopologySuite API based on code xml comments is accessible on [github-pages](http://nettopologysuite.github.io/NetTopologySuite/api/NetTopologySuite.html).   \nTo get you started, we have set up an introductory [Getting Started](https://github.com/NetTopologySuite/NetTopologySuite/wiki/GettingStarted) page.\nA list of [known issues](https://github.com/NetTopologySuite/NetTopologySuite/wiki#known-issues) is available, too.\n\n\n## Upgrading to 2.x from 1.x\nA [wiki page](https://github.com/NetTopologySuite/NetTopologySuite/wiki/Upgrading-to-2.0-from-1.x) has been started to try to document the breaking changes in 2.0 when coming from 1.x.\n\n## Install with NuGet package manager\n### Stable [![NuGet Status](http://img.shields.io/nuget/v/NetTopologySuite.svg?style=flat)](http://www.nuget.org/packages/NetTopologySuite/) [![Build Status](https://github.com/NetTopologySuite/NetTopologySuite/actions/workflows/full-ci.yml/badge.svg?branch=main)](https://github.com/NetTopologySuite/NetTopologySuite/actions/workflows/full-ci.yml)\nStable releases are hosted on the default NuGet feed. You can install them using the following command on the package manager command line\n```\nPM\u003e Install-Package NetTopologySuite\n```\n\n### Pre release [![MyGet PreRelease Status](http://img.shields.io/myget/nettopologysuite/vpre/NetTopologySuite.svg?style=flat)](https://www.myget.org/feed/nettopologysuite/package/nuget/NetTopologySuite) [![Build Status](https://github.com/NetTopologySuite/NetTopologySuite/actions/workflows/full-ci.yml/badge.svg?branch=develop)](https://github.com/NetTopologySuite/NetTopologySuite/actions/workflows/full-ci.yml)\nPre-Release versions of NetTopologySuite are hosted on MyGet. The sources for the NetTopologySuite feed are as follows:\n\nVersion | URL\n--- |---\nNuGet v3 | https://www.myget.org/F/nettopologysuite/api/v3/index.json\nNuGet v2 | https://www.myget.org/F/nettopologysuite/api/v2\n\nYou can install the latest pre-release package using the following command on the package manager command line\n```\nPM\u003e Install-Package NetTopologySuite -pre -source \"\u003cNuget v3 or NuGet v2 source\u003e\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNetTopologySuite%2FNetTopologySuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNetTopologySuite%2FNetTopologySuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNetTopologySuite%2FNetTopologySuite/lists"}