Sha256: cf3147ec415cefbb94aa3ec3c9ab0c55a7d989ecdc14f391980db1d2f5ae846f
Contents?: true
Size: 1023 Bytes
Versions: 6
Compression:
Stored size: 1023 Bytes
Contents
# frozen_string_literal: true module GeoCombine ## # Translation dictionary to ISO topics module Subjects def subjects { 'farming' => 'Farming', 'biota' => 'Biology and Ecology', 'climatologyMeteorologyAtmosphere' => 'Climatology, Meteorology and Atmosphere', 'boundaries' => 'Boundaries', 'elevation' => 'Elevation', 'environment' => 'Environment', 'geoscientificInformation' => 'Geoscientific Information', 'health' => 'Health', 'imageryBaseMapsEarthCover' => 'Imagery and Base Maps', 'intelligenceMilitary' => 'Military', 'inlandWaters' => 'Inland Waters', 'location' => 'Location', 'oceans' => 'Oceans', 'planningCadastre' => 'Planning and Cadastral', 'structure' => 'Structure', 'transportation' => 'Transportation', 'utilitiesCommunication' => 'Utilities and Communication', 'society' => 'Society', 'economy' => 'Economy' } end end end
Version data entries
6 entries across 6 versions & 1 rubygems