module GeoCombine::Subjects

Translation dictionary to ISO topics

Public Instance Methods

subjects() click to toggle source
# 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