The flow generator assumes that center_lat/center_lon columns are present in the site specification csv file. Could be more straightforward to just request the user to provide a bounding box, and then we can compute the centroid directly, creating center_lat and center_lon variables.
The flow generator assumes that
center_lat/center_lon
columns are present in the site specification csv file. Could be more straightforward to just request the user to provide a bounding box, and then we can compute the centroid directly, creatingcenter_lat
andcenter_lon
variables.