Skip to content

Latest commit

 

History

History
80 lines (68 loc) · 3.89 KB

geolocation.md

File metadata and controls

80 lines (68 loc) · 3.89 KB

Bookmarks tagged [geolocation]

https://github.com/alexreisner/geocoder

A complete geocoding solution for Ruby. With Rails it adds geocoding (by street or IP address), reverse geocoding (find street address based on given coordinates), and distance queries.


https://github.com/cjheath/geoip

Searches a GeoIP database for a given host or IP address, and returns information about the country where the IP address is allocated, and the city, ISP and other information.


https://github.com/geokit/geokit

Geokit gem provides geocoding and distance/heading calculations.


https://github.com/apneadiving/Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps.


https://github.com/rgeo/rgeo

Geospatial data library. Spatial data types, geometric and spherical calculations, and WKT/WKB serialization.


https://github.com/SmileyChris/django-countries

A Django app that provides country choices for use with forms, flag icons static files, and a country field for models.


https://docs.djangoproject.com/en/dev/ref/contrib/gis/

A world-class geographic web framework.


https://github.com/maxmind/geoip-api-python

Python API for MaxMind GeoIP Legacy Database.


https://github.com/frewsxcv/python-geojson

Python bindings and utilities for GeoJSON.


https://github.com/geopy/geopy

Python Geocoding Toolbox.


https://github.com/appliedsec/pygeoip

Pure Python GeoIP API.