Kommunale Gebietsgliederung: Shape-Dateien der Stadtstruktur (hier: Stadtteile) in ETRS 1989 / UTM Zone 32N.
Dateien und Quellen
Additional Info:
Field | Value |
---|---|
These fields are compatible with DCAT, an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web.
Field | Value |
---|---|
Publisher | |
Änderungsdatum | 2018-03-07 |
Veröffentlichungsdatum | 2012-08-28 |
Bezeichner | 59a8a033-5ac8-4240-ab06-608a7f542472 |
License | |
Author |
Kommentare
Koordinaten
KMZ und JSON nicht verfügbar.
Koordinaten
Hallo Malte,
die Koordinaten sind im Format "WGS84 UTM Zone 32N EPSG 32632". Mit R lese ich sie wie folge aus:
library(rgdal)
library(magrittr)
d = readOGR(dsn=path.expand("~/koeln/"), layer="Stadtteil") %>% spTransform(CRS("+proj=longlat +datum=WGS84"))
Viele Grüße
Manuel
Koordinaten
Danke Manuel,
hier hats geklappt.
Viele Grüße
André
Neuen Kommentar schreiben