Skip to content

An implementation of the R-Tree data structure in C# for mapping and data analysis

License

Notifications You must be signed in to change notification settings

ankrom-moisan/geo-RTreeCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geo-RTreeCS

An implementation of the R-Tree data structure in C#

alt text

The R-Tree is a data structure for querying multidimensional geographic data. It groups nearby nodes together and represents them with their minimum bounding rectangle in the next higher level of the tree, allowing efficient nearest neighbor and bounding box searches.

Main method is rtree.cs

Status:

This project is in progress, and currently INCOMPLETE. It will include methods for creating an RTree from CSV or GeoJSON data, inserting new features into that tree, removing features from the tree, and running bounding box queries.

It will additionally include all nessecary data classes to handle geographic data as native .NET objects.

About

An implementation of the R-Tree data structure in C# for mapping and data analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages