Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. {'displayFieldName': 'NAME',
  2. 'fieldAliases': {},
  3. 'geometryType': 'esriGeometryPolygon',
  4. 'spatialReference': {'wkid': 102100, 'latestWkid': 3857},
  5. 'fields': [],
  6. 'features': [{'attributes': {'OBJECTID': 2050,
  7. 'PRECINCTID': '01029B',
  8. 'NAME': 'COLUMBUS 29-B',
  9. 'COUNTY': None,
  10. 'ESS_PRECINCT_NO': None,
  11. 'ESS_PRECINCT': None,
  12. 'CITY_OR_VILLAGE': None,
  13. 'SCHOOL_DISTRICT': None,
  14. 'TOWNSHIP': None,
  15. 'HOUSE_DISTRICT': None,
  16. 'SENATE_DISTRICT': None,
  17. 'CONGRESS_DISTRICT': None,
  18. 'POLICE_DISTRICT': None,
  19. 'ROAD_DISTRICT': None,
  20. 'FIRE_DISTRICT': None,
  21. 'PARK_DISTRICT': None,
  22. 'COURT_APPEALS_NAME': None,
  23. 'BOARD_OF_ED_NAME': None,
  24. 'LIBRARY': None,
  25. 'EDUCATIONAL_SERVICE_CENTERS': None,
  26. 'CAREER_CENTERS': None,
  27. 'WINNINGPARTY': None,
  28. 'TOTALBALLOTS': None,
  29. 'SHAPE_Length': 26636.15475759097,
  30. 'SHAPE_Area': 30443700.474467456,
  31. 'POLLINGID': None,
  32. 'POLLINGLOCATION': None,
  33. 'LID': 'N/A',
  34. 'Symbol': 'A'},
  35. 'geometry': {'rings': [[[-9235687, 4854329],
  36. [-9235918, 4851467],
  37. [-9239010, 4854564],
  38. [-9235687, 4854329]]]}},
  39. ]}
  40.  
  41. import geopandas as gpd
  42.  
  43. df = gpd.read_file(filename)
  44. df.head()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement