Workflow to aggregate and ingest one file in NetCDF format
Workflow
Description
Sub-workflow that aggregates a single NetCDF file over a given geography (zip codes or counties) and ingest the aggregated data into the database
Inputs
Name |
Type |
Default |
Description |
---|---|---|---|
depends_on |
Any? |
||
downloads |
Directory |
||
geography |
string |
||
year |
int |
||
month |
int |
||
band |
string |
|
|
table |
string |
||
shape_files |
File[] |
Paths to shape files |
|
strategy |
string |
Rasterization strategy |
|
ram |
string |
|
Runtime memory, available to the process |
database |
File |
||
connection_name |
string |
Outputs
Name |
Type |
Description |
---|---|---|
aggregate_data |
File |
|
aggregate_log |
File |
|
aggregate_err |
File |
|
ingest_log |
File |
|
ingest_err |
File |