Module: GeoCombine::Subjects

Included in:
Geoblacklight
Defined in:
lib/geo_combine/subjects.rb

Overview

Translation dictionary to ISO topics

Instance Method Summary collapse

Instance Method Details

#subjectsObject



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# File 'lib/geo_combine/subjects.rb', line 5

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