enregistrement
Rurland, Carte pédologique de Haute-Normandie (Données INRA)
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"rurland-carte-pedologique-de-haute-normandie-donnees-inra",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/rurland-carte-pedologique-de-haute-normandie-donnees-inra"
}
] - "definitions":{
- "rurland-carte-pedologique-de-haute-normandie-donnees-inra":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/rurland-carte-pedologique-de-haute-normandie-donnees-inra_records"
}
}
} - "records":
} - "properties":
- "geoJSON":,{
- "title":"Geo JSON object",
- "description":"Schema for a Geo JSON object",
- "type":"object",
- "required":,[
- "type"
] - "properties":,{
- "crs":,{
- "$ref":"#/definitions/crs"
} - "bbox":{
- "$ref":"#/definitions/bbox"
}
} - "crs":
- "oneOf":[
- ,{
- "$ref":"#/definitions/geometry"
} - ,{
- "$ref":"#/definitions/geometryCollection"
} - ,{
- "$ref":"#/definitions/feature"
} - {
- "$ref":"#/definitions/featureCollection"
}
]
} - "bbox":,{
- "description":"A bounding box as defined by GeoJSON",
- "type":"array",
- "items":{
- "type":"number"
}
} - "crs":,{
- "title":"crs",
- "description":"a Coordinate Reference System object",
- "type":,[
- "object",
- "null"
] - "required":,[
- "type",
- "properties"
] - "properties":,{
- "type":,{
- "type":"string"
} - "properties":{
- "type":"object"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "position":,{
- "description":"A single position",
- "type":"array",
- "minItems":2,
- "items":,[
- ,{
- "type":"number"
} - {
- "type":"number"
}
] - "additionalItems":false
} - "positionArray":,{
- "description":"An array of positions",
- "type":"array",
- "items":{
- "$ref":"#/definitions/position"
}
} - "lineString":,{
- "description":"An array of two or more positions",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":2
}
]
} - "linearRing":,{
- "description":"An array of four positions where the first equals the last",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":4
}
]
} - "polygon":{
- "description":"An array of linear rings",
- "type":"array",
- "items":{
- "$ref":"#/definitions/linearRing"
}
}
} - "rurland-carte-pedologique-de-haute-normandie-donnees-inra_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "geo_point_2d":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Geo Point",
- "description":"Point géographique"
} - "geo_shape":,{
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/geometry"
}
] - "title":"Geo Shape",
- "description":"Forme vectorielle"
} - "pkuid":,{
- "type":"string",
- "title":"PKUID",
- "description":"Clé primaire"
} - "no_ucs":,{
- "type":"string",
- "title":"NO_UCS",
- "description":"Numéro cartographique des sols"
} - "no_etude":,{
- "type":"number",
- "title":"NO_ETUDE",
- "description":"Numéro d'étude du sol"
} - "pkuid_1":,{
- "type":"string",
- "title":"PKUID_1",
- "description":"Identifiant ID"
} - "no_ucs_1":,{
- "type":"string",
- "title":"NO_UCS_1",
- "description":"Numéro UCS 1"
} - "nom_gnl":,{
- "type":"string",
- "title":"NOM_GNL",
- "description":"Nom général de sol"
} - "precision":,{
- "type":"string",
- "title":"PRECISION",
- "description":"Précisions sur la nature du sol"
} - "geologie":,{
- "type":"string",
- "title":"GEOLOGIE",
- "description":"Nature du substrat géologique"
} - "hydrograph":,{
- "type":"string",
- "title":"HYDROGRAPH",
- "description":"Caractéristiques hydrographiques du sol"
} - "pierrosite":,{
- "type":"string",
- "title":"PIERROSITE",
- "description":"Caractéristiques de la piérrosité du sol"
} - "postopo":,{
- "type":"string",
- "title":"POSTOPO",
- "description":"Situation topographique"
} - "hrz1":,{
- "type":"string",
- "title":"HRZ1",
- "description":"Horizon 1"
} - "profmin_cm":,{
- "type":"integer",
- "title":"PROFMIN_CM",
- "description":"Profondeur minimum",
- "unit":"cm"
} - "profmax_cm":,{
- "type":"integer",
- "title":"PROFMAX_CM",
- "description":"Profondeur maximum",
- "unit":"cm"
} - "deschrz1":,{
- "type":"string",
- "title":"DESCHRZ1",
- "description":"Description de l'horizon 1"
} - "caco3pour":,{
- "type":"string",
- "title":"CACO3POUR",
- "description":"Teneur en Carbonates CaCO3 (%)"
} - "mopourc":,{
- "type":"string",
- "title":"MOPOURC",
- "description":"Teneur en Matière Organique (%)"
} - "cec":,{
- "type":"string",
- "title":"CEC",
- "description":"Capacité d'échange cationique de l'horizon 1"
} - "arg":,{
- "type":"string",
- "title":"ARG",
- "description":"Argiles Horizon 1 (g/kg)"
} - "lf":,{
- "type":"string",
- "title":"LF",
- "description":"Limons fins Horizon 1 (g/kg)"
} - "lg":,{
- "type":"string",
- "title":"LG",
- "description":"Limons grossiers Horizon 1 (g/kg)"
} - "sf":,{
- "type":"string",
- "title":"SF",
- "description":"Sables fins Horizon 1 (g/kg)"
} - "sg":,{
- "type":"string",
- "title":"SG",
- "description":"Sables grossiers (g/kg)"
} - "hrz2":,{
- "type":"string",
- "title":"HRZ2",
- "description":"Horizon 2"
} - "profmin":,{
- "type":"string",
- "title":"PROFMIN",
- "description":"Profondeur minimum de l'horizon 2"
} - "profmax":,{
- "type":"string",
- "title":"PROFMAX",
- "description":"Profondeur maximum de l'horizon 2"
} - "deschrz2":,{
- "type":"string",
- "title":"DESCHRZ2",
- "description":"Description de l'horizon 2"
} - "caco3pour2":,{
- "type":"string",
- "title":"CACO3POUR2",
- "description":"Teneur en carbonates CaCO3 de l'horizon 2 (%)"
} - "mopour":,{
- "type":"string",
- "title":"MOPOUR",
- "description":"Teneur en matière organique de l'horizon 2 (%)"
} - "cec2":,{
- "type":"string",
- "title":"CEC2",
- "description":"Capacité d'échange cationique de l'horizon 2"
} - "arg2":,{
- "type":"string",
- "title":"ARG2",
- "description":"Argiles Horizon 2 (g/kg)"
} - "lf2":,{
- "type":"string",
- "title":"LF2",
- "description":"Limons fins Horizon 2 (g/kg)"
} - "lg2":,{
- "type":"string",
- "title":"LG2",
- "description":"Limons grossiers Horizon 2 (g/kg)"
} - "sf2":,{
- "type":"string",
- "title":"SF2",
- "description":"Sables fins Horizon 2 (g/kg)"
} - "sg2":,{
- "type":"string",
- "title":"SG2",
- "description":"Sables grossiers Horizon 2 (g/kg)"
} - "enracpot":,{
- "type":"string",
- "title":"ENRACPOT",
- "description":"Enracinement potentiel"
} - "exceseau":,{
- "type":"string",
- "title":"EXCESEAU",
- "description":"Excès hydrique"
} - "resutile":,{
- "type":"string",
- "title":"RESUTILE",
- "description":"Résidu utile"
} - "rescalc":,{
- "type":"string",
- "title":"RESCALC",
- "description":"Résidu calculé"
} - "capstock":,{
- "type":"string",
- "title":"CAPSTOCK",
- "description":"Capacité de stockage du sol"
} - "travsol":,{
- "type":"string",
- "title":"TRAVSOL",
- "description":"Travail du sol"
} - "comment":{
- "type":"string",
- "title":"COMMENT",
- "description":"Commentaires ajoutés"
}
} - "geo_point_2d":
}
} - "fields":
} - "properties":
} - "rurland-carte-pedologique-de-haute-normandie-donnees-inra":
}