Skip to content

Latest commit

 

History

History
102 lines (53 loc) · 10.9 KB

SourceData.md

File metadata and controls

102 lines (53 loc) · 10.9 KB

UrbanageGCI - Source data from Helsinki

To facilitate piloting the Green Comfort Index in Helsinki, a number of open geospatial data sources provided by the city are utilized. These are available from an open WFS API. Below, the data sets are briefly described with example query URLs used to retrieve them.

By combining the registries mentioned below, a following collection features depicting the green elements of the city is formed, with the data covering the entire administrative area: Helsinki green features

The data offers a fairly detailed view to the cityscape: Helsinki green features, a close-up

Amenities

For amenities such as city furniture, most of the data is maintained in the REGISTER OF PUBLIC AREAS IN THE CITY OF HELSINKI as 2D point features.

The register of public areas (YLRE) is a system of the Helsinki Urban Environment Division that contains information about the city’s street and green areas. The dataset is maintained for the use of the division and does not, as a rule, cover the assets in public areas that are the responsibility of the City of Helsinki’s other organisational departments or institutions. The information in the register of public areas is used to order maintenance for street and park areas in Helsinki. The information in the register is used, for example, in reporting on the activities of the Street and Park Department and in asset management of public areas.

The data is available with a Creative Commons Attribution 4.0 license.

Park benches

Public, permanent park benches in Helsinki (maintained by the city)

10 first features as WGS84 GeoJSON

https://kartta.hel.fi/ws/geoserver/avoindata/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=avoindata:YLRE_Viherosat_piste&count=10&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326&CQL_FILTER=alatyyppi%20LIKE%20%27%25Kiintopenkki%25%27

The query may return a total of 5519 items. Load all as WGS84 GeoJSON

Public, movable park benches

10 first features as WGS84 GeoJSON

https://kartta.hel.fi/ws/geoserver/avoindata/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=avoindata:YLRE_Viherosat_piste&count=10&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326&CQL_FILTER=alatyyppi%20LIKE%20%27%25Irtopenkki%25%27

The query may return a total of 734 items. Load all as WGS84 GeoJSON

Public, single seat benches

10 first features as WGS84 GeoJSON

https://kartta.hel.fi/ws/geoserver/avoindata/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=avoindata:YLRE_Viherosat_piste&count=10&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326&CQL_FILTER=alatyyppi%20LIKE%20%27%25Yhdenistuttava%20penkki%25%27

The query may return a total of 33 items. Load all as WGS84 GeoJSON

Table & bench combinations

10 first features as WGS84 GeoJSON

https://kartta.hel.fi/ws/geoserver/avoindata/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=avoindata:YLRE_Viherosat_piste&count=10&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326&CQL_FILTER=alatyyppi%20LIKE%20%27%25Pöytä-penkki%20yhdistelmä%25%27

The query may return a total of 634 items. Load all as WGS84 GeoJSON

Public restrooms

10 first features as WGS84 GeoJSON

https://kartta.hel.fi/ws/geoserver/avoindata/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=avoindata:YLRE_Viherosat_piste&count=10&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326&CQL_FILTER=alatyyppi%20LIKE%20%27%25Yleisökäymälä%25%27

The query may return a total of 52 items. Load all as WGS84 GeoJSON

Drinking water fountains

Positions of water posts in the Helsinki metropolitan area are maintained by Helsinki Region Environmental Services HSY, and available as open data.

10 first features as WGS84 GeoJSON

https://kartta.hsy.fi/geoserver/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=vesihuolto:VH_Vesipostit_HSY&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326

The query may return a total of 67 features. Load all as WGS84 GeoJSON

Trees

Roadside trees maintained by the city are listed in the URBAN TREE DATABASE OF THE CITY OF HELSINKI as 2D point features.

The data is available with a Creative Commons Attribution 4.0 license.

10 first features as WGS84 GeoJSON

https://kartta.hel.fi/ws/geoserver/avoindata/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=avoindata:Puurekisteri_piste&count=10&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326	

The query may return a total of 53744 items. Load all as WGS84 GeoJSON

Public green and pedestrian areas

The REGISTER OF PUBLIC AREAS IN THE CITY OF HELSINKI contains 2D polygons depicting the public areas in the city of Helsinki. The data is available with a Creative Commons Attribution 4.0 license.

The register is available as a set of GIS layers, that are assembled from the registry items.

Pedestrian areas

Pedestrian and cycle areas are assembled to layer "YLRE_Katu_ja_viherosat_kevytliikenne_alue". Separated bicycle lanes can be excluded with the following query (First 10 features).

https://kartta.hel.fi/ws/geoserver/avoindata/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=avoindata:YLRE_Katu_ja_viherosat_kevytliikenne_alue&count=10&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326&CQL_FILTER=alatyyppi%20NOT%20LIKE%20%27%25Erotettu pyörätie%25%27

The query may return a total of 54392 features. Load everything as GeoJSON

Green areas

Public green areas are assembled to layer "YLRE_Katu_ja_viherosat_eiliikenne_alue" (First 10 features as GeoJSON)

https://kartta.hel.fi/ws/geoserver/avoindata/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=avoindata:YLRE_Katu_ja_viherosat_eiliikenne_alue&count=10&outputFormat=application/json&srsName=urn:ogc:def:crs:EPSG::4326

The query may return a total of 151778 features.Load everything as GeoJSON