-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from davemfish/task/127-update-lulc-data
Task/127 update lulc data
- Loading branch information
Showing
20 changed files
with
8,234 additions
and
8,083 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,109 changes: 2,109 additions & 0 deletions
2,109
appdata/invest-data/biophysical_tables/carbon__nlcd_nlud_tree.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1,985 changes: 1,985 additions & 0 deletions
1,985
appdata/invest-data/biophysical_tables/ucm__nlcd_nlud_tree.csv
Large diffs are not rendered by default.
Oops, something went wrong.
2,401 changes: 0 additions & 2,401 deletions
2,401
appdata/invest-data/biophysical_tables/ucm_nlcd_simple_nlud_trees.csv
This file was deleted.
Oops, something went wrong.
1,985 changes: 1,985 additions & 0 deletions
1,985
appdata/invest-data/biophysical_tables/una__nlcd_nlud_tree.csv
Large diffs are not rendered by default.
Oops, something went wrong.
2,401 changes: 0 additions & 2,401 deletions
2,401
appdata/invest-data/biophysical_tables/urban_carbon_nlcd_simple_nlud_trees.csv
This file was deleted.
Oops, something went wrong.
2,401 changes: 0 additions & 2,401 deletions
2,401
appdata/invest-data/biophysical_tables/urban_nature_access_nlcd_simple_nlud_trees.csv
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,46 @@ | ||
{ | ||
"name": "urban-es-modeler", | ||
"private": true, | ||
"version": "0.0.0", | ||
"scripts": { | ||
"start": "vite", | ||
"start-docker": "cross-env MODE=docker vite --host 0.0.0.0 --port 3000", | ||
"build": "vite build", | ||
"serve": "vite preview", | ||
"test": "vitest run --dir tests --coverage", | ||
"test-e2e": "vitest run --dir tests-e2e" | ||
}, | ||
"dependencies": { | ||
"@blueprintjs/core": "^4.4.0", | ||
"dotenv": "^16.0.0", | ||
"jsts": "^2.9.3", | ||
"localforage": "^1.10.0", | ||
"ol": "^6.15.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@vitejs/plugin-react": "^4.0.1", | ||
"@vitest/coverage-v8": "^0.32.2", | ||
"c8": "^7.11.3", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.32.0 || ^8.2.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jsdoc": "^39.3.2", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"happy-dom": "^9.20.3", | ||
"jsdom": "^22.1.0", | ||
"puppeteer": "^20.7.4", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.0" | ||
} | ||
} | ||
"name": "urban-es-modeler", | ||
"private": true, | ||
"version": "0.0.0", | ||
"scripts": | ||
{ | ||
"start": "vite", | ||
"start-docker": "cross-env MODE=docker vite --host 0.0.0.0 --port 3000", | ||
"build": "vite build", | ||
"serve": "vite preview", | ||
"test": "vitest run --dir tests --coverage", | ||
"test-e2e": "vitest run --dir tests-e2e" | ||
}, | ||
"dependencies": | ||
{ | ||
"@blueprintjs/core": "^4.4.0", | ||
"dotenv": "^16.0.0", | ||
"jsts": "^2.9.3", | ||
"localforage": "^1.10.0", | ||
"ol": "^6.15.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": | ||
{ | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@vitejs/plugin-react": "^4.0.1", | ||
"@vitest/coverage-v8": "^0.32.2", | ||
"c8": "^7.11.3", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.32.0 || ^8.2.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"happy-dom": "^9.20.3", | ||
"jsdom": "^22.1.0", | ||
"puppeteer": "^20.7.4", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.