Interactive geodata about public libraries in Australia https://librarymap.hugh.run
Go to file
Hugh Rundle 0bd4b4892f restructure website for better data integration
Big commit here.
This moves the "data" directory inside the website, and then uses fetch to bring the csv and geoJSON files into the map instead of copy-pasting into JS files. Much cleaner and reduces steps from updating a CSV to updating the actual website. Now we simply need to git pull on the webserver (unless the updated data is for library services rather than library locations).

Also cleans up some styling.

Also removes my MapBox secrets from the Git repo whoops. These are now brought in via a secrets.js file that simply declares a constant. This file will not be visible in the repo.

Fixes #14
2021-01-20 09:28:43 +11:00
data update service and location data 2021-01-18 12:41:44 +11:00
website restructure website for better data integration 2021-01-20 09:28:43 +11:00
.gitignore fix gitignore paths again 2021-01-20 09:12:09 +11:00
about.md update web pages and boundaries file 2021-01-18 10:27:17 +11:00
contributing.md add contributing file 2021-01-18 10:29:48 +11:00
merge_service_data.py update website files 2021-01-17 22:38:39 +11:00
README.md update readme 2021-01-18 10:34:03 +11:00
sources.md update web pages and boundaries file 2021-01-18 10:27:17 +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.

Licenses

/data: CC-BY-SA

/website: GPL-3.0-or-later