Skip to content

Commit

Permalink
changes for aws config, restrict some variables (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Jun 4, 2024
1 parent a1cbe98 commit 2e990db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions forecast-inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ poetry install
poetry run python forecast_inference/app.py
```

Need to set
- OCF_ENVIRONMENT
- OCF_PV_DB_URL
- NWP_ZARR_PATH

## Development

Format the code base *in place*
Expand Down
10 changes: 10 additions & 0 deletions forecast-inference/aws_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ nwp:
value_name: UKV
y_is_ascending: false
coord_system: 27700
variables:
- dswrf
- dlwrf
- hcc
- mcc
- lcc
- t
- vis
- prate
- si10

pv_metadata_path: s3://pvsite-ml-models-${OCF_ENVIRONMENT}/meta_inferred.csv

Expand Down

0 comments on commit 2e990db

Please sign in to comment.