enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Antennes de toutes natures - 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-SFR-590489-6895602-5G NR 3500
Génération
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
generation
Type
texte
Exemple
5G
Numéro du support
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_support
Type
int
Exemple
590489
Numéro CARTORADIO
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_cartoradio
Type
int
Exemple
105682
Exploitant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exploitant
Type
texte
Exemple
SFR
Type d'antenne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_antenne
Type
texte
Exemple
Antenne à faisceaux
Numéro de l'antenne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_antenne
Type
int
Exemple
6895602
DIMENSION_ANTENNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dimension_antenne
Type
décimal
Exemple
0.8
Directivité
               

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
0
Hauteur du sol
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur_sol
Type
décimal
Exemple
37.4
Système
               

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
45285
Lieu-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
IMP PAUL BERT
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
int
Exemple
45140
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
SAINT-JEAN-DE-LA-RUELLE
Nature du support
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature_support
Type
texte
Exemple
Château d'eau - réservoir
Hauteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur
Type
décimal
Exemple
52.6
Propriétaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
proprietaire
Type
texte
Exemple
Syndicat des eaux, Adduction
Commune de la Métropole ?
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_metro
Type
texte
Exemple
OUI
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[47.899722221378475,1.87111111045562]
type_reseau
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_reseau
Type
texte
Exemple
téléphonie mobile
Date de la mise en service du site
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_mise_en_service
Type
date
Exemple
1998-12-30
Date de la dernière modification du site
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_derniere_modification
Type
date
Exemple
2024-02-02

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-toustypes",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-amenagementnumerique-antennes-toustypes"
      }
    ]
    ,
  • "definitions":
    {
    • "om-amenagementnumerique-antennes-toustypes":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-amenagementnumerique-antennes-toustypes_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-toustypes_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "code_unique":
                {
                • "type":"string",
                • "title":"CODE_UNIQUE",
                • "description":""
                }
                ,
              • "generation":
                {
                • "type":"string",
                • "title":"Génération",
                • "description":""
                }
                ,
              • "numero_support":
                {
                • "type":"integer",
                • "title":"Numéro du support",
                • "description":""
                }
                ,
              • "numero_cartoradio":
                {
                • "type":"integer",
                • "title":"Numéro CARTORADIO",
                • "description":""
                }
                ,
              • "exploitant":
                {
                • "type":"string",
                • "title":"Exploitant",
                • "description":""
                }
                ,
              • "type_antenne":
                {
                • "type":"string",
                • "title":"Type d'antenne",
                • "description":""
                }
                ,
              • "numero_antenne":
                {
                • "type":"integer",
                • "title":"Numéro de l'antenne",
                • "description":""
                }
                ,
              • "dimension_antenne":
                {
                • "type":"number",
                • "title":"DIMENSION_ANTENNE",
                • "description":""
                }
                ,
              • "directivite":
                {
                • "type":"string",
                • "title":"Directivité",
                • "description":""
                }
                ,
              • "azimut":
                {
                • "type":"number",
                • "title":"Azimut",
                • "description":""
                }
                ,
              • "hauteur_sol":
                {
                • "type":"number",
                • "title":"Hauteur du sol",
                • "description":""
                }
                ,
              • "systeme":
                {
                • "type":"string",
                • "title":"Système",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"integer",
                • "title":"Code INSEE",
                • "description":""
                }
                ,
              • "lieut_dit":
                {
                • "type":"string",
                • "title":"Lieu-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 du support",
                • "description":""
                }
                ,
              • "hauteur":
                {
                • "type":"number",
                • "title":"Hauteur",
                • "description":""
                }
                ,
              • "proprietaire":
                {
                • "type":"string",
                • "title":"Propriétaire",
                • "description":""
                }
                ,
              • "commune_metro":
                {
                • "type":"string",
                • "title":"Commune de la Métropole ?",
                • "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",
                • "format":"date",
                • "title":"Date de la mise en service du site",
                • "description":""
                }
                ,
              • "date_derniere_modification":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date de la dernière modification du site",
                • "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