records
Flows and natural inflows at Hydro-Québec facilities
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"donnees-hydrometriques",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/donnees-hydrometriques"
}
] - "definitions":{
- "donnees-hydrometriques":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/donnees-hydrometriques_records"
}
}
} - "records":
} - "properties":
- "donnees-hydrometriques_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "coderegionqc":,{
- "type":"string",
- "title":"CodeRegionQC",
- "description":"administrative region code"
} - "regionqc":,{
- "type":"string",
- "title":"RegionQC",
- "description":"administrative name"
} - "date_debut":,{
- "type":"string",
- "format":"date",
- "title":"Start date",
- "description":"generic date corresponding to the commissioning of the site"
} - "date_fin":,{
- "type":"string",
- "format":"date",
- "title":"End date",
- "description":"generic date corresponding to the decommissioning of the site"
} - "identifiant":,{
- "type":"string",
- "title":"id",
- "description":"unique identification code"
} - "nom":,{
- "type":"string",
- "title":"name",
- "description":"site name"
} - "xcoord":,{
- "type":"number",
- "title":"xcoord",
- "description":"coordinates are expressed in decimal degrees"
} - "ycoord":,{
- "type":"number",
- "title":"ycoord",
- "description":"coordinates are expressed in decimal degrees"
} - "zcoord":,{
- "type":"string",
- "title":"zcoord",
- "description":"altitude in meters"
} - "depil_json_nom_unite_mesure":,{
- "type":"string",
- "title":"depil_json_nom_unite_mesure",
- "description":""
} - "depil_json_pas_temps":,{
- "type":"string",
- "title":"depil_json_pas_temps",
- "description":""
} - "depil_json_type_mesure":,{
- "type":"string",
- "title":"depil_json_type_mesure",
- "description":""
} - "depil_json_type_point_donnee":,{
- "type":"string",
- "title":"depil_json_type_point_donnee",
- "description":""
} - "split_date":,{
- "type":"string",
- "title":"split_date",
- "description":""
} - "split_value":{
- "type":"string",
- "title":"split_value",
- "description":""
}
} - "coderegionqc":
}
} - "fields":
} - "properties":
} - "donnees-hydrometriques":
}