rgeo VS honua

Compare rgeo vs honua and see what are their differences.

honua

A Ruby mapping library to stitch geographic map images based on map tiles provided by a rastered tile server. (by dingsdax)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rgeo honua
4 -
992 4
0.2% -
6.8 0.0
2 months ago about 3 years ago
Ruby Ruby
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rgeo

Posts with mentions or reviews of rgeo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-25.
  • Calling Ruby Methods in C: Avoid Memory Leaks
    1 project | dev.to | 1 Feb 2023
    If you want to see a real-world example, I encourage you to read the RGeo codebase as we recently switched to going full rb_protect. We even have some functions, such as rgeo_convert_to_geos_geometry, that propagate this state for simpler usage. This function is a good place to start digging around.
  • How to Parse Arguments in Your Ruby C Extension
    2 projects | dev.to | 25 Jan 2023
    In the RGeo lib, our first design choice was to have an API that only uses variadic length arguments. No keywords, no blocks. This can be very limiting, and we are now using the Primitive way to allow more convoluted arguments.
  • A logo for RGeo
    3 projects | /r/ruby | 7 Jan 2022
    - rgeo.info

honua

Posts with mentions or reviews of honua. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning honua yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing rgeo and honua you can also consider the following projects:

Geocoder - Complete Ruby geocoding solution.

Google Maps for Rails - Enables easy Google map + overlays creation in Ruby apps

Geokit - Official Geokit Gem. Geokit gem provides geocoding and distance/heading calculations. Pair with the geokit-rails plugin for full-fledged location-based app functionality.

GeoNames - GeoNames API's wrapper (gem)

geoip - The Ruby gem for querying Maxmind.com's GeoIP database, which returns the geographic location of a server given its IP address

Geo::Coord - Simple yet useful Geo Coordinates class for Ruby