enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Espaces naturels sensibles des Pyrénées-Atlantiques

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
                       
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
                       
codsit2
Identifiant du site

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
codsit2
Type
int
Exemple
                       
Nom vernaculaire
Nom vernaculaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
n_vernac
Type
texte
Exemple
                       
Milieu dominant
Milieu dominant du site

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lb_hab
Type
texte
Exemple
                       
Nom des communes
Nom des communes du site

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
n_coms
Type
texte
Exemple
                       
Existence d'une zone de préemption
Existence d’une zone de préemption ?

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_zp
Type
texte
Exemple
                       
Intérêt écologique
Intérêt patrimonial (remarquable) de dimension départementale : écologique ?

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_ecol
Type
texte
Exemple
                       
Intérêt géologique
Intérêt patrimonial (remarquable) de dimension départementale : géologique ?

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_geol
Type
texte
Exemple
                       
Intérêt paysager
Intérêt patrimonial (remarquable) de dimension départementale : paysager ?

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_pays
Type
texte
Exemple
                       
Site fragile
Site fragile et/ou menacé ?

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_frag
Type
texte
Exemple
                       
Mesures de gestion
Fait-il l’objet de mesures de restauration et de gestion avec un objectif de pérennité ?

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_gest
Type
texte
Exemple
                       
Lieu de découverte
Est-ce un lieu de découverte des richesses naturelles ?

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_dec
Type
texte
Exemple
                       
Actions départementales
CD64 exerce-t-il une action directe, indirecte, financière ou portée sur l’éducation à l’environnement ?

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_cd64
Type
texte
Exemple
                       
Parcelles départementales
Parcelles appartenant au CD64 au sein du site ENS

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_parcd64
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":"ens",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ens"
      }
    ]
    ,
  • "definitions":
    {
    • "ens":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ens_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"
            }
          }
        }
        ,
      • "ens_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "codsit2":
                {
                • "type":"integer",
                • "title":"codsit2",
                • "description":"Identifiant du site"
                }
                ,
              • "n_vernac":
                {
                • "type":"string",
                • "title":"Nom vernaculaire",
                • "description":"Nom vernaculaire"
                }
                ,
              • "lb_hab":
                {
                • "type":"string",
                • "title":"Milieu dominant",
                • "description":"Milieu dominant du site"
                }
                ,
              • "n_coms":
                {
                • "type":"string",
                • "title":"Nom des communes",
                • "description":"Nom des communes du site"
                }
                ,
              • "fg_zp":
                {
                • "type":"string",
                • "title":"Existence d'une zone de préemption",
                • "description":"Existence d’une zone de préemption ?"
                }
                ,
              • "fg_ecol":
                {
                • "type":"string",
                • "title":"Intérêt écologique",
                • "description":"Intérêt patrimonial (remarquable) de dimension départementale : écologique ?"
                }
                ,
              • "fg_geol":
                {
                • "type":"string",
                • "title":"Intérêt géologique",
                • "description":"Intérêt patrimonial (remarquable) de dimension départementale : géologique ?"
                }
                ,
              • "fg_pays":
                {
                • "type":"string",
                • "title":"Intérêt paysager",
                • "description":"Intérêt patrimonial (remarquable) de dimension départementale : paysager ?"
                }
                ,
              • "fg_frag":
                {
                • "type":"string",
                • "title":"Site fragile",
                • "description":"Site fragile et/ou menacé ?"
                }
                ,
              • "fg_gest":
                {
                • "type":"string",
                • "title":"Mesures de gestion",
                • "description":"Fait-il l’objet de mesures de restauration et de gestion avec un objectif de pérennité ?"
                }
                ,
              • "fg_dec":
                {
                • "type":"string",
                • "title":"Lieu de découverte",
                • "description":"Est-ce un lieu de découverte des richesses naturelles ?"
                }
                ,
              • "fg_cd64":
                {
                • "type":"string",
                • "title":"Actions départementales",
                • "description":"CD64 exerce-t-il une action directe, indirecte, financière ou portée sur l’éducation à l’environnement ?"
                }
                ,
              • "fg_parcd64":
                {
                • "type":"string",
                • "title":"Parcelles départementales",
                • "description":"Parcelles appartenant au CD64 au sein du site ENS"
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires