1

I need to obtain point features for UNESCO sites of italy in JSON format using :-UNESCO POIs (OGC API): https://demo.pygeoapi.io/master/collections/unesco_pois_italy. But unfortunately I am not able to get it. It look like this OGC API don't contain point features in JSON format. What's the matter here?

Vince
20.5k16 gold badges49 silver badges65 bronze badges
asked Feb 5, 2022 at 16:55

2 Answers 2

1

The OGC API request to use for reading the features from this service is https://demo.pygeoapi.io/master/collections/unesco_pois_italy/items?f=json.

However, when I tried it the response is a generic error message

{
 "code": "NoApplicableCode",
 "description": "generic error (check logs)"
}

The description of the service is

Unesco Points of Interest in Italy. Using GeoSolutions GeoServer WFS demo-server as backend WFS.

It looks like the demo is down now.

answered Feb 5, 2022 at 17:02
1
  • Yeah, it seems it's not working. Commented Feb 5, 2022 at 17:16
0

The FQDN of the backend WFS server from GeoSolutions changed to https://gs-stable.geosolutionsgroup.com/geoserver/wfs?request=GetCapabilities.

PR to fix the issue has been submitted and merged https://github.com/geopython/demo.pygeoapi.io/pull/37

answered Jul 12, 2022 at 22:51

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.