9 558 enregistrements

Cartes postales

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
geo_point_2d
Coordonnées du point (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
                       
Identifiant
Identifiant unique

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
identifiant
Type
texte
Exemple
                       
Commune
Commune concernée par la carte postale

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
Titre
Titre de la carte postale

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
titre
Type
texte
Exemple
                       
Date
Date

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date
Type
texte
Exemple
                       
Thème 1
Thème(s) principal rattaché à la carte postale
NB : séparateur utilisé "|"

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
theme_1
Type
texte
Exemple
                       
Thème 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
theme_2
Type
texte
Exemple
                       
Thème 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
theme_3
Type
texte
Exemple
                       
Thèmes
Concaténation des thèmes 1, 2 et 3.
Le séparateur > indique le lien hiérarchique entre thèmes 1, 2 ou 3 pour une image.
Le séparateur | indique si une image est affiliée à plusieurs thèmes de même niveau.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
themes
Type
texte
Exemple
                       
Thèmes associés
Le séparateur > indique le lien hiérarchique entre thèmes 1, 2 ou 3 pour une image.
Le retour à la ligne indique si une image est affiliée à plusieurs thèmes de même niveau.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
themes_associes
Type
texte
Exemple
                       
Image
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fichier_image
Type
fichier
Exemple
                       
Colonne1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
colonne1
Type
int
Exemple
                       
Colonne2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
colonne2
Type
int
Exemple
                       
Colonne3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
colonne3
Type
texte
Exemple
                       
Colonne4
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
colonne4
Type
texte
Exemple
                       
Colonne5
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
colonne5
Type
int
Exemple
                       
Colonne6
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
colonne6
Type
int
Exemple
                       
filtrer
Afin de filtrer les enregistrements dont la valeur est "suppression"

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
filtrer
Type
texte
Exemple
                       
Localisation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
localisation
Type
texte
Exemple
                       
Lot
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lot
Type
texte
Exemple
                       
IMG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
img
Type
texte
Exemple
                       
Formule
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
formule
Type
texte
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":"fr-229200506-cartes-postales",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-229200506-cartes-postales"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-229200506-cartes-postales":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-229200506-cartes-postales_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-cartes-postales_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":"Coordonnées du point (latitude, longitude en degrés décimaux)"
                }
                ,
              • "identifiant":
                {
                • "type":"string",
                • "title":"Identifiant",
                • "description":"Identifiant unique"
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":"Commune concernée par la carte postale"
                }
                ,
              • "titre":
                {
                • "type":"string",
                • "title":"Titre",
                • "description":"Titre de la carte postale"
                }
                ,
              • "date":
                {
                • "type":"string",
                • "title":"Date",
                • "description":"Date"
                }
                ,
              • "theme_1":
                {
                • "type":"string",
                • "title":"Thème 1",
                • "description":"Thème(s) principal rattaché à la carte postale NB : séparateur utilisé "|""
                }
                ,
              • "theme_2":
                {
                • "type":"string",
                • "title":"Thème 2",
                • "description":""
                }
                ,
              • "theme_3":
                {
                • "type":"string",
                • "title":"Thème 3",
                • "description":""
                }
                ,
              • "themes":
                {
                • "type":"string",
                • "title":"Thèmes",
                • "description":"Concaténation des thèmes 1, 2 et 3. Le séparateur > indique le lien hiérarchique entre thèmes 1, 2 ou 3 pour une image. Le séparateur | indique si une image est affiliée à plusieurs thèmes de même niveau."
                }
                ,
              • "themes_associes":
                {
                • "type":"string",
                • "title":"Thèmes associés",
                • "description":"Le séparateur > indique le lien hiérarchique entre thèmes 1, 2 ou 3 pour une image. Le retour à la ligne indique si une image est affiliée à plusieurs thèmes de même niveau."
                }
                ,
              • "fichier_image":
                {
                • "type":"string",
                • "title":"Image",
                • "description":""
                }
                ,
              • "colonne1":
                {
                • "type":"integer",
                • "title":"Colonne1",
                • "description":""
                }
                ,
              • "colonne2":
                {
                • "type":"integer",
                • "title":"Colonne2",
                • "description":""
                }
                ,
              • "colonne3":
                {
                • "type":"string",
                • "title":"Colonne3",
                • "description":""
                }
                ,
              • "colonne4":
                {
                • "type":"string",
                • "title":"Colonne4",
                • "description":""
                }
                ,
              • "colonne5":
                {
                • "type":"integer",
                • "title":"Colonne5",
                • "description":""
                }
                ,
              • "colonne6":
                {
                • "type":"integer",
                • "title":"Colonne6",
                • "description":""
                }
                ,
              • "filtrer":
                {
                • "type":"string",
                • "title":"filtrer",
                • "description":"Afin de filtrer les enregistrements dont la valeur est "suppression""
                }
                ,
              • "localisation":
                {
                • "type":"string",
                • "title":"Localisation",
                • "description":""
                }
                ,
              • "lot":
                {
                • "type":"string",
                • "title":"Lot",
                • "description":""
                }
                ,
              • "img":
                {
                • "type":"string",
                • "title":"IMG",
                • "description":""
                }
                ,
              • "formule":
                {
                • "type":"string",
                • "title":"Formule",
                • "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

    Jeux de données similaires