Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing core:creationDate from CityGML Buildings in citydb #318

Open
Krassnig opened this issue Dec 20, 2024 · 0 comments
Open

Missing core:creationDate from CityGML Buildings in citydb #318

Krassnig opened this issue Dec 20, 2024 · 0 comments

Comments

@Krassnig
Copy link

Hello,

In the CityGML files of the Vienna dataset they store the date they scanned the building in the <core:creationDate> element.

	<core:cityObjectMember>
		<bldg:Building gml:id="UUID_LOD2_043491-77417aa2-b1be-4a0f-a605">
			<gml:name>043491</gml:name>
			<core:creationDate>2016-09-29</core:creationDate> <!-- can't find this one -->
			<gen:stringAttribute name="Blattnummer">
				<gen:value>078085</gen:value>
			</gen:stringAttribute>
			<gen:stringAttribute name="HoeheDach">
				<gen:value>210</gen:value>
			</gen:stringAttribute>
			<gen:stringAttribute name="HoeheGrund">
				<gen:value>206</gen:value>
			</gen:stringAttribute>
                        ....

Once I import this dataset into the 3dcitydb I can't find the creationDate.
I would assume this corresponds to the citydb.cityobject.creation_date but this is set to the date of the import.
image
Could you please help me get the date in <core:creationDate>?

The CityGML file can be downloaded here: https://www.wien.gv.at/ma41datenviewer/downloads/geodaten/lod2_gml/078085_lod2_gml.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant