Closed julianzz98 closed 3 years ago
Hi @julianzz98,
Thanks for reaching out! From that error message alone I unfortunately can't tell what the exact problem is. Can you also share the complete command line call (e.g. /opt/hale/bin/hale -project example.halex -source [...]
) that leads to this error?
Thanks for the quick answer @florianesser,
the complete command line call is:
-project C:\Users\Julian\Documents\BA_Hale\AutoBA.halez -source D:\Dateien-Arbeit-Dokumente\lk_emsland_beispieldaten_xplan_bplan\Neuer_Grund\Neuer_Grund.shp -target xplan.gml -providerId eu.esdihumboldt.hale.io.gml.xplan.writer -Sxml.rootElement.name XPlanAuszug -Sxml.rootElement.namespace http://www.xplanung.de/xplangml/5/3 -Sxml.pretty true -reportsOut report.txt
Added the generated report as well, maybe you can find a lead in here. report.txt
Thanks for the additional info! From the report file it appears that the project is loading the schema file XPlanGML_BPlan.xsd
as the target schema. Consider using XPlanung-Operationen.xsd as the target schema instead, as XPlanGML_BPlan.xsd
does not define the element XPlanAuszug
you're trying to write.
I'd also like to point you to our forum which is our preferred channel for questions regarding hale studio usability, INSPIRE and XPlanung.
Thank you a lot for the answer! I will change the target schema to XPlanung-Operationen.xsd or use the XPlanungGML.xsd, which is referencing all schemas to be sure. Going to take a lot into the forum and ask further questions there, thanks again :)
Dear all, for my bachelor thesis I am trying to automate the transformation of geodata from zoning plans (i.e. shapefile) to XPlanGML. The transformation with the CLI generets an empty XPlanGML an the error given out is this one:
If anyone can help me at this point, feel free to comment.
Greetings, Julian Zilz