3 378 enregistrements

3 378 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

generation

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
5G-FREE MOBILE-555154-6631362
generation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
generation
Type
texte
Exemple
5G
numero_support
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_support
Type
int
Exemple
555154
numero_cartoradio
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_cartoradio
Type
int
Exemple
806141
exploitant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exploitant
Type
texte
Exemple
FREE MOBILE
type_antenne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_antenne
Type
texte
Exemple
Antenne à faisceaux
numero_antenne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_antenne
Type
int
Exemple
6631362
dimension_antenne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dimension_antenne
Type
décimal
Exemple
0.7000000000000001
directivite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
directivite
Type
texte
Exemple
Directif
azimut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
azimut
Type
décimal
Exemple
280
hauteur_sol
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur_sol
Type
décimal
Exemple
28.8
systeme
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
systeme
Type
texte
Exemple
5G NR 3500
code_insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
int
Exemple
45234
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
2 PL ANATOLE FRANCE - SITE TDF
code_postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
int
Exemple
45000
commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
ORLEANS
nature_support
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature_support
Type
texte
Exemple
Tour hertzienne
hauteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur
Type
décimal
Exemple
70
proprietaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
proprietaire
Type
texte
Exemple
TDF
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[47.82972222096499,1.9258333326808341]
type_reseau
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_reseau
Type
texte
Exemple
téléphonie mobile
date_mise_en_service
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_mise_en_service
Type
texte
Exemple
2012-02-23
date_derniere_modification
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_derniere_modification
Type
texte
Exemple
2021-08-20

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":""
                }
              }
            }
          }
        }
      }
    }

    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