Workflow to aggregate and ingest NetCDF files for one year
Workflow
Description
Sub-workflow to aggregate and ingest NetCDF files for one year over a given geography (zip codes or counties) and ingest the aggregated data into the database. Before aggregation, downloads shape files fo this year from US Census website
Inputs
Name |
Type |
Default |
Description |
---|---|---|---|
depends_on |
Any? |
||
proxy |
string? |
HTTP/HTTPS Proxy if required |
|
downloads |
Directory |
||
geography |
string |
||
shape_file_collection |
string |
|
Collection of shapefiles, either GENZ or TIGER |
table |
string |
||
band |
string |
|
|
months |
int[] |
||
year |
int |
||
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[] |