-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
17 lines (10 loc) · 686 Bytes
/
Copy pathMakefile
File metadata and controls
17 lines (10 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Film_Locations_in_San_Francisco.json:
wget "https://data.sfgov.org/api/views/yitu-d5am/rows.json?accessType=DOWNLOAD" --output-document Film_Locations_in_San_Francisco.json
reformat:
black converter.py
convert:
./converter.py -k "${API_KEY}" -f Film_Locations_in_San_Francisco.json -c geolocation-cache.json -o SF-Film-Locations.geojson --log-level=DEBUG --log-file=output.log --location-overrides location-overrides.json
convert-test:
./converter.py -k "${API_KEY}" -f Film_Locations_in_San_Francisco.json -c geolocation-cache.json -o SF-Film-Locations.geojson --max-records=5 --log-level=DEBUG --location-overrides location-overrides.json
mypy:
mypy --strict converter.py