Skip to content

Instantly share code, notes, and snippets.

@fejt
fejt / poland_woj.json
Created March 19, 2019 21:06 — forked from filipstachura/poland_woj.json
GeoJSON with Polish Administrative Areas Boundaries
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from oauth2client.service_account import ServiceAccountCredentials
import gspread
 
scope = ['https://spreadsheets.google.com/feeds',
         'https://www.googleapis.com/auth/drive']