enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Sentiers inscrits au Plan Départemental des Itinéraires de Promenade et de Randonnée (PDIPR)

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
                       
PK_TRONCON
Numéro du tronçon

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pk_troncon
Type
int
Exemple
                       
ANC_NUM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
anc_num
Type
décimal
Exemple
                       
INSEE
insee

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee
Type
int
Exemple
                       
SENTIER
Famille de sentier

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sentier
Type
texte
Exemple
                       
DELIBCOM
Année de délibération de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delibcom
Type
int
Exemple
                       
DT_DELIBCG
Date de délibération CD64

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dt_delibcg
Type
int
Exemple
                       
DELIBCG
Numéro de délibération du CD64

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delibcg
Type
int
Exemple
                       
CONVDAEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
convdaee
Type
texte
Exemple
                       
AN_INSCR
Année d'inscription au PDIPR

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
an_inscr
Type
int
Exemple
                       
ENTRETIEN
Entretien du sentier Régie communale, intercommunalité, ACI, Privé)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entretien
Type
texte
Exemple
                       
ID_SOL
Nature du sol
0 = nc
1 = Goudron
2 = Hors goudron
3 =  mixte

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_sol
Type
int
Exemple
                       
ID_ETAT
Etat du sentier

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_etat
Type
texte
Exemple
                       
FG_USPE
Usage pédestre (o/n)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_uspe
Type
int
Exemple
                       
FG_USEQ
Usage équestre (o/n)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_useq
Type
int
Exemple
                       
FG_USVTT
Usage VTT (o/n)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fg_usvtt
Type
int
Exemple
                       
STATUT
Statut du chemin (CR, privé)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut
Type
texte
Exemple
                       
NOM_NUM
Nom ou numéro du chemin ou voie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_num
Type
texte
Exemple
                       
RQ
Remarques

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rq
Type
texte
Exemple
                       
ID_INTERV
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_interv
Type
texte
Exemple
                       
Shape_Leng
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
shape_leng
Type
décimal
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":"sentiers-inscrits-au-plan-departemental-des-itineraires-de-promenade-et-de-rando",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/sentiers-inscrits-au-plan-departemental-des-itineraires-de-promenade-et-de-rando"
      }
    ]
    ,
  • "definitions":
    {
    • "sentiers-inscrits-au-plan-departemental-des-itineraires-de-promenade-et-de-rando":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/sentiers-inscrits-au-plan-departemental-des-itineraires-de-promenade-et-de-rando_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"
            }
          }
        }
        ,
      • "sentiers-inscrits-au-plan-departemental-des-itineraires-de-promenade-et-de-rando_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":""
                }
                ,
              • "pk_troncon":
                {
                • "type":"integer",
                • "title":"PK_TRONCON",
                • "description":"Numéro du tronçon"
                }
                ,
              • "anc_num":
                {
                • "type":"number",
                • "title":"ANC_NUM",
                • "description":""
                }
                ,
              • "insee":
                {
                • "type":"integer",
                • "title":"INSEE",
                • "description":"insee"
                }
                ,
              • "sentier":
                {
                • "type":"string",
                • "title":"SENTIER",
                • "description":"Famille de sentier"
                }
                ,
              • "delibcom":
                {
                • "type":"integer",
                • "title":"DELIBCOM",
                • "description":"Année de délibération de la commune"
                }
                ,
              • "dt_delibcg":
                {
                • "type":"integer",
                • "title":"DT_DELIBCG",
                • "description":"Date de délibération CD64"
                }
                ,
              • "delibcg":
                {
                • "type":"integer",
                • "title":"DELIBCG",
                • "description":"Numéro de délibération du CD64"
                }
                ,
              • "convdaee":
                {
                • "type":"string",
                • "title":"CONVDAEE",
                • "description":""
                }
                ,
              • "an_inscr":
                {
                • "type":"integer",
                • "title":"AN_INSCR",
                • "description":"Année d'inscription au PDIPR"
                }
                ,
              • "entretien":
                {
                • "type":"string",
                • "title":"ENTRETIEN",
                • "description":"Entretien du sentier Régie communale, intercommunalité, ACI, Privé)"
                }
                ,
              • "id_sol":
                {
                • "type":"integer",
                • "title":"ID_SOL",
                • "description":"Nature du sol 0 = nc 1 = Goudron 2 = Hors goudron 3 = mixte"
                }
                ,
              • "id_etat":
                {
                • "type":"string",
                • "title":"ID_ETAT",
                • "description":"Etat du sentier"
                }
                ,
              • "fg_uspe":
                {
                • "type":"integer",
                • "title":"FG_USPE",
                • "description":"Usage pédestre (o/n)"
                }
                ,
              • "fg_useq":
                {
                • "type":"integer",
                • "title":"FG_USEQ",
                • "description":"Usage équestre (o/n)"
                }
                ,
              • "fg_usvtt":
                {
                • "type":"integer",
                • "title":"FG_USVTT",
                • "description":"Usage VTT (o/n)"
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"STATUT",
                • "description":"Statut du chemin (CR, privé)"
                }
                ,
              • "nom_num":
                {
                • "type":"string",
                • "title":"NOM_NUM",
                • "description":"Nom ou numéro du chemin ou voie"
                }
                ,
              • "rq":
                {
                • "type":"string",
                • "title":"RQ",
                • "description":"Remarques"
                }
                ,
              • "id_interv":
                {
                • "type":"string",
                • "title":"ID_INTERV",
                • "description":""
                }
                ,
              • "shape_leng":
                {
                • "type":"number",
                • "title":"Shape_Leng",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires