All Projects → emanuelfeld → geocoder

emanuelfeld / geocoder

Licence: GPL-2.0 license
Web app interface for geocoding addresses in CSV files.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to geocoder

leaflet-examples
🍁 A collection of examples of leaflet map usage
Stars: ✭ 90 (+429.41%)
Mutual labels:  geocoding, geojson
Kepler
The open source full-stack geosocial network platform
Stars: ✭ 125 (+635.29%)
Mutual labels:  geojson, mapping
Geojsonify
Easily add GeoJson layers to your Maps
Stars: ✭ 141 (+729.41%)
Mutual labels:  geojson, mapping
Mapbox Java
The Mapbox Java SDK – Java wrappers around Mapbox APIs and other location data
Stars: ✭ 309 (+1717.65%)
Mutual labels:  geocoding, geojson
Examples
Self-contained examples for the legacy Maps API for JavaScript.
Stars: ✭ 78 (+358.82%)
Mutual labels:  geocoding, mapping
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (+905.88%)
Mutual labels:  geocoding, mapping
Maps Api For Javascript Examples
Self-contained examples for Maps API for JavaScript v3.
Stars: ✭ 130 (+664.71%)
Mutual labels:  geocoding, mapping
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+1470.59%)
Mutual labels:  geocoding, mapping
dtp-stat-archive
Карта ДТП v1.0. 👉 База знаний о проекте: https://github.com/dtpstat/dtp-project/wiki
Stars: ✭ 142 (+735.29%)
Mutual labels:  geocoding
slam gmapping
Slam Gmapping for ROS2
Stars: ✭ 56 (+229.41%)
Mutual labels:  mapping
cfn-ami-to-mapping
Generate your CloudFormation RegionMap automatically
Stars: ✭ 34 (+100%)
Mutual labels:  mapping
CesiumJsSamples
cesiumgis.com/
Stars: ✭ 31 (+82.35%)
Mutual labels:  mapping
puma
Poisson Surface Reconstruction for LiDAR Odometry and Mapping
Stars: ✭ 302 (+1676.47%)
Mutual labels:  mapping
lt-mapper
A Modular Framework for LiDAR-based Lifelong Mapping
Stars: ✭ 301 (+1670.59%)
Mutual labels:  mapping
coronavirus-map-dashboard
🦠 Coronavirus (COVID-19) Map Dashboard using coronavirus-tracker-api
Stars: ✭ 41 (+141.18%)
Mutual labels:  mapping
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (+252.94%)
Mutual labels:  geocoding
geok
Kotlin geometry library
Stars: ✭ 29 (+70.59%)
Mutual labels:  geojson
Geocoding-with-Map-Vector
Resources for the ACL 2018 publication "Which Melbourne? Augmenting Geocoding with Maps", published in July 2018.
Stars: ✭ 24 (+41.18%)
Mutual labels:  geocoding
quickmapr
An R package for quickly mapping and navigating spatial data
Stars: ✭ 60 (+252.94%)
Mutual labels:  mapping
ReactionDecoder
Reaction Decoder Tool (RDT) - Atom Atom Mapping Tool
Stars: ✭ 59 (+247.06%)
Mutual labels:  mapping

geocoder

A simple web interface for geocoding addresses in an uploaded CSV file, visualizing the points on a LeafletJS map, and downloading the result as a CSV and/or GeoJSON, with additional columns giving latitide and longitude.

For best results, the selected address column(s) should include the point's full address (street, city, state/country). The map can help you figure out if anything went awry.

Geocoding is done client-side, courtesy of the Google Maps API. This enforces a limit of 2,500 requests per day and 5 per second, both per IP address. Because the API does not allow for batch geocoding, requests must be sent address by address. In other words, each geocoded row of the uploaded CSV counts toward those limits.

In light of these limits and because downloading is only permitted when all rows have been processed, I would advise against using the site for CSVs with more than a couple hundred rows. For most occasional uses, however, it should do the trick.

License and Contributing

This project's code is offered under a GPLv2 license. As stated in CONTRIBUTING:

By contributing to this repo, you agree to license your work under the same license.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].