Use this example spreadsheet for a starting point. Under the "File"
tab, select "Make a copy"
.
https://docs.google.com/spreadsheets/d/1jbkGnok85Q9qT0O4hRAn0uVDA9deWW10kMwreoBpzKg/.
height: 1000 |
height: 725 | |
Use this example spreadsheet for a starting point. Under the "File"
tab, select "Make a copy"
.
https://docs.google.com/spreadsheets/d/1jbkGnok85Q9qT0O4hRAn0uVDA9deWW10kMwreoBpzKg/.
height: 550 |
height: 450 | |
.PHONY: all | |
.SECONDARY: | |
# Download .zip files | |
zip/tl_2015_us_county.zip: | |
@mkdir -p $(dir $@) | |
@curl -sS -o [email protected] 'ftp://ftp2.census.gov/geo/tiger/TIGER2015/COUNTY/tl_2015_us_county.zip' | |
@mv [email protected] $@ |
Example of how to create dynamic map distance scales.
Orleans Parish precincts colored based on which gubernatorial candidate won in the 2015 general election. Includes simple hover styles.
height: 800 |
.PHONY: all clean | |
.SECONDARY: | |
# Download 90-meter SRTM tiles for Louisiana | |
zip/srtm_%.zip: | |
@mkdir -p $(dir $@) | |
@curl -sS -o [email protected] 'http://srtm.csi.cgiar.org/SRT-ZIP/SRTM_V41/SRTM_Data_GeoTiff/$(notdir $@)' | |
@mv [email protected] $@ |