Open KoalaGeo opened 9 months ago
Hi @KoalaGeo glad you like the library!
Currently, I have no such plans.
What behaviour would you expect these functions to have in H3-Pandas?
compact
and uncompact
are set operations and applying them to a dataframe with potential additional data is not straightforward. I see two general options
It would be helpful if you could elaborate on your usecase to drive the potential API.
I'm working with polygons, primarily categorical data (geology, rock type, formation name, descriptions etc).
I'm using polyfill / polyfill_resample, however it's resulting in massive numbers of polygons to accurately represent the input geometries - resolution 13 or 14 required.
I could do with the compact
function at the end to simplify the data to fewer features using an index attribute eg rock type.
Hi,
This library is great! Do you have plans to implement the H3 compact and uncompact functions?
Regards,
Edd