Interactive geodata about public libraries in Australia https://librarymap.hugh.run
Go to file
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
website normalise service names 2021-01-26 14:37:22 +11:00
.gitignore fix gitignore paths again 2021-01-20 09:12:09 +11:00
about.md change naming of library view modes 2021-01-25 14:32:18 +11:00
contributing.md update contributing guide 2021-01-24 17:32:25 +11:00
merge_to_topo.py normalise service names 2021-01-26 14:37:22 +11:00
README.md add contributing info to readme 2021-01-24 12:18:03 +11:00
sources.md fix link formatting in sources page 2021-01-24 12:10:42 +11:00

Public library data map

This project collects and maps data from public libraries across the Australia and the external Territories of Christmas Island and the Cocos (Keeling) Islands.

You should be able to find the location of every public library in Australia territory, plus the standard loan period for each libary service, and whether they charge overdue fines (if known, in both cases).

Check out the map at librarymap.hugh.run.

Find more on this project at about.

Attributions

See sources.

Want to help?

See contributing, especially which files to update.

Licenses

/website/data: CC-BY-SA

everything else: GPL-3.0-or-later