Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import geopandas
  2. df = geopandas.read_file('test.geojson')
  3. ax = df.plot(figsize=(10, 10), alpha=0.5, edgecolor='k')
  4.  
  5. /usr/local/lib/python3.6/dist-packages/matplotlib/backends/backend_gtk3.py:197: Warning: Source ID 8 was not found when attempting to remove it
  6. GLib.source_remove(self._idle_draw_id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement