Skip to content

VCGI/Geopandas-Python-Library-Exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python/Geopandas Data Cleaning, Transformation and Exploration

Summary

In these notebooks there is an exploration of the Python Geopandas package and its implementation to load, transform and explore dataset. Since Geopandas can take both zipped and unzipped files, each method will be explored. Please feel free to fork and repurpose this information. For any questions please contact http://vcgi.vermont.gov.

Tools

This is a Python 3.6 Jupyter notebook, to install I recommend https://www.anaconda.com/download/.

GeoPandas extends the datatypes used by pandas to allow spatial operations on geometric type. Geometric operations are performed by shapely. Geopandas further depends on fiona for file access and descartes and matplotlib for plotting.

The goal of GeoPandas is to make working with geospatial data in python easier. It combines the capabilities of pandas and shapely, providing geospatial operations in pandas and a high-level interface to multiple geometries to shapely. GeoPandas enables you to easily do operations in python that would otherwise require a spatial database such as PostGIS.

How to install geopandas: http://geopandas.org/install.html#installing-geopandas

Dependencies

Installation via conda should also install all dependencies, but a complete list is as follows:

Optional dependencies:

Plotting Packages

There was one absolutely amazing site with lessons from the University of Helsinki on GeoPandas, much of which was adopted and modified for this notebook. Take a look at https://automating-gis-processes.github.io/2016/index.html for a more detailed walk through.

About

Exploration of Python Tools for Geospatial Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published