/D3_HeatMap

D3 based heat map showing avergae surface temperatures on Earth

Primary LanguageJavaScript

D3 Heat Map

The D3 heat map shows the monthly global land surface temperature from 1753 - 2015.

To Use

The user can hover over any cell in the heat map to see the month and year along with the temperature variation from the average land surface temperature from Jan 1951-Dec 1980.

Contributing

This project has open issues. Development is based on the development branch. To contribute, follow these steps:

  • git clone https://github.com/matty22/D3_HeatMap.git
  • git checkout development
  • git checkout -b issue-label/reference-to-issue (ex. bug/fix-grammar-error)

Make your changes in your local copy...

  • git add [filename].ext
  • git commit -m "Concise message that explains your changes"
  • git checkout development
  • git pull
  • git checkout fix/my-branch
  • git merge development
  • git push origin fix/my-branch

Then, open a PR on the development branch on the repo.

For questions, read these three blog posts for guidelines on how to contribute: