OpenSenseAction / poligrain

Simplify common tasks for working with point, line and gridded sensor data, focusing on rainfall observations.
https://poligrain.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

[WIP] Add option to do sparse distance matrix calculation #47

Open cchwala opened 1 month ago

cchwala commented 1 month ago

This PR add the option to do sparse distance matrix calculations to the existing function calc_point_to_point_distances.

cchwala commented 1 month ago

Note to myself: See the updated info in https://github.com/OpenSenseAction/poligrain/issues/37#issuecomment-2096777123 with the idea to set custom fill_value in COO sparse matrix.