aboutsummaryrefslogtreecommitdiff
path: root/science/rubygem-rgeo
Commit message (Collapse)AuthorAgeFilesLines
* science/rubygem-rgeo: Update to 2.3.1Po-Chuan Hsieh2021-12-212-4/+4
| | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md
* science/rubygem-rgeo: Update to 2.3.0Po-Chuan Hsieh2021-04-252-4/+4
| | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.2.0Sunpoet Po-Chuan Hsieh2020-11-212-4/+4
| | | | | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md Notes: svn path=/head/; revision=555928
* Update to 2.1.1Sunpoet Po-Chuan Hsieh2019-08-282-4/+4
| | | | | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md Notes: svn path=/head/; revision=510126
* Update to 2.1.0Sunpoet Po-Chuan Hsieh2019-08-092-4/+4
| | | | | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md Notes: svn path=/head/; revision=508473
* Update to 2.0.1Sunpoet Po-Chuan Hsieh2019-03-092-4/+4
| | | | | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md Notes: svn path=/head/; revision=495136
* Update to 2.0.0Sunpoet Po-Chuan Hsieh2018-11-302-4/+4
| | | | | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md Notes: svn path=/head/; revision=486281
* Update to 1.1.2Sunpoet Po-Chuan Hsieh2018-10-112-5/+5
| | | | | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md Notes: svn path=/head/; revision=481858
* Update to 1.1.1Sunpoet Po-Chuan Hsieh2018-08-292-4/+4
| | | | | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md Notes: svn path=/head/; revision=478401
* Add rubygem-rgeo 1.0.0Sunpoet Po-Chuan Hsieh2018-04-073-0/+44
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: svn path=/head/; revision=466737