Skip to content

Commit

Permalink
FME reader supports new CityGML version by now
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab authored Aug 8, 2024
1 parent 5fd8827 commit 00c50db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/examples/model-transformations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ This workbench reads a transformed OpenDRIVE dataset and creates:
* a FBX file in a local coordinate system
* and a DWG file for AutoCAD containing only the center lines of the lanes

FME supports a [magnitude of formats](https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/Format-List-All.htm) including glTF, OBJ and Unreal Datasmith.
FME supports a [magnitude of formats](https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/Format-List-All.htm), including glTF, OBJ, and Unreal Datasmith.
Moreover, FME provides a [variety of transformers](https://www.safe.com/transformers/) that can be combined to realize feature manipulation tasks.

import { Callout } from 'nextra-theme-docs'

<Callout>
FME's [CityGML reader](https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/citygml.htm) currently only supports CityGML v2.0 directly, whereas a CityGML v3.0 dataset can be read using the generic [GML reader](https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/gml/gml.htm) when the CityGML schema files are provided.
R:trån automatically outputs a CityGML v3.0 dataset; for CityGML v2.0, just add `--convert-to-citygml2` as CLI argument.
</Callout>

Expand Down

0 comments on commit 00c50db

Please sign in to comment.