• No results found

Using the D3 library for web-mapping in an SDI environment

N/A
N/A
Protected

Academic year: 2021

Share "Using the D3 library for web-mapping in an SDI environment"

Copied!
3
0
0

Bezig met laden.... (Bekijk nu de volledige tekst)

Hele tekst

(1)

Using the D3 library for web-mapping in an SDI environment

Barend Köbben

ITC – University of Twente

PO Box 217

7500AE Enschede, The Netherlands

b.j.kobben@utwente.nl

Abstract

We demonstrate the feasibility of using the D3 JavaScript library to produce a National Atlas using SDI web services. We present a state-of-the-art architecture and a proof-of-concept implementation to demonstrate how SDI and mainstream IT can work together. Keywords: Atlas, Spatial Data Infrastructure, Service Oriented Architecture, Web Mapping, Open Web Platform.

1 The context: Atlases and Spatial Data

Infras-tructures

Atlases present a synthesis of the spatial data and contain collec-tions of complex, high quality maps, created from combinacollec-tions of geographical datasets. An important aspect of atlases is that a considerable effort has been put into making the information comparable: the same level of generalization is applied, data has been collected for similar reference periods, using standard clas-sification methods, class boundaries and legend colours, etcetera. The main point of bringing all the various types of spatial in-formation together in a national atlas is to make sure that this comparison can be fruitful [3].

Nowadays atlases are more and more produced using digital, but still traditional tools: graphic design software and stand– alone visualisation toolkits. And even though these result in products that can be of excellent quality and usability in them-selves, they are also on themselves: They lack the interoperabil-ity and connections with the wider digital world outside that we come to expect in this age of Spatial Data Infrastructures (SDIs). In an SDI such as the Dutch ‘Nationale GeoData Infrastruc-tuur’ (NGDI), many web services come together. This poses challenges if we want to combine depictions of those services in cartographically sound maps. In many existing web mapping set–ups the maps are delivered to the end user as raster images from Web Map Services. Although such map layers can tech-nically be combined in a compound map, the portrayals of the different layers can not be influenced, and therefore can not be optimally used in any web mapping solution.

2 Architecture for atlas mapping in an SDI

To look into solutions to this problem, we developed an architec-ture for a proof–of–concept prototype, depicted in Figure 1. In our set–up, data is consumed from Web Feature Services (WFS), services that provide vector data instead of the ready-made maps of WMSes. To portray and combine that data we developed a client–side data integration and mapping component (described in more detail in the next section).

The National GeoData Infrastructure layer includes a broad range of possible data services. The two services specifically mentioned in Figure 1 are the ones we use in the prototype at the time of writing. Which services are actually used by the atlas is determined by the settings in the Atlas metadata.

WFS output in most cases is a Geography Markup Language (GML) data stream. Because we can and want to use a very wide range of existing data services, we can expect GML data of different versions and with a large variation in GML application schemata. We decided not to try parsing this client–side, but instead feed the mapping component with GeoJSON data [6]. Although some services in the NGDI do actually supply data in GeoJSON format, most only support GML output. We therefore introduced a conversion component in an intermediate National Atlas services layer, depicted as the GML2GeoJSON proxy in Figure 1.

We foresee the implementation of more National Atlas ser-vices, such as a spatial aggregator service, that for example would perform the generalization of socio-economic data at the municipal level into higher level provincial data.

Another component in this National Atlas services layer is the Atlas base map service. This serves data for several map layers that are used repeatedly, such as coastlines and major cities. This enables us to provide a common look and feel to the maps. Note that this is implemented as a standard WFS, and as such is a fully independent stand–alone web service node. It could therefore be considered as part of the NGDI layer just as well.

3 The Atlas Viewer Prototype

To implement the visualization functionality described above, we looked for a solution that would offer flexibility, high-quality graphics as well as standards compliance.

We specifically looked for map viewer components based on HTML5: The modern Open Web Platform, the range of ad-vanced, open Web standards enabling the creation of standards compliant web applications [4]. There are several frameworks that simplify the building of interactive mapping clients using HTML5 in modern browsers, most of these are implemented as

(2)

AGILE 2013 - Leuven, May 14-17, 2013

Figure 1: Proposed architecture of combining the SOA-environment of the NGDI with the National Atlas services and the National Atlas map viewer using the D3 library.

NATIONAL

ATLAS

SERVICES

NATIONAL

