Skip to content

Commit

Permalink
Merge pull request #128 from natcap/develop
Browse files Browse the repository at this point in the history
merge develop into main
  • Loading branch information
davemfish authored Jan 17, 2024
2 parents 1409d2a + 288ce3f commit 621c2d2
Show file tree
Hide file tree
Showing 144 changed files with 10,508 additions and 2,091 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: lts/*
node-version: 18

- name: Restore node_modules cache
id: nodemodules-cache
Expand Down
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,19 @@ $ docker compose up --build
`http://localhost:8000/docs`

## Data Requirements
local path which mounts in container - (bucket where source file can be found)
`appdata/NLCD_2016_epsg3857.tif` (natcap-urban-online-datasets-**public**)
`appdata/invest-data/CGIAR_et0_annual_epsg_3857.tif` (natcap-urban-online-datasets)
`appdata/invest-data/OE_Bioregions_3857.shp` (natcap-urban-online-datasets)
`appdata/invest-data/acs_tract_3857.gpkg` (natcap-urban-online-datasets)
`appdata/invest-data/acs_tract_poverty.csv` (natcap-urban-online-datasets)
`appdata/invest-data/acs_tract_race.csv` (natcap-urban-online-datasets)
These are data used by the python worker. Download these to your local
`appdata/` folder to run the app locally. Please reach out to repository maintainers to get access to these.

local path which mounts in container | (bucket where source file can be found)
- `appdata/lulc_overlay_3857.tif` | (natcap-urban-online-datasets-**public**)
- `appdata/invest-data/CGIAR_et0_annual_epsg_3857.tif` | (natcap-urban-online-datasets)
- `appdata/invest-data/acs_tract_3857.gpkg` | (natcap-urban-online-datasets)
- `appdata/invest-data/acs_tract_poverty.csv` | (natcap-urban-online-datasets)
- `appdata/invest-data/acs_tract_race.csv` | (natcap-urban-online-datasets)

## Necessary API tokens
Currently need to add a `.env` file to `frontend/` with necessary API tokens. Please reach out to repository maintainers to get access to these.

## Necessary software for development
- Docker
- Git

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 621c2d2

Please sign in to comment.