A list of OGC API Feature Services with data for Belgium

Geospatial web services like WMS, WMTS, WFS and XYZ tile layers are used a lot by GIS professionals. In the past I made different webpages with lists of these different types of services that contain data for Belgium. Since a couple of years the Open Geospatial Consortium (OGC) has been busy creating new standards to replace these older types of web services. One of those new standards is OGC API Features.

Recently I created a new website to list OGC API Features services with data in Belgium. It can be found on https://features.michelstuyts.be.

If you know any OGC API Features services with data in Belgium that are not listed on that website, please let me know and I’ll add them. Currently I have only found services with data from Flanders.

All my lists:

How to get data from the Mapillary API v4 using Python

A while ago I wrote a script to get data from the Mapillary API v3 and that was pretty easy to do so. But in the mean time v3 of their API was discontinued, so I had to rewrite my script to use v4 of the API, but it took me a while to figure out how to talk to the v4 API using Python.

Below you can find a simple example of how to get info on available images around a certain longitude and latitude. Of course you can incorporate this concept into a larger script to get data from multiple points, that can for example be stored in a database. But for this example we’ll just request info on available Mapillary imagery for one set of coordinates and show the information.

Continue reading “How to get data from the Mapillary API v4 using Python”