Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbhvsingh0/deforestation_rainfall_correlation
The aim of this project is to check if there is any correlation of rainfall with deforestation in Pennsylvania state of USA.
https://github.com/vbhvsingh0/deforestation_rainfall_correlation
correlation-analysis data-science matplotlib-pyplot numpy pandas python3
Last synced: 5 days ago
JSON representation
The aim of this project is to check if there is any correlation of rainfall with deforestation in Pennsylvania state of USA.
- Host: GitHub
- URL: https://github.com/vbhvsingh0/deforestation_rainfall_correlation
- Owner: vbhvsingh0
- Created: 2024-07-10T00:29:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T15:25:43.000Z (4 months ago)
- Last Synced: 2024-07-11T04:13:44.698Z (4 months ago)
- Topics: correlation-analysis, data-science, matplotlib-pyplot, numpy, pandas, python3
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deforestation_rainfall_correlation
The aim of this project is to check if there is any correlation of rainfall with deforestation in Pennsylvania.The rainfall data is taken from https://climate.met.psu.edu/data/state/yravgprecip.php?division=7
The deforestation data is taken from https://www.globalforestwatch.org/dashboards/country/USA/39/?map=eyJjYW5Cb3VuZCI6dHJ1ZX0%3D
The data of rainfall was linearly fitted with deforestation and surprisingly, a negative correlation (R2 score) of 0.72 was found.