COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200914115437/https://github.com/topics/geocoding
Here are
506 public repositories
matching this topic...
Personal Photo Management powered by Go and Google TensorFlow
Complete Ruby geocoding solution.
A repository of global open address data.
Updated
Sep 14, 2020
JavaScript
an open source geocoder for openstreetmap data
Updated
Sep 13, 2020
Java
😎 📍 React hook for Google Maps Places Autocomplete.
Updated
Sep 12, 2020
TypeScript
(Leaflet) GeoSearch / GeoCode provider
Updated
Jul 4, 2020
TypeScript
Full text geoparsing as a Python library
Updated
Aug 5, 2020
Python
Geocoder service provider for Laravel
C# GeoCoding / Address Validation API
Go library to access geocoding and reverse geocoding APIs
Finding current location cannot be easier on Android !
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
The Mapbox Java SDK – Java wrappers around Mapbox APIs and other location data
Updated
Sep 11, 2020
Java
Mapbox Vector Tile based geocoder with support for swappable data sources
Updated
Aug 19, 2020
JavaScript
Python bindings for H3, a hierarchical hexagonal geospatial indexing system
Updated
Sep 4, 2020
Python
iOS Geocoder for forward geocode and reverse geocode user's current location using a block-based syntax. 📍 🌍
Updated
Nov 12, 2019
Objective-C
This is a jQuery plugin that shows how Ziptastic could be used.
Updated
Jul 17, 2016
JavaScript
Atlasr is a truly open-source and free map browser.
Geocoder control for mapbox-gl-js using Mapbox Geocoding API
Updated
Sep 10, 2020
JavaScript
Google Maps Web Services API wrapper for .NET
Geocoding and reverse-geocoding (with OSM data)
Web maps that don't track you.
Updated
Sep 5, 2020
JavaScript
Simple wrapper for geocoding and reverse geocoding, using both Google Geocoding API and Apple iOS Geocoding Framework.
Updated
Aug 24, 2019
Objective-C
Updated
Jun 5, 2020
Python
Flutter plugin for forward and reverse geocoding
Self-contained examples for Maps API for JavaScript v3.
Updated
Aug 7, 2020
JavaScript
iOS Geocoder for geocode device IP Address location using GeoIP service(s) and a block-based syntax. 💻 🌍
Updated
Nov 12, 2019
Objective-C
Improve this page
Add a description, image, and links to the
geocoding
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
geocoding
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This example works:
geopy.point.Point('+037.33270,-122.00530')
This example does not work:
geopy.point.Point('+041.69438,+001.51461')
ValueError: Failed to create Point instance from string: unknown format.
The string in example that is not working is indeed valid GPS, so I believe that this is a bug.