Newer
Older
"name": "odsh_infrastruktur_geojson_test",
"title": "ODSH Infrastruktur GeoJSON Test",
"description": "Schema Test with GeoJSON objects",
"fields": [
{
"name": "ID",
"type": "integer"
},
{
"name": "example_point",
"type": "geojson",
"example": "{\"type\": \"Point\",\"coordinates\": [30.0, 10.0]}"
},
{
"name": "example_lineSring",
"type": "geojson",
"example": "{\"type\": \"LineString\", \"coordinates\": [[10.6866, 53.8655],[ 9.3776, 54.019899] ]}"
},
{
"name": "example_MultiLineString",
"type": "geojson",
"example": "{\"type\": \"MultiLineString\", \"coordinates\": [[[9.1356, 53.888], [10.1531, 54.365]], [[11.2281,54.5026],[11.34938,54.6537]]]} "
},
{
"name": "example_Polygon",
"type": "geojson",
"example": "{\"type\":\"Polygon\",\"coordinates\":[[[30.0,10.0],[40.0,40.0],[20.0,40.0],[10.0,20.0],[30.0,10.0]]]}"
},
{
"name": "example_MultiPolygon",
"type": "geojson",
"example": "{\"type\":\"MultiPolygon\",\"coordinates\":[[[[30.0,20.0],[45.0,40.0],[10.0,40.0],[30.0,20.0]]],[[[15.0,5.0],[40.0,10.0],[10.0,20.0],[5.0,10.0],[15.0,5.0]]]]}"
}
],
"primaryKey": [
"ID"
],
"$schema": "https://specs.frictionlessdata.io/schemas/table-schema.json",
"countryCode": "DE",
"path": "https://code.schleswig-holstein.de/api/v4/projects/108/repository/files/schema.json/raw/?ref=0.1.1",
"created": "2024-03-04",
"lastModified": "2024-03-04",
"contributors": [
{
"title": "Jan Dolling",
"email": "jan-karsten.dolling@dataport.de",
"organisation": "Dataport AöR",
"role": "author"
}
],
"resources": [
{
"titel": "Gültiges csv Beispiel",
"name": "4_valid_examples.csv",
"path": "https://code.schleswig-holstein.de/api/v4/projects/108/repository/files/4_valid_examples.csv/raw/?ref=0.1.1"
},
{
"titel": "Ungültiges csv Beispiel",
"name": "4_invalid_examples.csv",
"path": "https://code.schleswig-holstein.de/api/v4/projects/108/repository/files/4_invalid_examples.csv/raw/?ref=0.1.1"