diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-07 16:32:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-07 16:32:18 +0000 |
commit | bb0fe16f32f7a16ce44e6b21e78a7b8f1ddb2551 (patch) | |
tree | 2fb83bbf77c83aaed71c10f3a4320d69bf58e967 /science/Makefile | |
parent | 5b431fc70d147d6c5a1aa6cbc13c5b367cfacb5d (diff) |
Add rubygem-rgeo 1.0.0
RGeo is a geospatial data library for Ruby.
RGeo is a key component for writing location-aware applications in the Ruby
programming language. At its core is an implementation of the industry standard
OGC Simple Features Specification, which provides data representations of
geometric objects such as points, lines, and polygons, along with a set of
geometric analysis operations. This makes it ideal for modeling geolocation
data. It also supports a suite of optional add-on modules that provide various
geolocation-related services.
Use the core rgeo gem to:
- Represent spatial and geolocation data objects such as points, lines, and
polygons in your Ruby application.
- Perform standard spatial analysis operations such as finding intersections,
creating buffers, and computing lengths and areas.
- Correctly handle spherical geometry, and compute geographic projections for
map display and data analysis.
- Read and write location data in the WKT and WKB representations used by
spatial databases.
WWW: https://github.com/rgeo/rgeo
Notes
Notes:
svn path=/head/; revision=466737
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index a1c4c7ae3b52..91ec1fb80f40 100644 --- a/science/Makefile +++ b/science/Makefile @@ -197,6 +197,7 @@ SUBDIR += rdkit SUBDIR += rubygem-ai4r SUBDIR += rubygem-cdo + SUBDIR += rubygem-rgeo SUBDIR += rubygem-ruby-dcl SUBDIR += rubygem-ruby-netcdf SUBDIR += sigrok-cli |