Skip to content

Instantly share code, notes, and snippets.

@golf1052
Created September 18, 2022 06:03
Show Gist options
  • Save golf1052/8df3312d03911dcb03b548188179cd27 to your computer and use it in GitHub Desktop.
Save golf1052/8df3312d03911dcb03b548188179cd27 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@golf1052
Copy link
Author

Jefferson County WA's GIS site doesn't have an easy way to download their voting precincts. I was able to get this data by

  1. Going to their "Find My Voting Precinct" site
  2. Clicking on the 3 dot "Voting Precincts" menu in the layer list,
  3. Ending up on their ArcGIS REST Services page for the Voting Precincts layer (should be ID 4)
  4. Then figuring out that you can download data from the service using the Query operation. This post helped.
  5. At the bottom of the REST Services page click on Query
  6. You should now be at this page
  7. To Download the data as GeoJSON set these values in the form. Everything else can be default.
    • Where: 1 = 1
    • Out Fields: *
    • Format: GeoJSON
  8. Click Query (GET) and a new page should open with the GeoJSON. Save that and you'll end up with the above map. I have slightly modified the precinct names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment