From b238db43e28f258c438d4c5781962c58350b0fa3 Mon Sep 17 00:00:00 2001 From: Eduardo Lacerda Date: Mon, 19 Feb 2018 03:48:26 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45cdba9..301f58e 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ * [laz-perf](https://github.com/hobu/laz-perf) - Alternative LAZ implementation for C++ and JavaScript. * [entwine](https://github.com/connormanning/entwine) - Entwine is a data organization library for massive point clouds, designed to conquer datasets of hundreds of billions of points as well as desktop-scale point clouds. * [OpenDroneMap](https://github.com/OpenDroneMap/OpenDroneMap) - OpenDroneMap is a tool to postprocess drone, balloon, kite, and street view data to geographic data including orthophotos, point clouds, & textured mesh. +* [s2-geometry-library](https://github.com/yjwong/s2-geometry-library) - A Library for Spherical Geometry. * [tippecanoe](https://github.com/mapbox/tippecanoe) - Build vector tilesets from large collections of GeoJSON features. * [Selene](https://github.com/kmhofmann/selene) - A C++14 image representation, processing and I/O library. * [Pronto Raster](https://github.com/ahhz/raster) - C++ library for geographical raster data analysis. @@ -549,6 +550,7 @@ * [PBSmodelling](https://cran.r-project.org/web/packages/PBSmodelling/index.html) - Provides modelling support. * [Landsat](https://cran.r-project.org/web/packages/landsat/index.html) - Radiometric and topographic correction of satellite imagery. * [spatstat](https://cran.r-project.org/web/packages/spatstat/index.html) - Spatial Point Pattern Analysis, Model-Fitting, Simulation, Tests. +* [s2](https://github.com/spatstat/s2) - R bindings for Google's s2 library for geometry on the sphere. * [splancs](https://cran.r-project.org/web/packages/splancs/index.html) - Spatial and Space-Time Point Pattern Analysis. * [smacpod](https://cran.r-project.org/web/packages/smacpod/index.html) - Various statistical methods for analyzing case-control point data. * [DSpat](https://cran.r-project.org/web/packages/DSpat/index.html) - Fits inhomogeneous Poisson process spatial models to line transect sampling data and provides estimate of abundance within a region.