8000 Behaviour on bbox queries for providers that do not support them · Issue #2000 · geopython/pygeoapi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Behaviour on bbox queries for providers that do not support them #2000
Open
@doublebyte1

Description

@doublebyte1

This issue is just to flag the fact that bbox queries issued against providers that do not support them, simply ignore the bbox parameter.

For example, in the case of the GeoJSON provider:

# TODO filter by bbox without resorting to third-party libs
data = self._load(skip_geometry=skip_geometry, properties=properties,
select_properties=select_properties)

Would it be more appropriated to throw a warning to the user, stating that the bbox filter is not implemented?

I am not sure if there is a rule on how to deal with this, or if this change would be consistent with the pygeoapi behaviour in other occasions, but I would love to hear more thoughts about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0