Skip to content

Commit d08c743

Browse files
authored
feat: Includes regions in the GBI calculation (#9)
* feat: Incorporates climatic regions into the gbi calculation * fix: Restores LOESS value * fix: Addresses code review feedback * fix: Loads the regional flight curves from the right place * fix: Removes week with no data from flight charts
1 parent 9d12341 commit d08c743

15 files changed

+93035
-128730
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
3434
"format": "prettier --write \"{src,scripts}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
3535
"format:check": "prettier --check \"{src,scripts}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
36-
"process-data": "tsx scripts/process-butterfly-data.ts",
37-
"fast-process-data": "tsx scripts/process-butterfly-data.ts --skip-regional"
36+
"process-data": "tsx scripts/process-butterfly-data.ts"
3837
},
3938
"devDependencies": {
4039
"@eslint/js": "^9.39.1",

0 commit comments

Comments
 (0)