Skip to content

ua_with_change

Jiří Kadlec edited this page Oct 1, 2018 · 2 revisions

Urban atlas - full product

Reference document: EEA Urban atlas mapping guide v 4.7

List of checks

boundary.v1_ua: Boundary layer naming convention

The delivery must contain one boundary layer. For file geodatabase (.gdb) deliveries, the geodatabase must contain one feature dataset named <fua>_<city> with a polygon feature class named boundary<reference_year>_<fua>_<city>. For shapefile(.shp) deliveries, the delivery must contain a subfolder named <fua>_<city>. Inside the subfolder there must be a polygon shapefile named boundary<reference_year>_<fua>_<city>.shp with corresponding .shp, .dbf, .shx and .prj files. The <reference_year> must be 2006, 2012 or 2018. The feature dataset, feature class and shapefile naming is case-insensitive.

parameters:

  • layer_regex: boundary(?P<reference_year>2012)_(?P<fua>)_(?P<city>).*
  • layer_count: 1
  • is_border_source: true

boundary.v2: Boundary layer file format

The file format must be ESRI file geodatabase (.gdb) or shapefile (.shp).

parameters:

  • formats: gdb, shp

boundary.v3: Boundary layer attributes

The boundary layer must have the following attributes:

attribute name data type
country string
cities string
fua_or_cit string
shape_length double
shape_area double

Note: the attribute names must be shape_length, shape_area for file geodatabase and area, perimeter for shapefile deliveries. Attribute names are case-insensitive.

parameters:

  • attribute_regexes: [country, cities, fua_or_cit, (shape_length|perimeter), (shape_area|area)`]

boundary.v4: Boundary layer CRS

The boundary layer must be in EPSG:3035 (ETRS_1989_LAEA) spatial reference system. For shapefile deliveries, the .prj file must include the EPSG:3035 authority code in the top-level [AUTHORITY] section.

status_new.v1_ua: New LULC status layer naming convention

The delivery must contain one new status layer. For file geodatabase (.gdb) deliveries, the geodatabase must contain one feature dataset named <fua>_<city> with a polygon feature class named <fua>_<city>_ua<reference_year>. For shapefile(.shp) deliveries, the delivery must contain a subfolder named <fua>_<city>. Inside the subfolder there must be a polygon shapefile named <fua>_<city>_ua<reference_year>.shp with corresponding .shp, .dbf, .shx and .prj files. The <reference_year> must be 2012 or 2018. The feature dataset, feature class and shapefile naming is case-insensitive.

parameters:

  • layer_regex: (?P<fua_code>)_?P<city_name>_ua(?P<reference_year>2012)$
  • layer_count: 1
  • is_border_source: false

boundary.v2: Boundary layer file format

The file format must be ESRI file geodatabase (.gdb) or shapefile (.shp).

parameters:

  • formats: gdb, shp

boundary.v3: Boundary layer attributes

The boundary layer must have the following attributes:

attribute name data type
country string
cities string
fua_or_cit string
shape_length double
shape_area double

Note: the attribute names must be shape_length, shape_area for file geodatabase and area, perimeter for shapefile deliveries. Attribute names are case-insensitive.

parameters:

  • attribute_regexes: [country, cities, fua_or_cit, (shape_length|perimeter), (shape_area|area)`]

boundary.v4: Boundary layer CRS

The boundary layer must be in EPSG:3035 (ETRS_1989_LAEA) spatial reference system. For shapefile deliveries, the .prj file must include the EPSG:3035 authority code in the top-level [AUTHORITY] section.

| Check | Description | Parameters | | -------------------------------------------------------------------------------- | | boundary.v1_ua | Boundary | p |

Boundary layer naming convention layer expression: boundary(?P<reference_year>2012)_.* layer count: 1 layer is border source: yes boundary.v2 Boundary layer file format File formats: .shp, .gdb boundary.v3 Boundary layer attributes Required attribute names: country, cities, shape_length, shape_area boundary.v4 Boundary layer CRS

Required EPSG code: 3035 boundary. v_import2pg Boundary layer can be imported to PostGIS

status2012. v1_ua 2012 status layer naming convention layer expression: .*_ua(?P<reference_year>2012)$ layer count: 1 layer is border source: no

Clone this wiki locally