How can I train an ANN using current raster data (population, precipitation, DEM, land use) and use this model to predict future land use based on upcoming raster data (population, precipitation, temperature)?
I've been studying the relevant theory extensively recently, and I'd like to find a case study to see how it's practically implemented. Could you please guide me to where I can find similar case studies? I've noticed that many papers follow this approach, but I'm struggling to locate any code examples.
If there are no case studies available, I'd like to understand how to use raster data as inputs for an ANN and what preprocessing steps are needed, especially when dealing with multiple raster data inputs.