Skip to content

Enum: LocationTypeEnum

Types of named locations in NEON hierarchy

URI: neon:LocationTypeEnum

Permissible Values

Value Meaning Description
REALM None Top-level realm
DOMAIN None Ecological domain
SITE None Field site
TOWER None Instrumented tower
PLOT None Sampling plot
POINT None Observation point
SENSOR None Individual sensor location

Slots

Name Description
location_type Type of location in hierarchy

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/neon-schema

LinkML Source

name: LocationTypeEnum
description: Types of named locations in NEON hierarchy
from_schema: https://w3id.org/neon-schema
rank: 1000
permissible_values:
  REALM:
    text: REALM
    description: Top-level realm
  DOMAIN:
    text: DOMAIN
    description: Ecological domain
  SITE:
    text: SITE
    description: Field site
  TOWER:
    text: TOWER
    description: Instrumented tower
  PLOT:
    text: PLOT
    description: Sampling plot
  POINT:
    text: POINT
    description: Observation point
  SENSOR:
    text: SENSOR
    description: Individual sensor location