2 -respuestas
- 10-1
Aha! I restarted the modeler but not the engine.
But you're right, after restarting the engine, it worked!
Thank you
(I can't believe it was the old "turn it off and back on again").
Añada su comentario... - 10-1
I'm not sure that's the main problem here, but you're missing the temporal dimension in your context.
You should add another line:projection= "EPSG:4326"), time(year=2000);
Also, have you tried to restart the engine and the modeler after you imported the data?
Sometimes this error appears when the engine and the k.Modeler aren't aligned, and the engine doesn't recognize the URN of the resource.Please, let me know if this solves the issue.
Añada su comentario...
My code
returns an error that I have difficulty understanding:
URN myspace.rhill does not represent a resolvable entity org.integratedmodelling.klab.exceptions.KlabIllegalArgumentException: URN myspace.rhill does not represent a resolvable entity
the resource, watershed, is a .shp file from qgis. I checked the vector validity in qgis (vector > geometry tools) and it seems fine. The resource appears to be imported correctly, and is publishable. The CRS agrees with what was exported from qgis and also the Resource Editor states proj=EPSG:4326.
I tried to export the layer from qgis as gpkg. k.lab complains that the resource has errors, and will not import it.
I have also tried changing CRS to 7856, with identical results. It makes me think my code is incorrect.
Any insights?