Skip to content

Instantly share code, notes, and snippets.

@thampiman
Last active January 30, 2017 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thampiman/f04b6161ccccd1c5e944937490d56153 to your computer and use it in GitHub Desktop.
Save thampiman/f04b6161ccccd1c5e944937490d56153 to your computer and use it in GitHub Desktop.
import geopandas as gpd
df = gpd.read_file('<geojson_filename.geojson>')
df.plot()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment