This post was edited

A task description for Geospatial Machine Learning

As I wrote earlier, I am investigating the possibilities for doing geospatial machine learning for the purpose of extending the geospatial analysis toolbox. As far as I can tell, no ML reasoning for geodata (including the use of topology) has been attempted on geospatial ‘vector’ data. By doing so, we could answer questions of a much fuzzier nature.

Instead of collecting all possible variables and creating a model over it, I’d like to explore the promise from machine learning, in having a neural net figuring out the parameters. So, we’re coming to Big Questions using these techniques:

The task

In the Netherlands, we have a lot of base registries for land use. One of these is the Base Registry for Topography. We know this data set isn’t exactly flawless. Some data is faulty, such as the height class of some buildings. Where a measured height is missing in the data, the height class is automatically (but often erroneously) marked as low-rise. Also, there is a hiatus on the amount of mosques in the BRT. OpenStreetMap can tell me the correct type:


Grotere kaart bekijken

But the BRT cannot:

Can we train a neural net to do suggestions on re-labeling some buildings?

The task would then be described as follows: predict the type of the building from its (spatially) neighbouring objects. Given a training set of buildings with correct labels and additional data on building types from OpenStreetMap, this would, theoretically, be possible.

I accept that, based on these building heights, a ‘business logic’ style GIS analysis could generate correct labels (in polynomial time), but that would amount to an analysis tailored to this case only. What if the geospatial neural net could generalize to detect most, if not all incorrect properties of geospatial objects, if a neural net compares it to other contextual information?