Aggregates data in NetCDF file over given geographies
Tool. Runs: pollution.wustl_file_processor
Description
This tool aggregates data in NetCDF or GeoTiff file over provided shapes (zip codes or counties). It produces mean values over shape.
The tool expects one value for every variable in every grid node. The variables are expected to be formatted as they are for Atmospheric Composition Analysis Group of Washington University
See also aggregate_daily.cwl - a tool, that expects multiple (daily) values at every grid node.
Inputs
Name |
Type |
Default |
Description |
---|---|---|---|
strategy |
string |
|
Rasterization strategy |
ram |
string |
|
Runtime memory, available to the process |
shapes_dir |
Directory? |
||
band |
string[] |
||
geography |
string |
Type of geography: zip codes or counties |
|
netcdf_data |
File |
Path to downloaded file |
|
shape_files |
File[]? |
Paths to shape files |
|
output_type |
string[] |
|
What to output as the result of executing the tool |
table |
string? |
Optional name ot the table where the aggregated data will be eventually stored |