1 / 29

The Finnish ‘DigiRoad’ Dataset in EuroRoadS Schema

The Finnish ‘DigiRoad’ Dataset in EuroRoadS Schema. Lassi Lehto Finnish Geodetic Institute. Agenda. DigiRoad Schema mapping Translating WFS experiment Tools Further tests. DigiRoad. New dataset of the Finnish road network Contains all roads and streets

Download Presentation

The Finnish ‘DigiRoad’ Dataset in EuroRoadS Schema

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Finnish ‘DigiRoad’ Dataset in EuroRoadS Schema Lassi Lehto Finnish Geodetic Institute

  2. Agenda • DigiRoad • Schema mapping • Translating WFS experiment • Tools • Further tests

  3. DigiRoad • New dataset of the Finnish road network • Contains all roads and streets • Also cycling and pedestrian paths • Centralised database • 555 € / whole country, for non-commercial use • Contributors • Finnish Road Administration • National Land Survey • Local authorities • Actual operation by private sector • http://www.digiroad.fi/en_GB/

  4. 2 Geometries copied Attributes copied Segment - Speed limit 1 TrafficElement - Functional class Attributes copied 2 DigiRoad • GDF –based • Delivery in two forms • 1. With linear referencing (dynamic segmentation) • 2. With directly attached attributes

  5. Schema mapping • Done manually • Based mostly on • Textual description of DigiRoad • EuroRoadS D 6.3: Road Network Information Model • EuroRoadS GML Application Schema 3.1 • No UML available for DigiRoad • No tools to work with Visio, EA, RR files • XMI in Eclipse with XML Modeler

  6. Schema mapping TrafficElement ER_RoadLink roadType = 1 or 2 or 3 ER_FerryLink roadType = 6

  7. Schema mapping TrafficElement ER_RoadLink reference_ID ER_ObjectId GUID of the original trafficElement - not unique in delivery form 2 the_geom curve lat / lon coordinates projected coordinates MultiLineString LineString

  8. Schema mapping TrafficElement ER_RoadLink level ”ER_RoadElement”

  9. Schema mapping TrafficElement ER_RoadLink type formOfWay 1 := ER_Motorway 2 := ER_MultiCarriageway 3 := ER_SingleCarriageway 4 := ER_RoundaboutCircle 6 := ER_EncosedTrafficArea 8 := ER_SlipRoad 10 := ER_ServiceRoad 13 := other: Area reserved for pedestrians 14 := other: Cycling path 17 := other: Moottoriliikennetien osa

  10. Schema mapping TrafficElement ER_RoadLink national nationalRoadClass 1 := MainRoadS 2 := FirstClass 3 := SecondClass 4 := ThirdClass 0 := UndefinedNationalRoadClass

  11. Schema mapping TrafficElement ER_RoadLink Geometric matching ER_SpeedLimit Segment speedLimit

  12. Schema mapping TrafficElement ER_FerryLink roadType = 6 level ”ER_FerryConnection” formOfFerry ”ER_ShipOrHovercraft”

  13. Schema mapping ER_RoadNode Segment dynType = 9 reference_ID ER_ObjectId level ”ER_Junction” formOfNode ”other: TrafficLight” the_geom location lat / lon coordinates projected coordinates MultiLineString Point

  14. XSLT-Query XSLT-GML XSLT GML-SVG Translating WFS Xerces GeoServer WFS-T WMS Xalan Xalan PostGIS PostgreSQL JTS

  15. Performance • When geometric matching included • 1.5 ms / Feature with a small dataset (0.1 MB) • 3.1 ms / Feature with a big dataset (1.5 MB) • Without geometric operations • Nearly constant 1.0 ms / Feature

  16. 2.3 s

  17. Further experiments • Altova MapForce

  18. Further experiments • Streaming Transformations for XML (STX) • SAX-based • Only local operations • Big documents not a problem • Fast • Java implementation: Joost • http://stx.sourceforge.net/

More Related