Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cda-etl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY src/ /app/src/

ENV PYTHONPATH=/app/src/cda_etl:/app/src

CMD ["python", "src/cda_etl/main.py"]
2 changes: 1 addition & 1 deletion cda-etl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tasks.register('runEtlUnitTests', DockerExec) {
doFirst {
def args = [
'docker', 'run', '--rm',
'-e', 'PYTHONPATH=/app/src/cda_etl',
'-e', 'PYTHONPATH=/app/src/cda_etl:/app/src',
'-v', "${projectDir}/src:/app/src"
]

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"office-id": "SWT",
"id": "FLOW.EUFA.PROJECT_TOTAL"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"levels": [],
"page": "MHx8MHx8MTAw",
"page-size": 100,
"total": 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"office-id": "SWT",
"category": "LOCATION LEVEL ASSOCIATION",
"name": "Regi_project_INPUT.Evap_pan_to_lake_multiplier.?GLOBAL?"
},
{
"office-id": "SWT",
"category": "LOCATION LEVEL ASSOCIATION",
"name": "Regi_project_INPUT.Evap_pan_to_lake_multiplier.COPA",
"value": "COPA.Coeff.Inst.0.Pan Evaporation Multiplier"
},
{
"office-id": "SWT",
"category": "LOCATION LEVEL ASSOCIATION",
"name": "Regi_project_INPUT.Evap_pan_to_lake_multiplier.KEYS",
"value": "KEYS.Coeff.Inst.0.Pan Evaporation Multiplier"
},
{
"office-id": "SWT",
"category": "LOCATION LEVEL ASSOCIATION",
"name": "Regi_project_INPUT.Evap_seasonal_pan_value.COPA",
"value": "COPA.Coeff.Inst.0.Pan Evaporation Multiplier"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"office-id": "SWT",
"category": "LOCATION RATING ASSOCIATION",
"name": "Regi_project_INPUT.Elev_Area.?GLOBAL?",
"value": "?GLOBAL?.Elev;Area.Linear.Production",
"comment": "Description for: Elev Area Rating"
},
{
"office-id": "SWT",
"category": "LOCATION RATING ASSOCIATION",
"name": "Regi_project_INPUT.Elev_Stor.?GLOBAL?",
"value": "?GLOBAL?.Elev;Stor.Linear.Production",
"comment": "Description for: Elev Stor Rating"
}
]
Loading
Loading