SpatioTemporal / pystare

The Python interface for the SpatioTemporal Adaptive Resolution Encoding (STARE), a unified indexing for geolocated data.
https://pystare.readthedocs.io/en/latest/
12 stars 2 forks source link

What's the strategy for documenting core functions? (and adding to https://pystare.readthedocs.io/) #104

Open michaelleerilee opened 1 year ago

NiklasPhabian commented 1 year ago

functions of the core.py module? A bit tricky since the module is generated by SWIG. Bit the good folks over there have a way: https://www.swig.org/Doc1.3/Python.html#Python_nn65

I will set it up and then the two of us should write the docstrings together.