guidocioni / no-more-wet-rides-new

2 stars 0 forks source link

Revise radar data subsetting #9

Open guidocioni opened 1 month ago

guidocioni commented 1 month ago

In subset_radar_data the radar is subset by taking the bounding box around the bike track

https://github.com/guidocioni/no-more-wet-rides-new/blob/86fbd423e232ed9482891ca0778fbbfd561c7235/utils.py#L218-L229

This means that the shape of the radar data is collapsed from N X M to K...I honestly don't know how the rest of the code works like this.. Is this supposed to happen?