Download data from OSM - bigdata.eestec.hu · test zope.intefface estimate example GoogleApi OSM...

Post on 05-Aug-2019

233 views 0 download

Transcript of Download data from OSM - bigdata.eestec.hu · test zope.intefface estimate example GoogleApi OSM...

Download data from OSM

http://www.openstreetmap.org/export#map=14/46.9606/17.8917

Open in QGIS

Set the coding to utf-8

Save as shp format, and set the crs to EOV (EPSG:23700 -- HD72)

Double click

Add x, y to the attributes

Save as .csv format

Right click

Save it!!

Open Databricks Community edition and create a New Library

In the new library create a new notebook:

Create a cluster

import pandas as pd //shift +enter

after attach and run

Now upload the csv

Remember that path: /FileStore/tables/gid344kh1505477182944/balatonfured_points.csv

balatonfured

=pd.read_csv("/dbfs/FileStore/tables/gid344kh1505477182944/balatonfured_points.csv")

balatonfured.head()