0 enregistrement

0 enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Fibre optique Rennes Métropole : conduites / infrastructure

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
                       
gml_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gml_id
Type
texte
Exemple
                       
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
int
Exemple
                       
datecreated
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datecreated
Type
datetime
Exemple
                       
datemodified
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datemodified
Type
datetime
Exemple
                       
comments
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
comments
Type
texte
Exemple
                       
location
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
location
Type
int
Exemple
                       
location_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
location_desc
Type
texte
Exemple
                       
equipmenttype
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equipmenttype
Type
texte
Exemple
                       
reference
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reference
Type
texte
Exemple
                       
numberofducts
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numberofducts
Type
int
Exemple
                       
numberofducts_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numberofducts_desc
Type
texte
Exemple
                       
proprietaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
proprietaire
Type
int
Exemple
                       
proprietaire_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
proprietaire_desc
Type
texte
Exemple
                       
gestionnaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gestionnaire
Type
int
Exemple
                       
gestionnaire_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gestionnaire_desc
Type
texte
Exemple
                       
pose
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pose
Type
int
Exemple
                       
pose_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pose_desc
Type
texte
Exemple
                       
emprise
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
emprise
Type
int
Exemple
                       
emprise_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
emprise_desc
Type
texte
Exemple
                       
origine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
origine
Type
texte
Exemple
                       
destination
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
destination
Type
texte
Exemple
                       
r_niv2_nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
r_niv2_nom
Type
texte
Exemple
                       
r_niv3_nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
r_niv3_nom
Type
texte
Exemple
                       
r_niv4_nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
r_niv4_nom
Type
texte
Exemple
                       
precision
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
precision
Type
int
Exemple
                       
precision_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
precision_desc
Type
texte
Exemple
                       
echelle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
echelle
Type
int
Exemple
                       
echelle_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
echelle_desc
Type
texte
Exemple
                       
zone_verte
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zone_verte
Type
int
Exemple
                       
legende
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
legende
Type
int
Exemple
                       
legende_desc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
legende_desc
Type
texte
Exemple
                       
domaine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
domaine
Type
texte
Exemple
                       
precision_centimetrique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
precision_centimetrique
Type
int
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":"infrastructure_rmt",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/infrastructure_rmt"
      }
    ]
    ,
  • "definitions":
    {
    • "infrastructure_rmt":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/infrastructure_rmt_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"
            }
          }
        }
        ,
      • "infrastructure_rmt_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":""
                }
                ,
              • "gml_id":
                {
                • "type":"string",
                • "title":"gml_id",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"integer",
                • "title":"id",
                • "description":""
                }
                ,
              • "datecreated":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"datecreated",
                • "description":""
                }
                ,
              • "datemodified":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"datemodified",
                • "description":""
                }
                ,
              • "comments":
                {
                • "type":"string",
                • "title":"comments",
                • "description":""
                }
                ,
              • "location":
                {
                • "type":"integer",
                • "title":"location",
                • "description":""
                }
                ,
              • "location_desc":
                {
                • "type":"string",
                • "title":"location_desc",
                • "description":""
                }
                ,
              • "equipmenttype":
                {
                • "type":"string",
                • "title":"equipmenttype",
                • "description":""
                }
                ,
              • "reference":
                {
                • "type":"string",
                • "title":"reference",
                • "description":""
                }
                ,
              • "numberofducts":
                {
                • "type":"integer",
                • "title":"numberofducts",
                • "description":""
                }
                ,
              • "numberofducts_desc":
                {
                • "type":"string",
                • "title":"numberofducts_desc",
                • "description":""
                }
                ,
              • "proprietaire":
                {
                • "type":"integer",
                • "title":"proprietaire",
                • "description":""
                }
                ,
              • "proprietaire_desc":
                {
                • "type":"string",
                • "title":"proprietaire_desc",
                • "description":""
                }
                ,
              • "gestionnaire":
                {
                • "type":"integer",
                • "title":"gestionnaire",
                • "description":""
                }
                ,
              • "gestionnaire_desc":
                {
                • "type":"string",
                • "title":"gestionnaire_desc",
                • "description":""
                }
                ,
              • "pose":
                {
                • "type":"integer",
                • "title":"pose",
                • "description":""
                }
                ,
              • "pose_desc":
                {
                • "type":"string",
                • "title":"pose_desc",
                • "description":""
                }
                ,
              • "emprise":
                {
                • "type":"integer",
                • "title":"emprise",
                • "description":""
                }
                ,
              • "emprise_desc":
                {
                • "type":"string",
                • "title":"emprise_desc",
                • "description":""
                }
                ,
              • "origine":
                {
                • "type":"string",
                • "title":"origine",
                • "description":""
                }
                ,
              • "destination":
                {
                • "type":"string",
                • "title":"destination",
                • "description":""
                }
                ,
              • "r_niv2_nom":
                {
                • "type":"string",
                • "title":"r_niv2_nom",
                • "description":""
                }
                ,
              • "r_niv3_nom":
                {
                • "type":"string",
                • "title":"r_niv3_nom",
                • "description":""
                }
                ,
              • "r_niv4_nom":
                {
                • "type":"string",
                • "title":"r_niv4_nom",
                • "description":""
                }
                ,
              • "precision":
                {
                • "type":"integer",
                • "title":"precision",
                • "description":""
                }
                ,
              • "precision_desc":
                {
                • "type":"string",
                • "title":"precision_desc",
                • "description":""
                }
                ,
              • "echelle":
                {
                • "type":"integer",
                • "title":"echelle",
                • "description":""
                }
                ,
              • "echelle_desc":
                {
                • "type":"string",
                • "title":"echelle_desc",
                • "description":""
                }
                ,
              • "zone_verte":
                {
                • "type":"integer",
                • "title":"zone_verte",
                • "description":""
                }
                ,
              • "legende":
                {
                • "type":"integer",
                • "title":"legende",
                • "description":""
                }
                ,
              • "legende_desc":
                {
                • "type":"string",
                • "title":"legende_desc",
                • "description":""
                }
                ,
              • "domaine":
                {
                • "type":"string",
                • "title":"domaine",
                • "description":""
                }
                ,
              • "precision_centimetrique":
                {
                • "type":"integer",
                • "title":"precision_centimetrique",
                • "description":""
                }
              }
            }
          }
        }
      }
    }