An open API service indexing awesome lists of open source software.

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.

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
```