233 enregistrements

233 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Cadastre rénové (assemblage départemental)

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Geo Shape
Géométrie de l'entité au format GeoJSON

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[[[2.278365461169138,48.80888333889275],[2.278236013765359,48.817875963073725],[2.291853404627407,48.81796065618378],[2.291980410056382,48.80896801690291],[2.278365461169138,48.80888333889275]]],"type":"Polygon"}
DALLE
Nom de la dalle sous la forme : "Xmin_Ymax" selon la norme en vigueur

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dalle
Type
texte
Exemple
1647_8180
FICHIER
Lien de téléchargement de la dalle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fichier
Type
fichier
Exemple
{"id":"3f180fbede3118a02604978b88cd2300","mimetype":"application/zip","height":300,"width":300,"filename":"CADASTRE_RENOVE_1647_8180.zip","thumbnail":false,"format":"zip"}
XMIN
Coordonnées Xmin de la dalle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xmin
Type
int
Exemple
1647000
YMIN
Coordonnées Ymin de la dalle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ymin
Type
int
Exemple
8179000
XMAX
Coordonnées Xmax de la dalle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xmax
Type
int
Exemple
1648000
YMAX
Coordonnées Ymax de la dalle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ymax
Type
int
Exemple
8180000
geo_point_2d
Coordonnées du centroïde de l'entité (latitude, longitude en degrés décimaux)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[48.81342212816082,2.2851088204770944]

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":"fr-229200506-cadastre-renove",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-229200506-cadastre-renove"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-229200506-cadastre-renove":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-229200506-cadastre-renove_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"
            }
          }
        }
        ,
      • "fr-229200506-cadastre-renove_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":"Géométrie de l'entité au format GeoJSON"
                }
                ,
              • "dalle":
                {
                • "type":"string",
                • "title":"DALLE",
                • "description":"Nom de la dalle sous la forme : "Xmin_Ymax" selon la norme en vigueur"
                }
                ,
              • "fichier":
                {
                • "type":"string",
                • "title":"FICHIER",
                • "description":"Lien de téléchargement de la dalle"
                }
                ,
              • "xmin":
                {
                • "type":"integer",
                • "title":"XMIN",
                • "description":"Coordonnées Xmin de la dalle"
                }
                ,
              • "ymin":
                {
                • "type":"integer",
                • "title":"YMIN",
                • "description":"Coordonnées Ymin de la dalle"
                }
                ,
              • "xmax":
                {
                • "type":"integer",
                • "title":"XMAX",
                • "description":"Coordonnées Xmax de la dalle"
                }
                ,
              • "ymax":
                {
                • "type":"integer",
                • "title":"YMAX",
                • "description":"Coordonnées Ymax de la dalle"
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":"Coordonnées du centroïde de l'entité (latitude, longitude en degrés décimaux)"
                }
              }
            }
          }
        }
      }
    }

    Réutilisations (1)

    Cliquez pour déplier Cliquez pour replier
    • Cadastres d'époque (napoléonien et rénové)

      Cette application web cartographique permet une nouvelle approche des plans du cadastre conservés aux Archives départementales des Hauts-de-Seine. Numérisés, redécoupés et géoréférencés, ils ont été assemblés afin de constituer une carte sur l'ensemble des Hauts-de-Seine. Grâce à la juxtaposition avec le cadastre actuel dans sa version la plus récente, cette carte permet une approche renouvelée de ces documents. Il n’est en effet plus nécessaire de passer par des tableaux d’assemblage, mais à partir d’une adresse actuelle ou d’une référence cadastrale, on peut directement accéder au plan des cadastres napoléonien et rénové. Il est ainsi aisé de voyager dans l’histoire du cadastre.
      Hauts-de-Seine Département 9 septembre 2019 13:02

    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

    Jeux de données similaires