#
rgeo
Here are 13 public repositories matching this topic...
keithdoggett
commented
Mar 4, 2021
In order to determine the properties of a geometry column, the OID::Spatial#parse_sql_type method is called in the SchemaStatements#initialize_type_map method for geometry types. This method parses a sql_type (ex. "geometry(Polygon,4326)") and derives the geo_type, srid, has_z, has_m, and geographic properties from the string.
The problem is that after a join, sql_type comes i
ActiveRecord connection adapter for gis, based on mysql and rgeo
-
Updated
May 31, 2022 - Ruby
Go package for basic, fast, local reverse geocoding
-
Updated
Jan 17, 2022 - Go
A Ruby library that translates Overpass API responses into RGeo objects
-
Updated
Jan 20, 2022 - Ruby
Collection of all useful sources about data analyses in space and time.
-
Updated
Jul 24, 2019
Improve this page
Add a description, image, and links to the rgeo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rgeo topic, visit your repo's landing page and select "manage topics."


Currently, our implementation of spherical geometries lack lots of geometric predicates/analysis methods, are inefficient (ex.
SphericalLineString#crosses?is O(n^2)), and are unstable when geometries have dense features (#212).TODOS:
SphericalMathmodule to improve stability for feature-dense geometriesSphericalMathso that we can impleme