records

records

Active filters Clear all

No active filters

Filters

Observatoire 2G 3G 4G-Ville de Garges

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
id
               

No description available for this field.

Name (identifier)
id
Type
decimal
Sample
                       
id1
               

No description available for this field.

Name (identifier)
id1
Type
decimal
Sample
                       
adm_lb_nom
               

No description available for this field.

Name (identifier)
adm_lb_nom
Type
text
Sample
                       
sup_id
               

No description available for this field.

Name (identifier)
sup_id
Type
decimal
Sample
                       
emr_lb_systeme
               

No description available for this field.

Name (identifier)
emr_lb_systeme
Type
text
Sample
                       
emr_dt_service
               

No description available for this field.

Name (identifier)
emr_dt_service
Type
date
Sample
                       
sta_nm_dpt
               

No description available for this field.

Name (identifier)
sta_nm_dpt
Type
decimal
Sample
                       
code_insee
               

No description available for this field.

Name (identifier)
code_insee
Type
decimal
Sample
                       
generation
               

No description available for this field.

Name (identifier)
generation
Type
text
Sample
                       
date_maj
               

No description available for this field.

Name (identifier)
date_maj
Type
date
Sample
                       
total_de_adm_lb_nom
               

No description available for this field.

Name (identifier)
total_de_adm_lb_nom
Type
text
Sample
                       
sta_nm_anfr
               

No description available for this field.

Name (identifier)
sta_nm_anfr
Type
decimal
Sample
                       
nat_id
               

No description available for this field.

Name (identifier)
nat_id
Type
decimal
Sample
                       
sup_nm_haut
               

No description available for this field.

Name (identifier)
sup_nm_haut
Type
decimal
Sample
                       
tpo_id
               

No description available for this field.

Name (identifier)
tpo_id
Type
decimal
Sample
                       
adr_lb_lieu
               

No description available for this field.

Name (identifier)
adr_lb_lieu
Type
text
Sample
                       
adr_lb_add1
               

No description available for this field.

Name (identifier)
adr_lb_add1
Type
text
Sample
                       
adr_lb_add2
               

No description available for this field.

Name (identifier)
adr_lb_add2
Type
text
Sample
                       
adr_lb_add3
               

No description available for this field.

Name (identifier)
adr_lb_add3
Type
text
Sample
                       
adr_nm_cp
               

No description available for this field.

Name (identifier)
adr_nm_cp
Type
decimal
Sample
                       
com_cd_insee
               

No description available for this field.

Name (identifier)
com_cd_insee
Type
decimal
Sample
                       
coordonnees
               

No description available for this field.

Name (identifier)
coordonnees
Type
geo point
Sample
                       
coord
               

No description available for this field.

Name (identifier)
coord
Type
text
Sample
                       
en_service
               

No description available for this field.

Name (identifier)
en_service
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"observatoire-2g-3g-4g-ville-de-garges",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/observatoire-2g-3g-4g-ville-de-garges"
      }
    ]
    ,
  • "definitions":
    {
    • "observatoire-2g-3g-4g-ville-de-garges":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/observatoire-2g-3g-4g-ville-de-garges_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"
            }
          }
        }
        ,
      • "observatoire-2g-3g-4g-ville-de-garges_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"number",
                • "title":"id",
                • "description":""
                }
                ,
              • "id1":
                {
                • "type":"number",
                • "title":"id1",
                • "description":""
                }
                ,
              • "adm_lb_nom":
                {
                • "type":"string",
                • "title":"adm_lb_nom",
                • "description":""
                }
                ,
              • "sup_id":
                {
                • "type":"number",
                • "title":"sup_id",
                • "description":""
                }
                ,
              • "emr_lb_systeme":
                {
                • "type":"string",
                • "title":"emr_lb_systeme",
                • "description":""
                }
                ,
              • "emr_dt_service":
                {
                • "type":"string",
                • "format":"date",
                • "title":"emr_dt_service",
                • "description":""
                }
                ,
              • "sta_nm_dpt":
                {
                • "type":"number",
                • "title":"sta_nm_dpt",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"number",
                • "title":"code_insee",
                • "description":""
                }
                ,
              • "generation":
                {
                • "type":"string",
                • "title":"generation",
                • "description":""
                }
                ,
              • "date_maj":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_maj",
                • "description":""
                }
                ,
              • "total_de_adm_lb_nom":
                {
                • "type":"string",
                • "title":"total_de_adm_lb_nom",
                • "description":""
                }
                ,
              • "sta_nm_anfr":
                {
                • "type":"number",
                • "title":"sta_nm_anfr",
                • "description":""
                }
                ,
              • "nat_id":
                {
                • "type":"number",
                • "title":"nat_id",
                • "description":""
                }
                ,
              • "sup_nm_haut":
                {
                • "type":"number",
                • "title":"sup_nm_haut",
                • "description":""
                }
                ,
              • "tpo_id":
                {
                • "type":"number",
                • "title":"tpo_id",
                • "description":""
                }
                ,
              • "adr_lb_lieu":
                {
                • "type":"string",
                • "title":"adr_lb_lieu",
                • "description":""
                }
                ,
              • "adr_lb_add1":
                {
                • "type":"string",
                • "title":"adr_lb_add1",
                • "description":""
                }
                ,
              • "adr_lb_add2":
                {
                • "type":"string",
                • "title":"adr_lb_add2",
                • "description":""
                }
                ,
              • "adr_lb_add3":
                {
                • "type":"string",
                • "title":"adr_lb_add3",
                • "description":""
                }
                ,
              • "adr_nm_cp":
                {
                • "type":"number",
                • "title":"adr_nm_cp",
                • "description":""
                }
                ,
              • "com_cd_insee":
                {
                • "type":"number",
                • "title":"com_cd_insee",
                • "description":""
                }
                ,
              • "coordonnees":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"coordonnees",
                • "description":""
                }
                ,
              • "coord":
                {
                • "type":"string",
                • "title":"coord",
                • "description":""
                }
                ,
              • "en_service":
                {
                • "type":"string",
                • "title":"en_service",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets