We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Interactive Mapmaking with Python

Formale Metadaten

Titel
Interactive Mapmaking with Python
Untertitel
Introducing Geopatra for quickly creating amazing interactive maps with dataframes
Serientitel
Anzahl der Teile
130
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
GeoDataframes are awesome for working with GIS data in Python as it provides the goodness of pandas for geographic data but So let's use them to create some cool interactive maps This talk introduces Geopatra, an open-source mapping library that can be used to quickly map geodataframes with libraries like folium, kepler.gl, plotly, etc. Currently interactive mapping with geodataframes is not very straighforward for beginners and requires you to understand the interfaces exposed by different mapping libraries. geopatra attempts to abstract all the complexities and tries to provide a unified framework for mapping geodataframes 1. Introduction (2 mins) * Who am I? * Setting the expectations 2. Working with Geodataframes (5 mins) * Reading Spatial data as a GeoDataframe * The awesomeness of GeoDataframes (An overview of some of the amazing things you can do with a single line of code eg: Spatial joins, Manipulations, and transformations) * Now that we have established our love for geopandas lets map geodataframes 3. Let the Mapmaking begin (10 mins) * Basic Non Interactive maps with Geopandas and Matplotlib * Creating basic interactive maps with Folium, Plotly & Kepler (GeoJSONPlots, Clustermaps, Heatmaps, H3gridmaps) * The number of steps vs the number of necessary steps 4. Enter Geopatra (10 mins) * The need for Geopatra (Could it be any Easier and Faster) * Wrapping up popular mapmaking libraries for GeoDataframes * Create interactive maps with just a single line * Future work and Discussion :)