metadata
12 rows
This data as json, CSV (advanced)
Suggested facets: rowid, name, value
Link | rowid ▼ | name | value |
---|---|---|---|
1 | 1 | name | /mnt/tiles/temporary/region/region.mbtiles |
2 | 2 | description | /mnt/tiles/temporary/region/region.mbtiles |
3 | 3 | version | 2 |
4 | 4 | minzoom | 4 |
5 | 5 | maxzoom | 15 |
6 | 6 | center | -4.674683,51.196558,15 |
7 | 7 | bounds | -6.419011,49.864632,1.768975,55.811664 |
8 | 8 | type | overlay |
9 | 9 | format | pbf |
10 | 10 | generator | tippecanoe v1.36.0 |
11 | 11 | generator_options | tippecanoe --no-progress-indicator -z15 -Z4 -r1 --no-feature-limit --no-tile-size-limit '--layer=region' '--output=/mnt/tiles/temporary/region/region.mbtiles' /mnt/tiles/temporary/region/region.geojson |
12 | 12 | json | {"vector_layers": [ { "id": "region", "description": "", "minzoom": 4, "maxzoom": 15, "fields": {"dataset": "String", "end-date": "String", "entity": "Number", "entry-date": "String", "name": "String", "organisation-entity": "String", "prefix": "String", "reference": "String", "start-date": "String"} } ],"tilestats": {"layerCount": 1,"layers": [{"layer": "region","count": 9,"geometry": "Polygon","attributeCount": 9,"attributes": [{"attribute": "dataset","count": 1,"type": "string","values": ["region"]},{"attribute": "end-date","count": 1,"type": "string","values": [""]},{"attribute": "entity","count": 9,"type": "number","values": [30100000,30100001,30100002,30100003,30100004,30100005,30100006,30100007,30100008],"min": 30100000,"max": 30100008},{"attribute": "entry-date","count": 1,"type": "string","values": ["2024-10-07"]},{"attribute": "name","count": 9,"type": "string","values": ["East Midlands","East of England","London","North East","North West","South East","South West","West Midlands","Yorkshire and The Humber"]},{"attribute": "organisation-entity","count": 1,"type": "string","values": ["10"]},{"attribute": "prefix","count": 1,"type": "string","values": ["statistical-geography"]},{"attribute": "reference","count": 9,"type": "string","values": ["E12000001","E12000002","E12000003","E12000004","E12000005","E12000006","E12000007","E12000008","E12000009"]},{"attribute": "start-date","count": 1,"type": "string","values": [""]}]}]}} |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE metadata (name text, value text); CREATE UNIQUE INDEX name on metadata (name);