enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Procédures d'évolution des documents d'urbanisme locaux

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ORI
Origine de l'information

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ori
Type
texte
Exemple
                       
ANREF
Année courrier

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
anref
Type
int
Exemple
                       
REF
Référence courrier

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ref
Type
texte
Exemple
                       
DATE_CHRONO
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_chrono
Type
texte
Exemple
                       
DATE_COURRIER
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_courrier
Type
texte
Exemple
                       
DATE_REGION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_region
Type
texte
Exemple
                       
DATE_REFERENCE
Date de référence : date de délibération ou d’arrêté le cas échéant, date de réunion, par défaut date du courrier

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reference
Type
date
Exemple
                       
QR
Indicateur de qualité de la date de référence

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
qr
Type
texte
Exemple
                       
CT
Collectivité concernée

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ct
Type
texte
Exemple
                       
TYPE1
Type général du DUL

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type1
Type
texte
Exemple
                       
TYPE2
Type précis du DUL

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type2
Type
texte
Exemple
                       
TYPEPROC
Type de procédure

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
typeproc
Type
texte
Exemple
                       
EVENEMENT
Type d'événement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
evenement
Type
texte
Exemple
                       
SEQ
Séquence

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
seq
Type
texte
Exemple
                       
DOCUMENT
Nom du document

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
document
Type
texte
Exemple
                       
PROCEDURE
Nom de la procédure

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
procedure
Type
texte
Exemple
                       
A_CONSOLIDER
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
a_consolider
Type
décimal
Exemple
                       
DOSSIER
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dossier
Type
texte
Exemple
                       
COMPLEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
complement
Type
texte
Exemple
                       
SOURCE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source
Type
texte
Exemple
                       
BE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
be
Type
texte
Exemple
                       
DEP
Numéro de département

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep
Type
texte
Exemple
                       
CODE_INSEE
Code INSEE de la collectivité concernée lorsque disponible

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
                       
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
                       
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
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":"procedures-evolution-documents-urbanisme-locaux",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/procedures-evolution-documents-urbanisme-locaux"
      }
    ]
    ,
  • "definitions":
    {
    • "procedures-evolution-documents-urbanisme-locaux":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/procedures-evolution-documents-urbanisme-locaux_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"
            }
          }
        }
        ,
      • "procedures-evolution-documents-urbanisme-locaux_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "ori":
                {
                • "type":"string",
                • "title":"ORI",
                • "description":"Origine de l'information"
                }
                ,
              • "anref":
                {
                • "type":"integer",
                • "title":"ANREF",
                • "description":"Année courrier"
                }
                ,
              • "ref":
                {
                • "type":"string",
                • "title":"REF",
                • "description":"Référence courrier"
                }
                ,
              • "date_chrono":
                {
                • "type":"string",
                • "title":"DATE_CHRONO",
                • "description":""
                }
                ,
              • "date_courrier":
                {
                • "type":"string",
                • "title":"DATE_COURRIER",
                • "description":""
                }
                ,
              • "date_region":
                {
                • "type":"string",
                • "title":"DATE_REGION",
                • "description":""
                }
                ,
              • "reference":
                {
                • "type":"string",
                • "format":"date",
                • "title":"DATE_REFERENCE",
                • "description":"Date de référence : date de délibération ou d’arrêté le cas échéant, date de réunion, par défaut date du courrier"
                }
                ,
              • "qr":
                {
                • "type":"string",
                • "title":"QR",
                • "description":"Indicateur de qualité de la date de référence"
                }
                ,
              • "ct":
                {
                • "type":"string",
                • "title":"CT",
                • "description":"Collectivité concernée"
                }
                ,
              • "type1":
                {
                • "type":"string",
                • "title":"TYPE1",
                • "description":"Type général du DUL"
                }
                ,
              • "type2":
                {
                • "type":"string",
                • "title":"TYPE2",
                • "description":"Type précis du DUL"
                }
                ,
              • "typeproc":
                {
                • "type":"string",
                • "title":"TYPEPROC",
                • "description":"Type de procédure"
                }
                ,
              • "evenement":
                {
                • "type":"string",
                • "title":"EVENEMENT",
                • "description":"Type d'événement"
                }
                ,
              • "seq":
                {
                • "type":"string",
                • "title":"SEQ",
                • "description":"Séquence"
                }
                ,
              • "document":
                {
                • "type":"string",
                • "title":"DOCUMENT",
                • "description":"Nom du document"
                }
                ,
              • "procedure":
                {
                • "type":"string",
                • "title":"PROCEDURE",
                • "description":"Nom de la procédure"
                }
                ,
              • "a_consolider":
                {
                • "type":"number",
                • "title":"A_CONSOLIDER",
                • "description":""
                }
                ,
              • "dossier":
                {
                • "type":"string",
                • "title":"DOSSIER",
                • "description":""
                }
                ,
              • "complement":
                {
                • "type":"string",
                • "title":"COMPLEMENT",
                • "description":""
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"SOURCE",
                • "description":""
                }
                ,
              • "be":
                {
                • "type":"string",
                • "title":"BE",
                • "description":""
                }
                ,
              • "dep":
                {
                • "type":"string",
                • "title":"DEP",
                • "description":"Numéro de département"
                }
                ,
              • "code_insee":
                {
                • "type":"string",
                • "title":"CODE_INSEE",
                • "description":"Code INSEE de la collectivité concernée lorsque disponible"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "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