Skip to content

rust/sedona-spatial-join: Make spatial partitioners wraparound aware or introduce a geography partitioner #800

@paleolimbot

Description

@paleolimbot

In #799 we enable wraparound rectangles in the index and analysis statistics; however, this means that some GeoStatistics might have wraparound bounds which will cause the partitioner to error. This should be safe in the sense that wraparound bounds error and aren't blindly interpreted, and the workaround is to set the memory limit to unlimited (i.e., disable the out of core join). To make this work we have to extend wraparound intervals to the right or left of -180 or 180 to make the partition bounds finite, or possibly something else I haven't considered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions