Part I – Setting up the script Start a new python script in either your preferred… Basic Web Scrapin’ #101
Install Scrapy pip install scrapy Setting up the project scrapy startproject ucla_scraper Creating the Spider Run… Scrapy Tutorial
Write a csv file import csv with open(‘YOUR FILE NAME.csv’, “wb”) as csvFile: writer = csv.writer(csvFile,… Albert’s Python Cookbook
This tool is used to create arcs in Google Earth, like a flight path. https://sandbox.idre.ucla.edu/tools/geArkem/… Google Earth Arc Maker
This tool allows you to copy a Google Spreadsheets that is public and has been published… Google Spreadsheets JSON Returner
The tool below allows you to input addresses (separated by a comma) and then outputs the… Geocode4free
Get started by downloading the python script here: http://sandbox.idre.ucla.edu/tools/python/mxd_converter_AKochaphum.py The “MXD Data Source Replacer” python script… MXD Data Source Replacer