Geospatial
Geospatial libraries
Geospatial library
Often scientist needs to deal with geospatial coordinate (latitude, longitude), maps and distances.
This include efficient data-structures like KD-Tree or RTree to compute distances between points and distance formulas like Haversine to compute distance on a sphere.
Notable non-Nim libraries include Python’s scipy.spatial, Geopy, Shapely
Status: in-progress R-tree forum thread.
R-trees Kd-trees: https://github.com/jblindsay/kdtree Proof-of-concepts:
GDAL wrapper (Geospatial Data Abstraction Library)
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 1, 0001