https://github.com/yougis/scraping-poi-osm-googlemap
Capture and structuring of POIs from OSM and Google Maps, loading into PostGIS and finally GIS analysis. Serial project in 1/5 steps for portfolio.
https://github.com/yougis/scraping-poi-osm-googlemap
gis google-maps-api openstreetmap-data postgis scraping
Last synced: 4 months ago
JSON representation
Capture and structuring of POIs from OSM and Google Maps, loading into PostGIS and finally GIS analysis. Serial project in 1/5 steps for portfolio.
- Host: GitHub
- URL: https://github.com/yougis/scraping-poi-osm-googlemap
- Owner: yougis
- License: cc0-1.0
- Created: 2025-02-13T07:32:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T16:13:04.000Z (over 1 year ago)
- Last Synced: 2025-12-26T13:32:19.234Z (6 months ago)
- Topics: gis, google-maps-api, openstreetmap-data, postgis, scraping
- Language: JavaScript
- Homepage:
- Size: 586 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scraping OSM and Google maps
Capture and structuring of POIs from OSM and Google Maps, loading into PostGIS and finally GIS analysis. Serial project in 1/5 steps for portfolio.
## Installation
use pre-compile version
## 🚀 Developpement and dependencies
To simplify the management of my python projects and virtual environments, I use poetry. Once the binary has been installed and the poetry project initialized, we can install the libraries needed for the data scraping project.
```{sh}
poetry add requests pandas geopandas folium psyco
pg2-binary quarto
```