From 3114e9f321280698a8f74ef8e5e7a20ac3504707 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Wed, 7 Oct 2020 21:25:58 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d6bd81..4a3b1a7 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [Leaflet](http://leafletjs.com/) :star2: - Open-Source JavaScript Library for Mobile-Friendly Interactive Maps. * [Geomanjas](http://www.geomajas.org/) - Open source development software for web-based and cloud based GIS applications. * [CesiumJS](https://cesiumjs.org/) - An open-source JavaScript library for world-class 3D globes and maps. +* [deck.gl](https://deck.gl) - A WebGL-powered framework for visual exploratory data analysis of large datasets. * [L7](https://github.com/antvis/L7) - Large-scale WebGL-powered Geospatial Data Visualization By Ant Financial * [LuciadRIA](http://www.luciad.com/solutions/luciadria) - A JavaScript library for 3D globes and maps, with support for military symbology and desktop-like performance * [geojson-vt](https://github.com/mapbox/geojson-vt) - A highly efficient JavaScript library for slicing GeoJSON data into vector tiles on the fly. @@ -354,7 +355,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [ArcGIS Python API](https://developers.arcgis.com/python/) - ArcGIS API for Python is a Python library for working with maps and geospatial data, powered by web GIS. * [PyQGIS](http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/) - Python for QGIS. * [pandana](https://github.com/UDST/pandana) - Pandas Network Analysis - dataframes of network queries, quickly. -* [xarray ](http://xarray.pydata.org/en/stable/) - xarray (formerly xray) is an open source project and Python package that aims to bring the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the core pandas data structures. +* [xarray](http://xarray.pydata.org/en/stable/) - xarray (formerly xray) is an open source project and Python package that aims to bring the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the core pandas data structures. * [xarray-spatial](https://github.com/makepath/xarray-spatial) - xarray-spatial implements common raster analysis functions using Numba and provides an easy-to-install, easy-to-extend codebase for raster analysis. * [xarray_leaflet](https://github.com/davidbrochart/xarray_leaflet) - An xarray extension for tiled map plotting. * [MovingPandas](https://github.com/anitagraser/movingpandas) - MovingPandas implements a Trajectory class and corresponding methods based on GeoPandas. @@ -451,6 +452,8 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [HPGL](https://github.com/hpgl/hpgl) - High Perfomance Geostatistics Library. * [cuSpatial](https://github.com/rapidsai/cuspatial) - GPU-Accelerated Spatial and Trajectory Data Management and Analytics Library. * [GeostatsPy](https://github.com/GeostatsGuy/GeostatsPy) - GSLIB reimplimented in Python +* [pymartini](https://github.com/kylebarron/pymartini) - A Cython port of Martini for fast RTIN terrain mesh generation +* [pydelatin](https://github.com/kylebarron/pydelatin) - Python bindings to `hmm` for fast terrain mesh generation ## Perl @@ -567,6 +570,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [depthmapX](https://github.com/varoudis/depthmapX) - Multi-platform Spatial Network Analysis Software. * [VROOM](https://github.com/VROOM-Project/vroom) - VROOM is an open-source optimization engine written in C++17 that aim at providing good solutions to various real-life vehicle routing problems (VRP) within a small computing time. * [cpd](https://github.com/gadomski/cpd) - Coherent Point Drift (CPD) is a point-set registration algorithm. +* [hmm](https://github.com/fogleman/hmm) - Heightmap meshing utility ## C