Coder Social home page Coder Social logo

Comments (5)

francbartoli avatar francbartoli commented on August 17, 2024

I'd like to have also the possibility to return only some of the properties without any geometry at all. Maybe to discuss with the spec team since in such cases the mime type would change into simple application/json

from pygeoapi.

justb4 avatar justb4 commented on August 17, 2024

GeoHealthCheck observes errors from the pygeoapi demo instances that use latest Docker Image from PR #565 related to this issue:

e.g. on URL: https://demo.pygeoapi.io/master/collections/utah_city_locations/items

[2020-11-02T13:17:12Z] {/usr/local/lib/python3.8/dist-packages/flask/app.py:1891} ERROR - Exception on /collections/utah_city_locations/items [GET]
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2447, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1952, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/local/lib/python3.8/dist-packages/flask_cors/extension.py", line 165, in wrapped_function
    return cors_after_request(app.make_response(f(*args, **kwargs)))
  File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1821, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/local/lib/python3.8/dist-packages/flask/_compat.py", line 39, in reraise
    raise value
  File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1936, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/pygeoapi/pygeoapi/flask_app.py", line 213, in collection_items
    headers, status_code, content = api_.get_collection_items(
  File "/pygeoapi/pygeoapi/api.py", line 921, in get_collection_items
    content = p.query(startindex=startindex, limit=limit,
TypeError: query() got an unexpected keyword argument 'select_properties'

Is there a config adaptation needed on demo server endpoints?

from pygeoapi.

justb4 avatar justb4 commented on August 17, 2024

No, I think some Providers, like OGR, are missing select_properties= param on query() function.

from pygeoapi.

tomkralidis avatar tomkralidis commented on August 17, 2024

Bug fix submitted in #566

from pygeoapi.

justb4 avatar justb4 commented on August 17, 2024

Yes, thanks for quick action @tomkralidis ! GHC tests positive on all demo endpoints based on master Docker Image.

from pygeoapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.