SpatioTemporal / STAREPandas

STAREpandas adds SpatioTemporal Adaptive Resolution Encoding (STARE) support to pandas DataFrames. https://starepandas.readthedocs.io/en/latest/
MIT License
4 stars 1 forks source link

sids_from_polygon() vs make_sids() #155

Open NiklasPhabian opened 11 months ago

NiklasPhabian commented 11 months ago

Question

On the whole, I’m unsure as to why there are so many options, or when to use one over the other, or why add_sids doesn’t give the same results as calling a_sdf.make_sids() or starepandas.tools.sids_from_polygon. It seems to me given the title STAREPandas that I should prefer dataframe operations like add_sids or a_sdf.make_sids over calling extra-df methods like starepandas.tools.sids_from_polygon.

Answer