Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. no_county = gen_country('europe', 'norway', download_repo=OSMFR, language='no', proj=32632)
  2.  
  3. no_county('nordland', 408105, 'NO-18')
  4. no_county('troms', 407717, 'NO-19')
  5. no_county('finnmark', 406389, 'NO-20')
  6. no_county('trøndelag', 406567, 'NO-23')
  7. no_county('møre_og_romsdal', 406868, 'NO-15')
  8. no_county('sogn_og_fjordane', 407787, 'NO-14')
  9. no_county('hordaland', 404144, 'NO-12')
  10. no_county('rogaland', 405836, 'NO-11')
  11. no_county('aust-agder', 406015, 'NO-09')
  12. no_county('vest-agder', 405929, 'NO-10')
  13. no_county('oslo', 406091, 'NO-03')
  14. no_county('akershus', 406106, 'NO-02')
  15. no_county('østfold', 406060, 'NO-01')
  16. no_county('vestfold', 404589, 'NO-07')
  17. no_county('telemark', 405156, 'NO-08')
  18. no_county('buskerud', 412297, 'NO-06')
  19. no_county('oppland', 412377, 'NO-05')
  20. no_county('hedmark', 412436, 'NO-04')
  21.  
  22. no_county('svalbard', 1337397, 'NO-21')
  23. no_county('jan_mayen', 4605565, 'SJ')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement