Website: https://koalas.fyi/
-
NSW Suburbs Base Map - https://data.gov.au/dataset/ds-dga-91e70237-d9d1-4719-a82f-e71b811154c6/details
-
NSW Bioregions Base Map - http://www.environment.gov.au/fed/catalog/search/resource/downloadData.page?uuid=%7B4A2321F0-DD57-454E-BE34-6FD4BDE64703%7D
-
SEPP (Koala Habitat Protection) Geo Data - https://www.planningportal.nsw.gov.au/opendata/dataset/state-environmental-planning-policy-koala-habitat-protection-2019
-
NSW Koala Habitat Information Base - https://datasets.seed.nsw.gov.au/dataset/koala-habitat-information-base
-
NSW Koala Prioritisation Project - Areas of Regional Koala Significance (ARKS) - https://datasets.seed.nsw.gov.au/dataset/areas-of-regional-koala-significance-arks
-
Georges River NP Geo Data - https://webmap.environment.nsw.gov.au/Html5Viewer291/index.html?viewer=CPCP_Exhibition_Viewer
-
Gerges River Waterway Geo Data - https://data.gov.au/dataset/ds-nsw-5251af2f-3121-4a62-92a9-e9c495e0571f/details?q=georges%20river
-
NSW Administrative Boundaries - https://portal.spatial.nsw.gov.au/portal/apps/sites/#/home/items?group_ids=2df06ccf9c5a4c869371c1a6814545b6
-
Rewind GeoJSON tool used to set correct fill rule for maps: https://observablehq.com/@bumbeishvili/rewind-geojson
# install the project dependencies
npm install
# run the build and server locally
npm start
View the site at http://localhost:3000/
When building for production, an extra build step will strip out all CSS classes not used in the site. This step is not performed during the automatic rebuilds which take place during dev.
# run the production build
npm run build
npm run serve
# check to see latest packages
npm run update-check
# update all to latest
npm run update
# run npm audit and add risky dependencies in resolutions
npm run preinstall