Skip to content

spoilerhead/EuroSciPy2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EuroSciPy 2018

This repository contains the Jupyter Notebook for my EuroSciPy 2018 Tutorial "Handling Geospatial Data using Python, Part I: Base Modules"

About

The following modules will be covered:

  • Shapely - Manipulation and analysis of geometric objects
  • Fiona - The pythonic way to handle vector data
  • rasterio - The pythonic way to handle raster data
  • pyproj - transforming spatial reference systems
  • Creating maps using Basemap & Folium

Installation

It is assumed Anaconda 5.2 is installed (Python 3.6)

conda install shapely
conda install fiona
conda install rasterio
conda install geopandas
conda install folium -c conda-forge

Also make sure Jupyter is installed. We will use jupyter lab for this tutorial.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.0%
  • Jupyter Notebook 33.0%