add base files
This commit is contained in:
parent
5e60c6d42b
commit
353f1fdd61
17
example.geojson
Normal file
17
example.geojson
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
"features": [
|
||||||
|
{
|
||||||
|
"type": "Feature",
|
||||||
|
"geometry": {
|
||||||
|
"type": "Polygon",
|
||||||
|
"coordinates": [
|
||||||
|
[
|
||||||
|
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"properties": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
3
main.py
Normal file
3
main.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
"""
|
||||||
|
Implement a conversion between gml and geojson
|
||||||
|
"""
|
80
source.gml
Normal file
80
source.gml
Normal file
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><!-- Generated by: --><!-- IFC -> cityGML Converter --><!-- (C) - Institute for Applied Computer Science --><!-- Forschungszentrum Karlsruhe --><!-- Not for commercial use --><!-- Generated by: IfcExplorer--><!-- cityGML Schema: 1.0.0 --><!-- Level of Detail 1--><!-- Creation Date: Tuesday, 23 November 2010 - 10:37:59--><!-- Edited Manually in Oxygen 8.2 --><!-- Modified by GMLOffset.xslt at Mon Dec 6 2010 --><!-- Version 2 Building located in the area of KIT Campus North)--><!-- Modified by GMLOffset.xslt at Wed Dec 8 2010 --><!-- Modified by GMLOffset.xslt at Wed Mar 29 2017 --><core:CityModel xsi:schemaLocation="http://www.opengis.net/citygml/2.0 http://schemas.opengis.net/citygml/2.0/cityGMLBase.xsd http://www.opengis.net/citygml/appearance/2.0 http://schemas.opengis.net/citygml/appearance/2.0/appearance.xsd http://www.opengis.net/citygml/building/2.0 http://schemas.opengis.net/citygml/building/2.0/building.xsd http://www.opengis.net/citygml/generics/2.0 http://schemas.opengis.net/citygml/generics/2.0/generics.xsd" xmlns:core="http://www.opengis.net/citygml/2.0" xmlns="http://www.opengis.net/citygml/profiles/base/2.0" xmlns:bldg="http://www.opengis.net/citygml/building/2.0" xmlns:gen="http://www.opengis.net/citygml/generics/2.0" xmlns:grp="http://www.opengis.net/citygml/cityobjectgroup/2.0" xmlns:app="http://www.opengis.net/citygml/appearance/2.0" xmlns:gml="http://www.opengis.net/gml" xmlns:xAL="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<!-- Manually edited by KHH 23.01.2017, Address added, roof edge added -->
|
||||||
|
<gml:name>AC14-FZK-Haus</gml:name>
|
||||||
|
<gml:boundedBy>
|
||||||
|
<gml:Envelope srsDimension="3" srsName="urn:adv:crs:ETRS89_UTM32*DE_DHHN92_NH">
|
||||||
|
<gml:lowerCorner srsDimension="3">457842 5439083 111.8 </gml:lowerCorner>
|
||||||
|
<gml:upperCorner srsDimension="3">457854 5439093 118.317669 </gml:upperCorner>
|
||||||
|
</gml:Envelope>
|
||||||
|
</gml:boundedBy>
|
||||||
|
<core:cityObjectMember>
|
||||||
|
<bldg:Building gml:id="UUID_d281adfc-4901-0f52-540b-4cc1a9325f82">
|
||||||
|
<gml:description>FZK-Haus (Forschungszentrum Karlsruhe, now KIT), created by Karl-Heinz
|
||||||
|
Haefele </gml:description>
|
||||||
|
<gml:name>AC14-FZK-Haus</gml:name>
|
||||||
|
<core:creationDate>2017-01-23</core:creationDate>
|
||||||
|
<core:relativeToTerrain>entirelyAboveTerrain</core:relativeToTerrain>
|
||||||
|
<gen:measureAttribute name="GrossPlannedArea">
|
||||||
|
<gen:value uom="m2">120.00</gen:value>
|
||||||
|
</gen:measureAttribute>
|
||||||
|
<gen:stringAttribute name="ConstructionMethod">
|
||||||
|
<gen:value>New Building</gen:value>
|
||||||
|
</gen:stringAttribute>
|
||||||
|
<gen:stringAttribute name="IsLandmarked">
|
||||||
|
<gen:value>NO</gen:value>
|
||||||
|
</gen:stringAttribute>
|
||||||
|
<bldg:class codeSpace="http://www.sig3d.org/codelists/citygml/2.0/building/2.0/_AbstractBuilding_class.xml">1000</bldg:class>
|
||||||
|
<bldg:function codeSpace="http://www.sig3d.org/codelists/citygml/2.0/building/2.0/_AbstractBuilding_function.xml">1000</bldg:function>
|
||||||
|
<bldg:usage codeSpace="http://www.sig3d.org/codelists/citygml/2.0/building/2.0/_AbstractBuilding_usage.xml">1000</bldg:usage>
|
||||||
|
<bldg:yearOfConstruction>2020</bldg:yearOfConstruction>
|
||||||
|
<bldg:roofType codeSpace="http://www.sig3d.org/codelists/citygml/2.0/building/2.0/_AbstractBuilding_roofType.xml">1030</bldg:roofType>
|
||||||
|
<bldg:measuredHeight uom="m">6.52</bldg:measuredHeight>
|
||||||
|
<bldg:storeysAboveGround>2</bldg:storeysAboveGround>
|
||||||
|
<bldg:storeysBelowGround>0</bldg:storeysBelowGround>
|
||||||
|
<bldg:lod0FootPrint>
|
||||||
|
<gml:MultiSurface>
|
||||||
|
<gml:surfaceMember>
|
||||||
|
<gml:Polygon>
|
||||||
|
<gml:exterior>
|
||||||
|
<gml:LinearRing>
|
||||||
|
<gml:posList srsDimension="3">457842 5439083 111.8 457842 5439093 111.8 457854 5439093 111.8 457854 5439083 111.8 457842 5439083 111.8 </gml:posList>
|
||||||
|
</gml:LinearRing>
|
||||||
|
</gml:exterior>
|
||||||
|
</gml:Polygon>
|
||||||
|
</gml:surfaceMember>
|
||||||
|
</gml:MultiSurface>
|
||||||
|
</bldg:lod0FootPrint>
|
||||||
|
<bldg:lod0RoofEdge>
|
||||||
|
<gml:MultiSurface>
|
||||||
|
<gml:surfaceMember>
|
||||||
|
<gml:Polygon>
|
||||||
|
<gml:exterior>
|
||||||
|
<gml:LinearRing>
|
||||||
|
<gml:posList srsDimension="3">457841.5 5439082.5 111.8 457841.5 5439093.5 111.8 457854.5 5439093.5 111.8 457854.5 5439082.5 111.8 457841.5 5439082.5 111.8 </gml:posList>
|
||||||
|
</gml:LinearRing>
|
||||||
|
</gml:exterior>
|
||||||
|
</gml:Polygon>
|
||||||
|
</gml:surfaceMember>
|
||||||
|
</gml:MultiSurface>
|
||||||
|
</bldg:lod0RoofEdge>
|
||||||
|
<bldg:address>
|
||||||
|
<core:Address>
|
||||||
|
<core:xalAddress>
|
||||||
|
<xAL:AddressDetails>
|
||||||
|
<xAL:Locality Type="Town">
|
||||||
|
<xAL:LocalityName>Eggenstein-Leopoldshafen</xAL:LocalityName>
|
||||||
|
<xAL:Thoroughfare Type="Street">
|
||||||
|
<xAL:ThoroughfareNumber>4711</xAL:ThoroughfareNumber>
|
||||||
|
<xAL:ThoroughfareName>Spöcker Straße</xAL:ThoroughfareName>
|
||||||
|
</xAL:Thoroughfare>
|
||||||
|
<xAL:PostalCode>
|
||||||
|
<xAL:PostalCodeNumber>76344</xAL:PostalCodeNumber>
|
||||||
|
</xAL:PostalCode>
|
||||||
|
</xAL:Locality>
|
||||||
|
</xAL:AddressDetails>
|
||||||
|
</core:xalAddress>
|
||||||
|
</core:Address>
|
||||||
|
</bldg:address>
|
||||||
|
</bldg:Building>
|
||||||
|
</core:cityObjectMember>
|
||||||
|
</core:CityModel>
|
Loading…
Reference in New Issue
Block a user