enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Hauteur et débit de la Loire à Orléans - Réseau Vigicrue

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
code_site
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_site
Type
texte
Exemple
                       
code_station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_station
Type
texte
Exemple
                       
grandeur_hydro
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
grandeur_hydro
Type
texte
Exemple
                       
date_debut_serie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_debut_serie
Type
datetime
Exemple
                       
date_fin_serie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_fin_serie
Type
datetime
Exemple
                       
statut_serie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut_serie
Type
int
Exemple
                       
code_systeme_alti_serie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_systeme_alti_serie
Type
int
Exemple
                       
date_obs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_obs
Type
datetime
Exemple
                       
resultat_obs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
resultat_obs
Type
décimal
Exemple
                       
code_methode_obs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_methode_obs
Type
int
Exemple
                       
libelle_methode_obs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_methode_obs
Type
texte
Exemple
                       
code_qualification_obs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_qualification_obs
Type
int
Exemple
                       
libelle_qualification_obs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_qualification_obs
Type
texte
Exemple
                       
continuite_obs_hydro
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
continuite_obs_hydro
Type
int
Exemple
                       
Mesure
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
grandeur_hydro_label
Type
texte
Exemple
                       
Station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_station
Type
texte
Exemple
                       
Station (court)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_station_court
Type
texte
Exemple
                       

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":"om-environnement-hubeau-hydrometrie-observations",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-environnement-hubeau-hydrometrie-observations"
      }
    ]
    ,
  • "definitions":
    {
    • "om-environnement-hubeau-hydrometrie-observations":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-environnement-hubeau-hydrometrie-observations_records"
            }
          }
        }
      }
      ,
    • "om-environnement-hubeau-hydrometrie-observations_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_site":
              {
              • "type":"string",
              • "title":"code_site",
              • "description":""
              }
              ,
            • "code_station":
              {
              • "type":"string",
              • "title":"code_station",
              • "description":""
              }
              ,
            • "grandeur_hydro":
              {
              • "type":"string",
              • "title":"grandeur_hydro",
              • "description":""
              }
              ,
            • "date_debut_serie":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"date_debut_serie",
              • "description":""
              }
              ,
            • "date_fin_serie":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"date_fin_serie",
              • "description":""
              }
              ,
            • "statut_serie":
              {
              • "type":"integer",
              • "title":"statut_serie",
              • "description":""
              }
              ,
            • "code_systeme_alti_serie":
              {
              • "type":"integer",
              • "title":"code_systeme_alti_serie",
              • "description":""
              }
              ,
            • "date_obs":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"date_obs",
              • "description":""
              }
              ,
            • "resultat_obs":
              {
              • "type":"number",
              • "title":"resultat_obs",
              • "description":""
              }
              ,
            • "code_methode_obs":
              {
              • "type":"integer",
              • "title":"code_methode_obs",
              • "description":""
              }
              ,
            • "libelle_methode_obs":
              {
              • "type":"string",
              • "title":"libelle_methode_obs",
              • "description":""
              }
              ,
            • "code_qualification_obs":
              {
              • "type":"integer",
              • "title":"code_qualification_obs",
              • "description":""
              }
              ,
            • "libelle_qualification_obs":
              {
              • "type":"string",
              • "title":"libelle_qualification_obs",
              • "description":""
              }
              ,
            • "continuite_obs_hydro":
              {
              • "type":"integer",
              • "title":"continuite_obs_hydro",
              • "description":""
              }
              ,
            • "grandeur_hydro_label":
              {
              • "type":"string",
              • "title":"Mesure",
              • "description":""
              }
              ,
            • "libelle_station":
              {
              • "type":"string",
              • "title":"Station",
              • "description":""
              }
              ,
            • "libelle_station_court":
              {
              • "type":"string",
              • "title":"Station (court)",
              • "description":""
              }
            }
          }
        }
      }
    }
}