I hereby claim:
- I am alexandrakapp on github.
- I am lxndrkp (https://keybase.io/lxndrkp) on keybase.
- I have a public key ASCopZ4j7uQl1baFtmohzoVTx-LgAMOXRbCJMyf2tMTcdgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
git clone https://github.com/mediagis/nominatim-docker/tree/master/3.0
3. Modify the Dockerfile and set your url to PBF
import geopandas as gpd | |
import pandas as pd | |
from shapely.geometry import Point | |
plr = gpd.read_file('data/lor_planungsraeume.geojson', encoding='utf-8') | |
df = pd.read_csv('data/DATAFILE.csv', sep=";", dtype={'PLR_CODES':str}, na_values=['OTHER_NAN_VALUES']) | |
df.set_index('PLR_CODES', inplace=True) | |
data = df.join(plr.set_index('spatial_name'), rsuffix='_r') |
https://boundingbox.klokantech.com/
Create geographic flow maps from your data published in Google Sheets.