This repository holds a deep learning model built with pytorch.
Land use patterns can be extremely complex, on the one hand depending on the natural features of the environment, such as rivers, mountains etc… on the other reflecting how humans got to use a specific parcel of land other the years, decades and even centuries. This model is developed to predict a set of variables about a location, based on the knowledge of the variables in the neighborhood.
We use as input a set of rasters, each modelling a feature of the environment (flood risk, population, slope etc…) covering the region of Oxfordshire.
A sampling procedure was developed in order to create a training,
validation and testing data sets. It consists in drawing from the whole
grid an individual cell and its nearest neighbors. So for a set of
It is in its current state.