WilhelmusLab / ice-floe-tracker-pipeline

Processing pipeline for IceFloeTracker.jl
1 stars 2 forks source link

Lat/lon and x/y in flow generator #107

Open danielmwatkins opened 10 months ago

danielmwatkins commented 10 months ago

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.