GeoMOER / geoAI

Module on geospatial data prediction and remote sensing of the Honour Degree Programm „AI und Entrepreneurship"
MIT License
0 stars 0 forks source link

GeoAI_2021_unit_04_EX_Predicting_using_Unet #13

Open Baldl opened 2 years ago

konstantinengelmayer commented 7 months ago
starstiles <-
    terra::as.vector(list.files(result_folder, full.names = T), mode = "character")

Diese Zeile in der rebuild_img Funktion erzeugt folgenden Error:

Error: 'as.vector' is not an exported object from 'namespace:terra

Hier muss das terra:: weggelassen werden, weil die function as.vector() nicht aus dem terra-package kommt.