1.0 KiB
1.0 KiB
geo_import — Geodaten-Import (Upload)
Zweck: Waiting-Task: Nutzer lädt Geodaten hoch; per ogr2ogr (GDAL) → GeoJSON in EPSG:25833. Gegenstück zu geo_export.
Parameter
| Name | Pflicht? | Default | Beschreibung |
|---|---|---|---|
assign_to |
nein | — | Bearbeiter (Child). |
titel |
nein | Geodaten hochladen | Titel. |
quell_epsg |
nein | — | Quell-CRS erzwingen (z.B. 25833). |
output_var |
nein | import | Präfix. |
Ausgangswerte
| Variable | Beschreibung |
|---|---|
{{<prefix>_geojson}} |
FeatureCollection |
{{<prefix>_anzahl}} |
Anzahl Objekte |
{{<prefix>_bbox}} |
bbox |
Beispiel
<task type="geo_import" id="import">
<assign_to>{{ICH.mail}}</assign_to>
<config>
<titel>Bestandsdaten hochladen</titel>
<output_var>import</output_var>
</config>
</task>
Technik / Hinweise
- Formate: Shape (als .zip), GeoPackage, GML, KML, DXF, DGN, GeoJSON.
- CRS: dxf/dgn/geojson →
-a_srs 25833(zuweisen); sonst-t_srs 25833(transformieren); mit quell_epsg →-s_srs.