Skip to content

Instantly share code, notes, and snippets.

@shakasom
Created May 20, 2019 08:55
Show Gist options
  • Save shakasom/f0809f53a797b21d4ce4dd18a15d6532 to your computer and use it in GitHub Desktop.
Save shakasom/f0809f53a797b21d4ce4dd18a15d6532 to your computer and use it in GitHub Desktop.
Medium Article Series. Part 1 Introduction to Geographic Data science
# Read the data- 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