enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Antennes de téléphonie mobile - Orléans Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
code_unique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_unique
Type
texte
Exemple
                       
generation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
generation
Type
texte
Exemple
                       
numero_support
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_support
Type
int
Exemple
                       
numero_cartoradio
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_cartoradio
Type
int
Exemple
                       
exploitant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exploitant
Type
texte
Exemple
                       
type_antenne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_antenne
Type
texte
Exemple
                       
numero_antenne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_antenne
Type
int
Exemple
                       
dimension_antenne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dimension_antenne
Type
décimal
Exemple
                       
directivite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
directivite
Type
texte
Exemple
                       
azimut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
azimut
Type
décimal
Exemple
                       
hauteur_sol
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur_sol
Type
décimal
Exemple
                       
systeme
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
systeme
Type
texte
Exemple
                       
code_insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
int
Exemple
                       
lieut_dit
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieut_dit
Type
texte
Exemple
                       
adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
code_postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
int
Exemple
                       
commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
nature_support
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature_support
Type
texte
Exemple
                       
hauteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur
Type
décimal
Exemple
                       
proprietaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
proprietaire
Type
texte
Exemple
                       
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
                       
type_reseau
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_reseau
Type
texte
Exemple
                       
date_mise_en_service
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_mise_en_service
Type
texte
Exemple
                       
date_derniere_modification
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_derniere_modification
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":"om-amenagementnumerique-antennes-telephoniemobile",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-amenagementnumerique-antennes-telephoniemobile"
      }
    ]
    ,
  • "definitions":
    {
    • "om-amenagementnumerique-antennes-telephoniemobile":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-amenagementnumerique-antennes-telephoniemobile_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"
            }
          }
        }
        ,
      • "om-amenagementnumerique-antennes-telephoniemobile_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "code_unique":
                {
                • "type":"string",
                • "title":"code_unique",
                • "description":""
                }
                ,
              • "generation":
                {
                • "type":"string",
                • "title":"generation",
                • "description":""
                }
                ,
              • "numero_support":
                {
                • "type":"integer",
                • "title":"numero_support",
                • "description":""
                }
                ,
              • "numero_cartoradio":
                {
                • "type":"integer",
                • "title":"numero_cartoradio",
                • "description":""
                }
                ,
              • "exploitant":
                {
                • "type":"string",
                • "title":"exploitant",
                • "description":""
                }
                ,
              • "type_antenne":
                {
                • "type":"string",
                • "title":"type_antenne",
                • "description":""
                }
                ,
              • "numero_antenne":
                {
                • "type":"integer",
                • "title":"numero_antenne",
                • "description":""
                }
                ,
              • "dimension_antenne":
                {
                • "type":"number",
                • "title":"dimension_antenne",
                • "description":""
                }
                ,
              • "directivite":
                {
                • "type":"string",
                • "title":"directivite",
                • "description":""
                }
                ,
              • "azimut":
                {
                • "type":"number",
                • "title":"azimut",
                • "description":""
                }
                ,
              • "hauteur_sol":
                {
                • "type":"number",
                • "title":"hauteur_sol",
                • "description":""
                }
                ,
              • "systeme":
                {
                • "type":"string",
                • "title":"systeme",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"integer",
                • "title":"code_insee",
                • "description":""
                }
                ,
              • "lieut_dit":
                {
                • "type":"string",
                • "title":"lieut_dit",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"adresse",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"integer",
                • "title":"code_postal",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"commune",
                • "description":""
                }
                ,
              • "nature_support":
                {
                • "type":"string",
                • "title":"nature_support",
                • "description":""
                }
                ,
              • "hauteur":
                {
                • "type":"number",
                • "title":"hauteur",
                • "description":""
                }
                ,
              • "proprietaire":
                {
                • "type":"string",
                • "title":"proprietaire",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "type_reseau":
                {
                • "type":"string",
                • "title":"type_reseau",
                • "description":""
                }
                ,
              • "date_mise_en_service":
                {
                • "type":"string",
                • "title":"date_mise_en_service",
                • "description":""
                }
                ,
              • "date_derniere_modification":
                {
                • "type":"string",
                • "title":"date_derniere_modification",
                • "description":""
                }
              }
            }
          }
        }
      }
    }