Skip to content

Enum: Source Native Format (SourceNativeFormatEnum)

Format the source ships in.

URI: envar:enum/SourceNativeFormatEnum

Permissible Values

Value Meaning Description Additional Info
netcdf4_cf None NetCDF version 4 with CF Conventions metadata Title: NetCDF-4/CF
hdf5 None Hierarchical Data Format version 5 Title: HDF5
geotiff None GeoTIFF raster format Title: GeoTIFF
grib1 None WMO GRIB-1 format Title: GRIB-1
grib2 None WMO GRIB-2 format Title: GRIB-2
csv_station_observations None CSV file of station observations Title: CSV station observations
zarr None Zarr cloud-optimised array format Title: Zarr
parquet None Apache Parquet tabular format Title: Parquet

Slots

Name Description
source_native_format Format the source ships in

Identifier and Mapping Information

Schema Source

LinkML Source

name: SourceNativeFormatEnum
description: Format the source ships in.
title: Source Native Format
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
  netcdf4_cf:
    text: netcdf4_cf
    description: NetCDF version 4 with CF Conventions metadata.
    title: NetCDF-4/CF
  hdf5:
    text: hdf5
    description: Hierarchical Data Format version 5.
    title: HDF5
  geotiff:
    text: geotiff
    description: GeoTIFF raster format.
    title: GeoTIFF
  grib1:
    text: grib1
    description: WMO GRIB-1 format.
    title: GRIB-1
  grib2:
    text: grib2
    description: WMO GRIB-2 format.
    title: GRIB-2
  csv_station_observations:
    text: csv_station_observations
    description: CSV file of station observations.
    title: CSV station observations
  zarr:
    text: zarr
    description: Zarr cloud-optimised array format.
    title: Zarr
  parquet:
    text: parquet
    description: Apache Parquet tabular format.
    title: Parquet