https://github.com/aadewunmi/retrieving-geodata
Using the Google Geocoding API with a Database and Visualizing data on Google Map.
https://github.com/aadewunmi/retrieving-geodata
Last synced: 7 months ago
JSON representation
Using the Google Geocoding API with a Database and Visualizing data on Google Map.
- Host: GitHub
- URL: https://github.com/aadewunmi/retrieving-geodata
- Owner: AAdewunmi
- Created: 2019-08-14T13:54:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T14:07:59.000Z (about 6 years ago)
- Last Synced: 2025-01-25T06:11:53.508Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retrieving-GEOData
1. Run the geoload.py to lookup all of the entries in where.data (including the new one) and produce the geodata.sqlite.2. Then run geodump.py to read the database and produce where.js.
3. Then open where.html to visualize the map.