records

records

Active filters Clear all

No active filters

Filters

Bourgueil, cadastre Napoléonien

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geopoint
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
GEoshape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
Perimeter
Polugon perimeter

No description available for this field.

Name (identifier)
perimetre
Type
text
Sample
                       
Surface
Polygon surface

No description available for this field.

Name (identifier)
surface
Type
text
Sample
                       
Name
Name of cadastral sheet

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Scale
Scale

No description available for this field.

Name (identifier)
georef_c_1
Type
text
Sample
                       
Date document
Date du document

No description available for this field.

Name (identifier)
georef_c_2
Type
date
Sample
                       
Nber of points
Number of points

No description available for this field.

Name (identifier)
georef_c_3
Type
text
Sample
                       
Quality
Evaluation of quality

No description available for this field.

Name (identifier)
georef_c_4
Type
text
Sample
                       
Methods
Methodolyg used during the georeferencing operation

No description available for this field.

Name (identifier)
georef_c_5
Type
text
Sample
                       
RMS
Mistake

No description available for this field.

Name (identifier)
georef_c_6
Type
text
Sample
                       
Format
Format

No description available for this field.

Name (identifier)
georef_c_7
Type
text
Sample
                       
DOI
DOI form Nakala

No description available for this field.

Name (identifier)
georef_c_8
Type
text
Sample
                       
URI of Visualisation
URI of Visualisation

No description available for this field.

Name (identifier)
georef_c_9
Type
file
Sample
                       
Download
URI Download

No description available for this field.

Name (identifier)
georef_c10
Type
text
Sample
                       
Ark Link
Ark Link

No description available for this field.

Name (identifier)
georef_c11
Type
text
Sample
                       
XYZ flow
XYZ flow

No description available for this field.

Name (identifier)
georef_c12
Type
text
Sample
                       
Picture IIIf
Picture IIIf

No description available for this field.

Name (identifier)
url_iiif
Type
file
Sample
                       

JSON Schema

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

{
  • "title":"bourgueil-cadastre-napoleonien",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/bourgueil-cadastre-napoleonien"
      }
    ]
    ,
  • "definitions":
    {
    • "bourgueil-cadastre-napoleonien":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/bourgueil-cadastre-napoleonien_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"
            }
          }
        }
        ,
      • "bourgueil-cadastre-napoleonien_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geopoint",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"GEoshape",
                • "description":""
                }
                ,
              • "perimetre":
                {
                • "type":"string",
                • "title":"Perimeter",
                • "description":"Polugon perimeter"
                }
                ,
              • "surface":
                {
                • "type":"string",
                • "title":"Surface",
                • "description":"Polygon surface"
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"Name",
                • "description":"Name of cadastral sheet"
                }
                ,
              • "georef_c_1":
                {
                • "type":"string",
                • "title":"Scale",
                • "description":"Scale"
                }
                ,
              • "georef_c_2":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date document",
                • "description":"Date du document"
                }
                ,
              • "georef_c_3":
                {
                • "type":"string",
                • "title":"Nber of points",
                • "description":"Number of points"
                }
                ,
              • "georef_c_4":
                {
                • "type":"string",
                • "title":"Quality",
                • "description":"Evaluation of quality"
                }
                ,
              • "georef_c_5":
                {
                • "type":"string",
                • "title":"Methods",
                • "description":"Methodolyg used during the georeferencing operation"
                }
                ,
              • "georef_c_6":
                {
                • "type":"string",
                • "title":"RMS",
                • "description":"Mistake"
                }
                ,
              • "georef_c_7":
                {
                • "type":"string",
                • "title":"Format",
                • "description":"Format"
                }
                ,
              • "georef_c_8":
                {
                • "type":"string",
                • "title":"DOI",
                • "description":"DOI form Nakala"
                }
                ,
              • "georef_c_9":
                {
                • "type":"string",
                • "title":"URI of Visualisation",
                • "description":"URI of Visualisation"
                }
                ,
              • "georef_c10":
                {
                • "type":"string",
                • "title":"Download",
                • "description":"URI Download"
                }
                ,
              • "georef_c11":
                {
                • "type":"string",
                • "title":"Ark Link",
                • "description":"Ark Link"
                }
                ,
              • "georef_c12":
                {
                • "type":"string",
                • "title":"XYZ flow",
                • "description":"XYZ flow"
                }
                ,
              • "url_iiif":
                {
                • "type":"string",
                • "title":"Picture IIIf",
                • "description":"Picture IIIf"
                }
              }
            }
          }
        }
      }
    }

    Similar datasets