20 762 enregistrements

20 762 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Tronçons de voies archivés - Angers Loire Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ID_TRON
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_tron
Type
int
Exemple
20465
TRON_FONC
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tron_fonc
Type
texte
Exemple
DESSERTE LOCALE
LONGUEUR_M
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longueur_m
Type
texte
Exemple
510.71
LIBVOI_G
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libvoi_g
Type
texte
Exemple
Route de la Faudoire
LIBVOI_D
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libvoi_d
Type
texte
Exemple
Route de la Faudoire
COMMUNE_G
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_g
Type
texte
Exemple
SAINT-LEGER-DE-LINIERES
COMMUNE_D
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_d
Type
texte
Exemple
SAINT-LEGER-DE-LINIERES
INSEE_G
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee_g
Type
texte
Exemple
49298
INSEE_D
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee_d
Type
texte
Exemple
49298
DATE_MAJ
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_maj
Type
date
Exemple
2024-10-30
SOURCE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source
Type
texte
Exemple
ANGERS LOIRE METROPOLE - INFORMATION GEOGRAPHIQUE
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[47.47540629900712,-0.7135705659815238]
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[[-0.7165426244,47.4764162167],[-0.715424888,47.4762392209],[-0.715315818,47.4761762737],[-0.7151380707,47.4760050448],[-0.7148638874,47.4758583504],[-0.7144136142,47.4757234437],[-0.713202015,47.4752334616],[-0.7125767815,47.4749877401],[-0.712251962,47.4748669814],[-0.7118661735,47.4747442198],[-0.7105780589,47.4743654515]],"type":"LineString"}
ID_VOIE_D
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_voie_d
Type
texte
Exemple
49197
ID_VOIE_G
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_voie_g
Type
texte
Exemple
49197

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":"troncons-de-voies-angers-loire-metropole",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/troncons-de-voies-angers-loire-metropole"
      }
    ]
    ,
  • "definitions":
    {
    • "troncons-de-voies-angers-loire-metropole":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/troncons-de-voies-angers-loire-metropole_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"
            }
          }
        }
        ,
      • "troncons-de-voies-angers-loire-metropole_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_tron":
                {
                • "type":"integer",
                • "title":"ID_TRON",
                • "description":""
                }
                ,
              • "tron_fonc":
                {
                • "type":"string",
                • "title":"TRON_FONC",
                • "description":""
                }
                ,
              • "longueur_m":
                {
                • "type":"string",
                • "title":"LONGUEUR_M",
                • "description":""
                }
                ,
              • "libvoi_g":
                {
                • "type":"string",
                • "title":"LIBVOI_G",
                • "description":""
                }
                ,
              • "libvoi_d":
                {
                • "type":"string",
                • "title":"LIBVOI_D",
                • "description":""
                }
                ,
              • "commune_g":
                {
                • "type":"string",
                • "title":"COMMUNE_G",
                • "description":""
                }
                ,
              • "commune_d":
                {
                • "type":"string",
                • "title":"COMMUNE_D",
                • "description":""
                }
                ,
              • "insee_g":
                {
                • "type":"string",
                • "title":"INSEE_G",
                • "description":""
                }
                ,
              • "insee_d":
                {
                • "type":"string",
                • "title":"INSEE_D",
                • "description":""
                }
                ,
              • "date_maj":
                {
                • "type":"string",
                • "format":"date",
                • "title":"DATE_MAJ",
                • "description":""
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"SOURCE",
                • "description":""
                }
                ,
              • "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":""
                }
                ,
              • "id_voie_d":
                {
                • "type":"string",
                • "title":"ID_VOIE_D",
                • "description":""
                }
                ,
              • "id_voie_g":
                {
                • "type":"string",
                • "title":"ID_VOIE_G",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires