All Projects → NetTopologySuite → Nettopologysuite

NetTopologySuite / Nettopologysuite

Licence: other
A .NET GIS solution that is fast and reliable for the .NET platform.

Labels

Projects that are alternatives of or similar to Nettopologysuite

my-math-notes
All of my math stuff from grad school.
Stars: ✭ 41 (-94.84%)
Mutual labels:  topology
MeshCore.jl
Curation and manipulation of general unstructured meshes for the Finite Element Methods (FEM).
Stars: ✭ 14 (-98.24%)
Mutual labels:  topology
Grassmann.jl
⟨Leibniz-Grassmann-Clifford⟩ differential geometric algebra / multivector simplicial complex
Stars: ✭ 289 (-63.6%)
Mutual labels:  topology
yk-liu.github.io
Pointing to the Moon, my personal website.
Stars: ✭ 82 (-89.67%)
Mutual labels:  topology
Awesome-Math-Learning
📜 Collection of the most awesome Math learning resources in the form of notes, videos and cheatsheets.
Stars: ✭ 73 (-90.81%)
Mutual labels:  topology
Dgtal
Digital Geometry Tools and Algorithm Library
Stars: ✭ 259 (-67.38%)
Mutual labels:  topology
TDAstats
R pipeline for computing persistent homology in topological data analysis. See https://doi.org/10.21105/joss.00860 for more details.
Stars: ✭ 26 (-96.73%)
Mutual labels:  topology
Affinity
Free 2D symbols for computer network diagrams
Stars: ✭ 294 (-62.97%)
Mutual labels:  topology
topology
General topology in Coq [maintainers=@amiloradovsky,@Columbus240,@stop-cran]
Stars: ✭ 36 (-95.47%)
Mutual labels:  topology
Topy
Topology Optimization using Python
Stars: ✭ 278 (-64.99%)
Mutual labels:  topology
L2-Emulator
Implementing a Layer-2 Emulator in C using Graphs and LinkedList
Stars: ✭ 17 (-97.86%)
Mutual labels:  topology
missing
A utility library for Clojure of functions and macros that complement clojure.core
Stars: ✭ 26 (-96.73%)
Mutual labels:  topology
Scikit Tda
Topological Data Analysis for Python🐍
Stars: ✭ 268 (-66.25%)
Mutual labels:  topology
manifolds
Coordinate-free hypersurfaces as Haskell types
Stars: ✭ 37 (-95.34%)
Mutual labels:  topology
Hwloc
Hardware locality (hwloc)
Stars: ✭ 289 (-63.6%)
Mutual labels:  topology
tadasets
Synthetic data sets apt for Topological Data Analysis
Stars: ✭ 20 (-97.48%)
Mutual labels:  topology
Persistence
A topological data analysis library for Haskell
Stars: ✭ 26 (-96.73%)
Mutual labels:  topology
Giotto Tda
A high-performance topological machine learning toolbox in Python
Stars: ✭ 384 (-51.64%)
Mutual labels:  topology
Topogram
Continuous area cartograms with d3 and TopoJSON
Stars: ✭ 307 (-61.34%)
Mutual labels:  topology
Mather
zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具
Stars: ✭ 270 (-65.99%)
Mutual labels:  topology

Build Status NetTopologySuite

Gitter

A .NET GIS solution that is fast and reliable for the .NET platform. 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...

An excerpt from JTS website explains the capabilities of NTS too: "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."

Enjoy using them!

Documentation

A documentation of the NetTopologySuite API based on code xml comments is accessible on github-pages.
To get you started, we have set up an introductory Getting Started page.

Upgrading to 2.x from 1.x

A wiki page has been started to try to document the breaking changes in 2.0 when coming from 1.x.

Install with NuGet package manager

Stable NuGet Status

Stable releases are hosted on the default NuGet feed. You can install them using the following command on the package manager command line

PM> Install-Package NetTopologySuite

Pre release MyGet PreRelease Status

Pre-Release versions of NetTopologySuite are hosted on MyGet. The sources for the NetTopologySuite feed are as follows:

Version URL
NuGet v3 https://www.myget.org/F/nettopologysuite/api/v3/index.json
NuGet v2 https://www.myget.org/F/nettopologysuite/api/v2

You can install the latest pre-release package using the following command on the package manager command line

PM> Install-Package NetTopologySuite -pre -source "<Nuget v3 or NuGet v2 source>"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].