Skip to content
112 changes: 112 additions & 0 deletions packages/kart-import/config/themes/structure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
name: structure
target_repo: topographic-data
target_epsg: EPSG:4167
datasets:
# -------- dry_dock
# nz
- source: kart@data.koordinates.com:linz/nz-dry-dock-polygons-topo-150k
name: nz_dry_dock_polygons_topo_150k
mapping:
t50_fid: $
type: dry_dock
subtype: $type
lid_type: null
tank_type: null
species: null
status: null
name: null
theme: structures
metadata: null

# -------- fish_farm
# nz
- source: kart@data.koordinates.com:linz/nz-fish-farm-polygons-topo-150k
name: nz_fish_farm_polygons_topo_150k
mapping:
t50_fid: $
type: fish_farm
subtype: $type
lid_type: null
tank_type: null
species: $
status: null
name: null
theme: structures
metadata: null

# -------- marine_farm
# nz
- source: kart@data.koordinates.com:linz/nz-marine-farm-polygons-topo-150k
name: nz_marine_farm_polygons_topo_150k
mapping:
t50_fid: $
type: marine_farm
subtype: null
lid_type: null
tank_type: null
species: $
status: null
name: null
theme: structures
metadata: null

# -------- reservoir
# nz
- source: kart@data.koordinates.com:linz/nz-reservoir-polygons-topo-150k
name: nz_reservoir_polygons_topo_150k
mapping: &reservoir
t50_fid: $
type: reservoir
subtype: null
lid_type: $
tank_type: null
species: null
status: null
name: null
theme: structures
metadata: null
# # pi
# - source: kart@data.koordinates.com:linz/cook-islands-reservoir-polygons-topo-125k-zone4
# name: cook_islands_reservoir_polygons_topo_125k_zone4
# mapping: *reservoir

# -------- siphon
# nz
- source: kart@data.koordinates.com:linz/nz-siphon-polygons-topo-150k
name: nz_siphon_polygons_topo_150k
mapping:
t50_fid: $
type: siphon
subtype: null
lid_type: null
tank_type: null
species: null
status: $
name: null
theme: structures
metadata: null

# -------- tank
# Per FTM schema feedback (BM-1754): stored_item -> subtype (same rule as structure_point).
# nz
- source: kart@data.koordinates.com:linz/nz-tank-polygons-topo-150k
name: nz_tank_polygons_topo_150k
mapping: &tank
t50_fid: $
type: tank
subtype: $store_item
lid_type: null
tank_type: $
species: null
status: null
name: null
theme: structures
metadata: null
# # pi
# - source: kart@data.koordinates.com:linz/cook-islands-tank-polygons-topo-125k-zone4
# name: cook_islands_tank_polygons_topo_125k_zone4
# mapping: *tank
# # ant
# - source: kart@data.koordinates.com:linz/nz-ross-dependency-tank-polygons-ant-150k
# name: nz_ross_dependency_tank_polygons_ant_150k
# mapping: *tank
Loading
Loading