WilhelmusLab / ice-floe-tracker-pipeline

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

changing center to centroid #113

Closed danielmwatkins closed 8 months ago

danielmwatkins commented 8 months ago

Addresses an issue where there is a mismatch between the names of columns in flow generator vs the site locations csv file.

danielmwatkins commented 8 months ago

Note, I also added a couple of newlines so that you don't have to scroll to the right to read the docstring.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.88%. Comparing base (a98835e) to head (0f0f30e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #113 +/- ## ======================================= Coverage 94.88% 94.88% ======================================= Files 7 7 Lines 215 215 ======================================= Hits 204 204 Misses 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

danielmwatkins commented 8 months ago

OK, this doesn't actually fix the issue. Trying something else.

danielmwatkins commented 8 months ago

Rather than changing all the center_lat/center_lon to centroids, I just changed the j2 file to say center_lat and center_lon. It seems like this fixed the issue on my end.