url(string, format: uri, required): An object containing the URL of the aggregation.
rights: An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null.
AggregationType(string): Must be one of: ["Generic", "FileSet", "GeoRaster", "NetCDF", "GeoFeature", "RefTimeseries", "TimeSeries", "ModelProgram", "ModelInstance", "CSV"].
BoxCoverage(object): A class used to represent geographic coverage metadata for a resource or aggregation expressed as a
latitude-longitude bounding box.
type(string): A string containing the type of geographic coverage. Must be one of: ["box"]. Must be: "box". Default: "box".
name(string): A string containing a name for the place associated with the geographic coverage. Default: null.
northlimit(number, required): A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0. Exclusive maximum: 90.0.
eastlimit(number, required): A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0. Exclusive maximum: 180.0.
southlimit(number, required): A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0. Exclusive maximum: 90.0.
westlimit(number, required): A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0. Exclusive maximum: 180.0.
units(string, required): A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit.
projection(string): A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null.
CSVColumnSchema(object): A class used to represent the metadata associated with a CSV column.
column_number(integer, required): The column number of a column in the CSV file. Exclusive minimum: 0.
title: The title of of a column in the CSV file. Default: null.
Any of
string
null
description: The description of a column in the CSV file. Default: null.
Any of
string
null
datatype(string, required): The datatype of a column in the CSV file. Must be one of: ["string", "number", "datetime", "boolean"].
CSVColumnsSchema(object): A class used to represent the metadata associated with all columns of a CSV file.
columns(array, required): A list of objects containing metadata for each of the columns in the CSV file.
PeriodCoverage(object): A class used to represent temporal coverage metadata for a resource or aggregation.
name(string): A string containing a name for the time interval. Default: null.
start(string, format: date-time, required): A datetime object containing the instant corresponding to the commencement of the time interval.
end(string, format: date-time, required): A datetime object containing the instant corresponding to the termination of the time interval.
PointCoverage(object): A class used to represent geographic coverage metadata for a resource or aggregation expressed as a
point location.
type(string): A string containing the type of geographic coverage. Must be one of: ["point"]. Must be: "point". Default: "point".
name(string): A string containing a name for the place associated with the geographic coverage. Default: null.
east(number, required): The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0. Exclusive maximum: 180.0.
north(number, required): The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0. Exclusive maximum: 90.0.
units(string, required): The units applying to the unlabelled numeric values of north and east.
projection(string, required): The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc.
Rights(object): A class used to represent the rights statement metadata associated with a resource.
statement(string, required): A string containing the text of the license or rights statement.
url(string, format: uri, required): An object containing the URL pointing to a description of the license or rights statement.