From 0876fdca417f1a465fe2393652ed9d7e49d86019 Mon Sep 17 00:00:00 2001 From: Eduardo Lacerda Date: Sun, 13 Aug 2017 23:03:34 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6145231..6988456 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,14 @@ * [Images.jl](https://github.com/JuliaImages/Images.jl) - An image processing library for Julia. * [GeoStats.jl](https://github.com/visr/GeoStats.jl) - Geostatistics in Julia. * [ArchGDAL](https://github.com/yeesian/ArchGDAL.jl) - Vector and Raster interfaces. +* [Proj4.jl](https://github.com/JuliaGeo/Proj4.jl) - A simple wrapper around the Proj.4 cartographic projections library. +* [Geodesy.jl](https://github.com/JuliaGeo/Geodesy.jl) - Work with points defined in various coordinate systems. +* [Shapefile.jl](https://github.com/JuliaGeo/Shapefile.jl) - Parsing .shp files in Julia. +* [NetCDF.jl](https://github.com/JuliaGeo/NetCDF.jl) - NetCDF support for the julia programming language. +* [GeoInterface.jl](https://github.com/JuliaGeo/GeoInterface.jl) - A Julia Protocol for Geospatial Data. +* [GeoStatsImages.jl](https://github.com/juliohm/GeoStatsImages.jl) - Training images for geostastical simulation in Julia. +* [DataFrames.jl](https://github.com/JuliaStats/DataFrames.jl) - Tools for working with tabular data in Julia. +* [VoronoiDelaunay.jl](https://github.com/JuliaGeometry/VoronoiDelaunay.jl) - Fast, robust construction of 2D Delaunay and Voronoi tessellations on generic point types. ## R