https://github.com/NetTopologySuite/GeoAPI
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
https://github.com/NetTopologySuite/GeoAPI
c-sharp geoapi ogc
Last synced: about 1 month ago
JSON representation
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
- Host: GitHub
- URL: https://github.com/NetTopologySuite/GeoAPI
- Owner: NetTopologySuite
- License: other
- Archived: true
- Created: 2014-08-02T09:00:43.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2019-07-23T12:18:29.000Z (almost 7 years ago)
- Last Synced: 2026-04-16T12:21:17.745Z (2 months ago)
- Topics: c-sharp, geoapi, ogc
- Language: C#
- Homepage:
- Size: 4.35 MB
- Stars: 159
- Watchers: 32
- Forks: 75
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-civil-engineering - GeoAPI - Geospatial interfaces historically used in the .NET GIS ecosystem. (Programming Libraries / C#)
README
# GeoAPI
GeoAPI project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects. GeoAPI is used mostly as a base for [NTS](https://github.com/NetTopologySuite/NetTopologySuite/)
### Project status
Package | License | Release | Develop | NuGet (release) | MyGet (pre-release)
------- | ------- | ------- | ------- | --------------- | ----------------------
GeoAPI | [](https://github.com/NetTopologySuite/GeoAPI/blob/develop/LICENSE.md) | [](https://travis-ci.org/NetTopologySuite/GeoAPI) | [](https://travis-ci.org/NetTopologySuite/GeoAPI) | [](https://www.nuget.org/packages/GeoAPI/) | [](https://myget.org/feed/nettopologysuite/package/nuget/GeoAPI)
GeoAPI.Core | [](https://opensource.org/licenses/BSD-3-Clause) | | | | [](https://myget.org/feed/nettopologysuite/package/nuget/GeoAPI.Core)
GeoAPI.CoordinateSystems | [](https://github.com/NetTopologySuite/GeoAPI/blob/develop/LICENSE.md) | | | | [](https://myget.org/feed/nettopologysuite/package/nuget/GeoAPI.CoordinateSystems)
### Supported platforms
GeoAPI supports a wide range of .NET versions:
- net20
- net35-client
- net35-cf
- net40-client
- net403-client
- net45
- netstandard1.0
- netstandard2.0
- portable40-net40+sl5+win8+wp8+wpa81
- portable40-net403+sl5+win8+wp8+wpa81
### Development & building
Because of the wide support of platforms, building GeoAPI can be a pain. Make sure you install all the targeting packs. We provided a few scripts for this in the root folder of this repo.