Skip to content

didoesdigital/snakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Living among snakes in Queensland, Australia

A scrollytelling visualisation of snake sightings in South-East Queensland, Australia.

This project uses D3, scrollama, and vanilla JavaScript.

I wrote about how I morphed circles into snakes on Observable:

Setup

  • yarn to install dev dependencies like live-server for hot reloading in local development

Development

  • yarn dev

For local, offline development, there are local copies of d3 v7, scrollama, and Textures.js in ./vendor/ but otherwise the code uses CDN assets.

Analysis

  • Uncomment the analysis.js script in index.html to console.log basic data analysis:
    <script src="./script.js"></script>
    <!-- <script src="./analysis.js"></script> -->
    

License

The code is licensed under MIT License, as shown in LICENSE_CODE.md, and my data src/data/sunny-coast-snake-species.json and src/data/snake-sightings-public.csv is licensed under CC-BY-SA-4.0, as shown in LICENSE_DATA.md.

Author

Di

About

A visualisation of snake sightings in South-East Queensland, Australia.

Topics

Resources

License

MIT, CC-BY-SA-4.0 licenses found

Licenses found

MIT
LICENSE_CODE.md
CC-BY-SA-4.0
LICENSE_DATA.md

Stars

Watchers

Forks