Geo processing with Python: How to convert, clean, aggregate and compress your geo-data for web

語言

英文演講

分類

資料分析

Python 難易度

中階

摘要

How to start transforming my shapefiles? What geo formats should I use for web? How to design geo data processing pipeline? What are geojson, topojson, epsg or shapefiles? Join us for this talk and you'll walk away with a better understanding of Geo Processing with Python. We will go through the design process for map-visualization web app from the geo data processing point of view. Starting with the entire design process for the data pipeline including software architecture, used technologies, automation, mapping the data to the geo-data and optimizing the maps for the web. You will have concrete examples on how this approach was applied in a project for the World Bank. You should walk away with the tools and skills to design and implement a geo data pipeline for their own project.

說明

To give a bit better understanding on the approach that is explained in the presentation here is the high level data workflow for geo data processing pipeline: - read source geo files (ESRI shapefile for example) - read the data from another source (csv or api for example) - combine the geo files with the data using some mapping field (country ISO-3 id for example) - compress and optimize the shapefiles (drop amount of datafiles) - convert to web-friendly format (topojson is often recommended) - expose the resulting files to frontend and consume them in JavaScript Many people use GIS solutions (QGIS for example) to manually do this, but this this talk presents a purely programmatic and flexible approach that can be easily automated.

Juha Suomalainen

Originally from Finland, but currently living in Shanghai. I have a degree in telecommunications engineering and have experience on multiple areas including Data Portals, DevOps and Telecommunications.

I work as a Software Engineering Director at Wiredcraft. I balance my time between the roles of software architect, tech lead and programmer. My strength is Python but I am used to working in multilanguage systems. I am also the lead engineer for devo.ps (http://devo.ps).

Programming has been part of my life since young age. In my free time I like to play sports (any sport!) and learn new technologies. I also like attending and presenting in the local engineering meetups.