Link Search Menu Expand Document

Background Info:

GIS: (Geographic Information System) An integrated collection of computer software and data used to view and manage information about geographic places, analyze spatial relationships, and model spatial processes. (from A to Z GIS)

Python: A free and open source, general-purpose programming language. It’s easy to use and read, and it’s named after Monty Python. Python.org

Pandas: From “panel data”. Pandas is a very popular data analysis package for Python. Pandas.pydata.org

GeoPandas: A geospatial extension of Pandas made for working with vector data. GeoPandas makes working with GIS data in Python easy. Geopandas.org

Visit:


Today’s Tech:

Jupyter Notebooks running from a JupyterHub.
Why JupyterHub? Because we can all sit down and start coding with minimal setup! JupyterHub is a great technology for teaching programming. We’re all using the same cloud computer, so you don’t have to set anything up ahead of time and everything just works. But for those of you that want to continue using Python/Jupyter Notebooks/Pandas/GeoPandas on your own machine, I highly recommend the Anaconda Python distribution: anaconda.com/distribution (works for R, too)

For future reference:
Workshop Notebooks: github.com/outpw/geopandas_notebooks

Workshop Data: github.com/outpw/gpddata