Skip to content

Instantly share code, notes, and snippets.

@shakasom
Created May 20, 2019 08:52
Show Gist options
  • Save shakasom/a1f8191a8aa4ec4819df363772e07dee to your computer and use it in GitHub Desktop.
Save shakasom/a1f8191a8aa4ec4819df363772e07dee to your computer and use it in GitHub Desktop.
Medium Series - Part 1 Introduction
# Read the data
# 1. Read Countries --> Geopackage Format
shp = '1-introData/countries.gpkg'
countries = gpd.read_file(shp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment