Distribution GAZ CCCE 2023

Filtres actifs Tout effacer

Aucun filtre actif.
enregistrement
Filtres
x

enregistrement

Filtres

Description

Couche vectorielle des conduites de distribution de gaz sur les communes de la Communauté de Communes de Cattenom et Environs

Limites techniques d'usage

Aucune limite technique d'usage des données renseignée

Licences et conditions d'utilisation

  • Pas de restriction d'accès public
  • Données sous licence Etalab v2 (cf. https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf)
  • Sources: Open Data GRDF

Méthode de production et qualité

Données obtenues via l'Open Data de GRDF

Informations géographiques

Type de représentation: Vecteur

Etendue géographique:

  • Ouest: 6.03
  • Est: 6.33
  • Sud: 49.38
  • Nord: 49.51

Système de projection: RGF93 – Lambert 93 (EPSG:2154)

Echelle: 1/1:62000

Résolution: non renseignée

Mots clefs

CCCECULTURE PATRIMOINE ET TOURISMEDistributionEnergieGazRéseaux de transportdonnées ouvertes

Overview
Synthèse

Données ouvertes
Mise à jour inconnue
Publié le 21 novembre 2023
Donnée géographique
Thèmes
  • CULTURE, PATRIMOINE ET TOURISME

Contacts

Communauté de Communes de Cattenom et Environs

contact


Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
etat_serv
Nom (identifiant)
etat_serv
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
geo_point_2d
Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
insee_comm
Nom (identifiant)
insee_comm
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
commune_ad
Nom (identifiant)
commune_ad
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
code_depar
Nom (identifiant)
code_depar
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
departemen
Nom (identifiant)
departemen
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
region_adm
Nom (identifiant)
region_adm
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
layer
Nom (identifiant)
layer
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
path
Nom (identifiant)
path
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
geo_shape
Nom (identifiant)
geo_shape
Type
geo_shape
Description
                       
Aucune description n'est disponible pour ce champ.
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":"1701784694077-1",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/1701784694077-1"
      }
    ]
    ,
  • "definitions":
    {
    • "1701784694077-1":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/1701784694077-1_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"
            }
          }
        }
        ,
      • "1701784694077-1_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "etat_serv":
                {
                • "type":"string",
                • "title":"etat_serv",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "insee_comm":
                {
                • "type":"number",
                • "title":"insee_comm",
                • "description":""
                }
                ,
              • "commune_ad":
                {
                • "type":"string",
                • "title":"commune_ad",
                • "description":""
                }
                ,
              • "code_depar":
                {
                • "type":"number",
                • "title":"code_depar",
                • "description":""
                }
                ,
              • "departemen":
                {
                • "type":"string",
                • "title":"departemen",
                • "description":""
                }
                ,
              • "region_adm":
                {
                • "type":"string",
                • "title":"region_adm",
                • "description":""
                }
                ,
              • "layer":
                {
                • "type":"string",
                • "title":"layer",
                • "description":""
                }
                ,
              • "path":
                {
                • "type":"string",
                • "title":"path",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
              }
            }
          }
        }
      }
    }
    code_depar
    insee_comm
    commune_ad
    departemen
    etat_serv
    geo_shape
    layer
    path
    region_adm
    geo_point_2d
    code_depar
    insee_comm
    commune_ad
    departemen
    etat_serv
    geo_shape
    layer
    path
    region_adm
    geo_point_2d
    Aucun résultat