Skip to content

Commit 9d12341

Browse files
authored
feat: Adds length to the index calculation, adds climatic regions (#8)
* fix: Adds column with transect lenght * feat: Includes the transect lenght into the trend calculations * fix: Wip on changing to climatic regions * fix: Calculates the flight curves for the new climatic regions * fix: Fix the linter
1 parent e529078 commit 9d12341

21 files changed

Lines changed: 34401 additions & 57393 deletions

package-lock.json

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@
5252
"@types/react-highlight-words": "^0.20.0",
5353
"@typescript-eslint/eslint-plugin": "^8.46.4",
5454
"@typescript-eslint/parser": "^8.46.4",
55+
"csv-parse": "^6.1.0",
5556
"eslint": "^9.39.1",
5657
"eslint-config-prettier": "^10.1.8",
5758
"eslint-plugin-prettier": "^5.5.4",
5859
"eslint-plugin-react": "^7.37.5",
5960
"eslint-plugin-react-hooks": "^7.0.1",
61+
"geotiff": "^2.1.4-beta.1",
6062
"identity-obj-proxy": "^3.0.0",
6163
"jest": "^30.2.0",
6264
"jest-environment-jsdom": "^30.2.0",

public/data/environmental-zones.geojson

Lines changed: 199 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)