Skip to content

DeepBlocks/geo-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

RE Deepblocks 2022

Contents

Arcgis Scraper

Opendata Scraper

How to tell if a site is arcgis or opendata

Arcgis Scraper

The arcgis scraper should work for most websites that run on arcgis.

Instructions

  1. Open any website that uses arcgis
    • Note: not all arcgis sites say arcgis in the URL
  2. Click on the search bar and then click "Data" Screenshot of searchbar
  3. Click on any of the results, then click on "I want to use this" in the bottom left corner once the map shows up Screenshot of the "I want to use this" button
  4. Click on "View Data Source," then click on the "View" button next to GeoJSON
  5. At the top, click Home and copy the URL
  6. Download arcgis-scraper.py from releases and run it
  7. Input the city name and the URL when asked
    • Input the city name as city_st (e.g. las_vegas_nv)

Opendata Scraper

The opendata scraper should work for most websites that use the Open Data Network (typically the URL would start with data e.g. data.oaklandca.gov)

Instructions

  1. Download opendata-scraper.py from releases
  2. Copy the URL excluding https:// and any slashes (i.e. only copy data.example.com, not https://data.example.com/pages)
  3. Run the program and input the city name and URL when asked
    • Input the city name as city_st (e.g. las_vegas_nv)

How to tell if a site is arcgis or opendata

Click on the search field. If the word "Data" appears underneath, then the site likely uses arcgis. This site uses arcgis because the word "Data" appears.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages