Commit graph

56 commits

Author SHA1 Message Date
Alissa M 85e7fd3434 Update public_library_locations.csv
edits as per code review
2021-01-30 20:53:43 +11:00
Alissa M f9342e7a3c Update public_library_locations.csv
rectify capitalisation errors introduced in #74, remove GCCC library admin expressly marked in source data as 'not open to public'
2021-01-30 20:25:28 +11:00
hughrun 0ec33775f1 merge csv data to topo 2021-01-29 10:37:02 +00:00
Hugh Rundle 88c0177512 add bathurst website 2021-01-29 21:33:25 +11:00
hughrun 5a5fc82722 merge csv data to topo 2021-01-29 09:50:46 +00:00
Hugh Rundle 76619ef6d2 update ashburton website 2021-01-29 20:49:54 +11:00
hughrun bbba77b523 merge csv data to topo 2021-01-29 09:29:25 +00:00
Hugh Rundle 96bd9bc926 add big sky website 2021-01-29 20:27:06 +11:00
Hugh Rundle d1192d1420 Merge branch 'master' of github.com:hughrun/public_library_map 2021-01-29 19:49:23 +11:00
Hugh Rundle eeba7c9ce0 add armadale website 2021-01-29 19:49:09 +11:00
Hugh Rundle 5ad9504e67
Merge pull request #84 from hughrun/test
add bega website
2021-01-29 19:46:21 +11:00
hughrun fc8938d3d7 merge csv into topo 2021-01-29 08:41:37 +00:00
Hugh Rundle fe32e0fb20 add bega website 2021-01-29 19:40:09 +11:00
Hugh Rundle 5f631f3b16 add albury website 2021-01-29 19:25:56 +11:00
Hugh Rundle c163983d89 add armadale public library 2021-01-29 18:21:21 +11:00
hughrun 4779771fc3 update TopoJSON 2021-01-29 07:15:34 +00:00
Hugh Rundle 8ee6d4c715
Merge pull request #79 from hughrun/add-url
add alice springs website
2021-01-29 18:15:10 +11:00
Hugh Rundle cc75708f60 add goomaling details 2021-01-29 17:57:02 +11:00
Hugh Rundle 47f74881ef add alice springs website 2021-01-29 17:34:43 +11:00
hughrun 5772b60e17 update TopoJSON 2021-01-29 06:30:43 +00:00
Hugh Rundle 44a60dae70
Merge pull request #77 from hughrun/add-url
add banana shire website
2021-01-29 17:26:18 +11:00
Hugh Rundle 0bb522c521
Merge pull request #76 from hughrun/yarra-p
add YPRL website
2021-01-29 17:26:07 +11:00
Hugh Rundle 03b40de83e add banana shire website 2021-01-29 17:19:57 +11:00
Hugh Rundle 83cbc1a83f add YPRL website 2021-01-29 17:14:01 +11:00
Hugh Rundle ac6b8ea3e1 add bayside vic website 2021-01-29 17:03:29 +11:00
Hugh Rundle 2bd57e6e8a
Merge pull request #74 from lissertations/master
fix rockhampton ghost library, titlecase library names, collapse excess whitespace
2021-01-29 17:00:07 +11:00
Alissa M 58d9de69ad Update public_library_locations.csv
collapses excess whitespace, titlecases library names. fixes #42
2021-01-29 16:52:08 +11:00
Alissa M 70d681995a Merge remote-tracking branch 'upstream/master' 2021-01-29 16:42:10 +11:00
hughrun 81dc529d12 update TopoJSON 2021-01-29 05:22:11 +00:00
Hugh Rundle 607b4fd9d5
Merge pull request #72 from hughrun/albany
add albany website
2021-01-29 16:21:50 +11:00
Hugh Rundle 4281634159 add albany website 2021-01-29 16:10:38 +11:00
hughrun d4819d8e21 update TopoJSON 2021-01-29 05:09:20 +00:00
Alissa M d7963573d2 Update public_library_locations.csv
removed rockhampton ghost library. fixes #43
2021-01-29 15:38:50 +11:00
Hugh Rundle 4bdc907847 update Adelaide Hills website 2021-01-29 15:21:53 +11:00
hughrun b830962087 update TopoJSON 2021-01-29 00:17:56 +00:00
Hugh Rundle 53beb62ef9 update armadale libraries info
adds website and fines data
2021-01-29 11:15:03 +11:00
hughrun c3b5bf948f Update TopoJSON boundaries 2021-01-28 23:39:22 +00:00
hughrun 6f909a1383 Update TopoJSON boundaries 2021-01-28 22:57:20 +00:00
hughrun 140ee273b3 Update TopoJSON boundaries 2021-01-28 21:38:43 +00:00
hughrun f22901f869 Update TopoJSON boundaries 2021-01-28 21:04:12 +00:00
hughrun 99dbfa96a4 Update TopoJSON boundaries 2021-01-28 10:13:17 +00:00
hughrun ec0ce5bf4c update TopoJSON 2021-01-26 06:40:27 +00:00
Hugh Rundle c88f9dc81b
Update library_services_information.csv
Add Boroondara website address
2021-01-26 17:40:04 +11:00
Hugh Rundle 70f22c1d78
Update library_services_information.csv
add website for Adelaide City Libraries
2021-01-26 17:36:08 +11:00
Hugh Rundle 23499de42f
add Yarra Libraries website address 2021-01-26 17:28:40 +11:00
Hugh Rundle 0f66a28ff7
add website column to csv
Add website column to library_services_information.csv and an entry for ACT
2021-01-26 17:21:53 +11:00
Hugh Rundle 23aee37ca8 normalise service names
- titlecase all library service short names in csv file
- rename `short_name` to `name` in csv
- replace merge_service_data.py with merge_to_topo.py in preparation to resolve #18 and #34

NEW WORKFLOW if changing boundary shapes

- update boundaries.geojson if needed
- geo2topo -q 12000
- THEN run merge_to_topo.py (i.e. we merge the topoJSON not the geoJSON)

NEW WORKFLOW if changing service data

- merge pull request containing changes to library_services_information.csv
- run Action which runs merge_to_topo and then updates main HEAD topofile
2021-01-26 14:37:22 +11:00
Alissa M 8dea756913 Update Isaac RC
Formerly WMS, now Libero
2021-01-25 21:56:25 +11:00
Alissa M 8649c3f251 Adding mechanics institute phone numbers
and editing ACTHL number for consistency
2021-01-25 21:24:50 +11:00
Alissa M 2e34d10e50 Update library_services_information.csv
Editing typos
2021-01-25 21:09:18 +11:00