CalAdapt.pyt
This tool is used chart the data retrieved from the Cal-Adapt API using the 'Get Data from API' tool. The tool will add a chart to the ArcGIS Pro project that it is run in.
CreateChart (outTable, dateField, catField, valueField)
outTable |
Reference to the table created when you use the 'Get Data from API' tool. This table is often stored in a file geodatabase. |
---|---|
dateField |
Reference to the 'DateTime' field in the tablke referenced in the outTable. |
catField |
Reference to a category field in the table referenced in the outTable. This could reference the 'Variable' field or the 'ClimateDesc' field. |
valueField |
Reference to a value field in the table referenced in the outTable. This could reference the 'Value' field. |
This tool is used chart the data retrieved from the Cal-Adapt API using the 'Get Data from API' tool. The tool will add a chart to the ArcGIS Pro project that it is run in.