GEODATA

INFRA-STRUCTURE

...others...

Central Bureau

of Statistics

municipal level

socio-economic

data

WFS

NATIONAL

WFS

request

OWS

OWS

request

OWS

request

OWS

request

GML

GeoJSON

GML

GeoJSON

GeoJSON

JSON

JSON

Data integration &

mapping

component

(D3 Javascript API)

User input

(menu choices,

search, etc.)

Atlas maps

HTML5

+

SVG

web pages

Atlas

metadata

GML2GeoJSON

proxy

Atlas basemaps

(coastlines,

rivers,

cities etc)

spatial aggregator

service

...others...

Ministry of

Environment

protected

natural

areas

WFS

WFS

(3)

AGILE 2013 - Leuven, May 14-17, 2013

Figure 2: A screendump of the National Atlas viewer prototype. The D3 library was used to interactively map the number of female inhabitants per municipality (from a Central Bureau of Statistics Web Feature Service) as a proportional point symbol map, using HTML5 and SVG.

client–side Javascript libraries. After testing several of these li-braries, we opted for the D3 library [1, 2]. D3.js is a JavaScript library for manipulating web pages programmatically, through their Document Object Model (DOM). It allows you to bind ar-bitrary data to the DOM, and then apply data-driven transforma-tions to it, using the full capabilities of modern web standards such as CSS3, HTML5 and SVG. We found D3 to be fast and ef-ficient, even when using large datasets. Its code structure, based on the popular Javascript framework jQuery, allows for dynamic behaviours of the objects, thus enabling maps with interaction and animation.

The resulting map viewer offers high-quality interactive map views of data from the NGDI. The viewer is still actively be-ing developed. The most recent stable version can be always be tested at the website [5], and a screen dump is provided in Figure 2.

4 Conclusion

The current set–up and proof-of-concept prototype described on this poster and available at the National Atlas website [5], demonstrate that using HTML5 technology, in particular the D3 javascript library, results in high-quality mapping using services from an SDI. We think our set-up provides many advantages in

up-to-dateness, flexibility, extensibility as well as interoperabil-ity and adherence to standards. We hope to further enhance the system, and also gradually expand the amount of data mapped.

References

[1] Michael Bostock, Vadim Ogievetsky, and Jeffrey Heer. D3: Data-Driven Documents. IEEE Transactions in Visualiza-tion & Computer Graphics (Proc. InfoVis), 2011.

[2] D3 website. http://d3js.org/, 2012.

[3] R. Sieber and S. Huber. Atlas of Switzerland 2 - a highly interactive thematic national atlas. In W. Cartwright, M. P. Peterson, and G. Gartner, editors, Multimedia cartography, pages 161–182. Springer Verlag, Berlin, etc., 2007. [4] W3C: The Open Web Platform.

http://www.w3.org/wiki/Open_Web_Platform, 2012. [5] Dutch National Atlas website. http://www.nationaleatlas.nl/,

2012.

[6] GeoJSON website. http://geojson.org/, 2012.

View publication stats View publication stats

Referenties

GERELATEERDE DOCUMENTEN

Deze ‘voorsprong’ is deels een definitiekwestie: als Europese landen in elkaar investeren, zelfs binnen de eu, wordt dit ook tot de FDi’s gerekend, maar dit geldt niet voor

For Lake Ijssel and Lake Marker the water level management is the most critical factor: for the natural environment a tipping point will be reached when the water level rise in

The total number of influenza-attributable deaths in persons aged 60+ years ranged from 40 to 3330 over season (1.3% of all deaths) and varied by age-group, with the highest

for introducing a cooperative council on the level of districts in Groningen. She only did not discuss it with her own council. After the G1000, she with help of Van Voorn and Van

The main feature of the pesticides atlas is a large set of maps (with grid cells of either 5×5 km or 1×1 km) and histograms reviewing measured concentrations of individual

Aan de hand van Paired Samples T-testen op de resultaten van alle proefpersonen is nagegaan of er sprake is van een significant verschil tussen blije gezichtsexpressies met

In dit hoofdstuk worden deze twee hypotheses getoetst, om zo een uitspraak te kunnen doen over de verschillen in democratische legitimering tussen een top-down en een

Kanttekening bij deze laatstgenoemde taken is, dat we vanuit de interviews kunnen concluderen, dat er weinig tot niet wordt gesproken met mensen die helemaal niets met kerk