Closed cisaacstern closed 1 week ago
An alternative which is a faster path for right now, also per Jake's suggestion, would be to expose pixel_size as a "basic config" option in the RJSF.
I've split off https://github.com/wildlife-dynamics/ecoscope-workflows/issues/444 to track the continuation of this work. Going to call this first pass closed based on #441.
When the trajectories passed into
calculate_time_density
are very large, the default pixel size of 250.0 can cause a huge memory explosion, crashing the python process it's running in.To mitigate this, @walljcg suggests we dynamically set pixel_size to based on the scale of the trajectories passed to this task. Quoting Jake: