Skip to content

(Suggestion) Relax POLYGON check in _validate_aoi_wkt(self) #30

@msteckle

Description

@msteckle

Correct me if I'm wrong, but I think you can query CDSE using a MULTIPOLYGON, POLYGON, MULTIPOINT, POINT, etc. Specifically checking for a POLYGON in _validate_aoi_wkt() is very restrictive. For example, I just want to find the images that intersect a particular point or set of points, but phidown raises an error when I try to do this. I think CDSE will yell when it receives a geometry it doesn't like, so is the validation necessary?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions