Update README.md

This commit is contained in:
Eduardo Lacerda 2018-11-15 03:33:06 -02:00 committed by GitHub
parent 5bde9bc693
commit ce82aee0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana
- [C Sharp](#c-sharp)
- [C++](#c++)
- [C](#c)
- [Fortran](#fortran)
- [Go](#go)
- [Rust](#rust)
- [Ruby](#ruby)
@ -41,6 +42,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana
- [Groovy](#groovy)
- [Delphi](#delphi)
- [CSS](#css)
- [IDL](#idl)
- [Julia](#julia)
- [JavaScript](#javascript)
- [R](#r)
@ -427,6 +429,10 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana
* [libpostal](https://github.com/openvenues/libpostal) - A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.
## Fortran
* [6S](http://6s.ltdri.org/) - Second Simulation of the Satellite Signal in the Solar Spectrum (6S) open source algorithm.
## Go
* [S2](https://github.com/golang/geo) - S2 is a library for spherical geometry that aims to have the same robustness, flexibility, and performance as the best planar geometry libraries.
@ -541,6 +547,10 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana
* [MapCSS](http://wiki.openstreetmap.org/wiki/MapCSS) - MapCSS is a CSS-like language for map stylesheets.
## IDL
* [LandTrendr](https://github.com/KennedyResearch/LandTrendr-2012) - LandTrendr (Landsat-based Detection of Trends in Disturbance and Recovery) attempt to capture, label, and map changes in Earth's surface for use in science, natural resource management, and education.
## Julia
* [RasterIO.jl](https://github.com/wkearn/RasterIO.jl) - Simple Raster Formats for Julia.