DONNEE - Inventaire Plaine d'Alsace qualité 2009 - Concentration en Ammonium

Filtres actifs Tout effacer

Aucun filtre actif.
enregistrement
Filtres
x

enregistrement

Filtres

Description

Couche SIG de l'inventaire 2009 de la qualité de la nappe phréatique de la plaine d'Alsace : Concentration en Ammonium (en mg/L).

Limites techniques d'usage

  • Licence ouverte "Etalab" (octobre 2011) - cf. document associé

Licences et conditions d'utilisation

  • Pas de restriction d'accès public

Méthode de production et qualité

L'incertitude maximale sur les coordonnées X et Y est de 25m.

Informations géographiques

Type de représentation: Vecteur

Etendue géographique:

  • Ouest: 6.84
  • Est: 8.23
  • Sud: 47.42
  • Nord: 49.08

Système de projection: RGF93 – Lambert 93 (EPSG:2154)

Echelle: 1/25000

Résolution: non renseignée

Documents et ressources

inventaire-2009-de-la-qualite-de-la-nappe-phreatique-de-la-plaine-dAlsace
http://www.region-alsace.eu/sites/default/files/fichiers/environnement/inv_2009_nappe_phr__atique.pdf
Inventaire-2009-de-la-qualite-des-eaux-souterraines-dans-le-Fosse-rhenan-superieur
http://www.region-alsace.eu/sites/default/files/fichiers/environnement/inv-2009-complet-light.pdf

Mots clefs

AMMONIUMAPRONAEAUX SOUTERRAINESGéoportailINVENTAIRE PLAINENAPPE PHREATIQUEPOINT DE MESUREdonnées ouvertes

Overview
Synthèse

Données ouvertes
Mise à jour quand nécessaire
Publié le 1 juin 2010
Donnée géographique
Thèmes

Contacts

Région Alsace

1 place Adrien ZELLER

67070 Strasbourg

contact

03 88 15 65 34


APRONA

140 rue du Logelbach

68000 COLMAR

contact

03 89 80 40 12


Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
objectid
Nom (identifiant)
objectid
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
geo_point_2d
Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
bss_court
Nom (identifiant)
bss_court
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
aprona
Nom (identifiant)
aprona
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
x_l93
Nom (identifiant)
x_l93
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
y_l93
Nom (identifiant)
y_l93
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
code_cas
Nom (identifiant)
code_cas
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
code_param
Nom (identifiant)
code_param
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
parametre
Nom (identifiant)
parametre
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
analyse_
Nom (identifiant)
analyse_
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
resultat
Nom (identifiant)
resultat
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
parametr0
Nom (identifiant)
parametr0
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
analyse0
Nom (identifiant)
analyse0
Type
datetime
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
code_carto
Nom (identifiant)
code_carto
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
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":"fr-236700019-aprona-invplaine2009-ammonium-27032014",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-236700019-aprona-invplaine2009-ammonium-27032014"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-236700019-aprona-invplaine2009-ammonium-27032014":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-236700019-aprona-invplaine2009-ammonium-27032014_records"
            }
          }
        }
      }
      ,
    • "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"
          }
        }
        ,
      • "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"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "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"
            }
          }
        }
        ,
      • "fr-236700019-aprona-invplaine2009-ammonium-27032014_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"number",
                • "title":"objectid",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "bss_court":
                {
                • "type":"string",
                • "title":"bss_court",
                • "description":""
                }
                ,
              • "aprona":
                {
                • "type":"number",
                • "title":"aprona",
                • "description":""
                }
                ,
              • "x_l93":
                {
                • "type":"string",
                • "title":"x_l93",
                • "description":""
                }
                ,
              • "y_l93":
                {
                • "type":"string",
                • "title":"y_l93",
                • "description":""
                }
                ,
              • "code_cas":
                {
                • "type":"string",
                • "title":"code_cas",
                • "description":""
                }
                ,
              • "code_param":
                {
                • "type":"number",
                • "title":"code_param",
                • "description":""
                }
                ,
              • "parametre":
                {
                • "type":"string",
                • "title":"parametre",
                • "description":""
                }
                ,
              • "analyse_":
                {
                • "type":"number",
                • "title":"analyse_",
                • "description":""
                }
                ,
              • "resultat":
                {
                • "type":"string",
                • "title":"resultat",
                • "description":""
                }
                ,
              • "parametr0":
                {
                • "type":"string",
                • "title":"parametr0",
                • "description":""
                }
                ,
              • "analyse0":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"analyse0",
                • "description":""
                }
                ,
              • "code_carto":
                {
                • "type":"number",
                • "title":"code_carto",
                • "description":""
                }
              }
            }
          }
        }
      }
    }
    analyse_
    aprona
    code_carto
    code_param
    objectid
    bss_court
    code_cas
    geo_point_2d
    parametr0
    parametre
    resultat
    x_l93
    y_l93
    analyse0
    analyse_
    aprona
    code_carto
    code_param
    objectid
    bss_court
    code_cas
    geo_point_2d
    parametr0
    parametre
    resultat
    x_l93
    y_l93
    analyse0
    Aucun résultat
      ×