Open mztlive opened 4 months ago
If I'm reading this correctly, it looks like this this is checking which products are fully contained in each point's envelope/bounding box (which is nothing), but you're trying to do the opposite.
Maybe locate_in_envelope_intersecting
would be a better fit?
The following codes should supposedly be able to return data consistent with expectations, but the results cannot be obtained correctly after using locate_in_envlope.
If you are traversing all products and using geo's contains method, you can get the correct result.
Is my usage method wrong? Please teach me, thank you!