enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Participation à la coopération territoriale européenne (CTE)

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Acronyme
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
acronyme
Type
texte
Exemple
                       
Nom projet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_projet
Type
texte
Exemple
                       
Programme
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
programme
Type
texte
Exemple
                       
Date
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date
Type
texte
Exemple
                       
Secteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
secteur
Type
texte
Exemple
                       
Sous-secteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sous_secteur
Type
texte
Exemple
                       
Description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
Acteur 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
acteur_1
Type
texte
Exemple
                       
Acteur 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
acteur_2
Type
texte
Exemple
                       
Statut acteur(s)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut_acteur_s
Type
texte
Exemple
                       
Chef de file
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
chef_de_file
Type
texte
Exemple
                       
Partenaires projets
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
partenaires_projets
Type
texte
Exemple
                       
Adresse chef de file
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_chef_de_file
Type
texte
Exemple
                       
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
                       
Ville
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ville
Type
texte
Exemple
                       
Pays
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pays
Type
texte
Exemple
                       
Budget global projet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
budget_global_projet
Type
décimal
Exemple
                       
Budget acteur 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
budget_acteur_1
Type
décimal
Exemple
                       
Montant apport FEDER 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant_apport_feder_1
Type
décimal
Exemple
                       
Montant apport acteur 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant_apport_acteur_1
Type
décimal
Exemple
                       
Budget acteur 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
budget_acteur_2
Type
décimal
Exemple
                       
Montant apport FEDER 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant_apport_feder_2
Type
décimal
Exemple
                       
Montant apport acteur 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant_apport_acteur_2
Type
décimal
Exemple
                       
Site internet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_internet
Type
texte
Exemple
                       
Liens utiles
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liens_utiles
Type
texte
Exemple
                       
WGS84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
wgs84
Type
geo_point_2d
Exemple
                       
Logo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
logo
Type
fichier
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":"participation-a-la-cooperation-territoriale-europeenne-cte",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/participation-a-la-cooperation-territoriale-europeenne-cte"
      }
    ]
    ,
  • "definitions":
    {
    • "participation-a-la-cooperation-territoriale-europeenne-cte":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/participation-a-la-cooperation-territoriale-europeenne-cte_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"
            }
          }
        }
        ,
      • "participation-a-la-cooperation-territoriale-europeenne-cte_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "acronyme":
                {
                • "type":"string",
                • "title":"Acronyme",
                • "description":""
                }
                ,
              • "nom_projet":
                {
                • "type":"string",
                • "title":"Nom projet",
                • "description":""
                }
                ,
              • "programme":
                {
                • "type":"string",
                • "title":"Programme",
                • "description":""
                }
                ,
              • "date":
                {
                • "type":"string",
                • "title":"Date",
                • "description":""
                }
                ,
              • "secteur":
                {
                • "type":"string",
                • "title":"Secteur",
                • "description":""
                }
                ,
              • "sous_secteur":
                {
                • "type":"string",
                • "title":"Sous-secteur",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"Description",
                • "description":""
                }
                ,
              • "acteur_1":
                {
                • "type":"string",
                • "title":"Acteur 1",
                • "description":""
                }
                ,
              • "acteur_2":
                {
                • "type":"string",
                • "title":"Acteur 2",
                • "description":""
                }
                ,
              • "statut_acteur_s":
                {
                • "type":"string",
                • "title":"Statut acteur(s)",
                • "description":""
                }
                ,
              • "chef_de_file":
                {
                • "type":"string",
                • "title":"Chef de file",
                • "description":""
                }
                ,
              • "partenaires_projets":
                {
                • "type":"string",
                • "title":"Partenaires projets",
                • "description":""
                }
                ,
              • "adresse_chef_de_file":
                {
                • "type":"string",
                • "title":"Adresse chef de file",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "pays":
                {
                • "type":"string",
                • "title":"Pays",
                • "description":""
                }
                ,
              • "budget_global_projet":
                {
                • "type":"number",
                • "title":"Budget global projet",
                • "description":""
                }
                ,
              • "budget_acteur_1":
                {
                • "type":"number",
                • "title":"Budget acteur 1",
                • "description":""
                }
                ,
              • "montant_apport_feder_1":
                {
                • "type":"number",
                • "title":"Montant apport FEDER 1",
                • "description":""
                }
                ,
              • "montant_apport_acteur_1":
                {
                • "type":"number",
                • "title":"Montant apport acteur 1",
                • "description":""
                }
                ,
              • "budget_acteur_2":
                {
                • "type":"number",
                • "title":"Budget acteur 2",
                • "description":""
                }
                ,
              • "montant_apport_feder_2":
                {
                • "type":"number",
                • "title":"Montant apport FEDER 2",
                • "description":""
                }
                ,
              • "montant_apport_acteur_2":
                {
                • "type":"number",
                • "title":"Montant apport acteur 2",
                • "description":""
                }
                ,
              • "site_internet":
                {
                • "type":"string",
                • "title":"Site internet",
                • "description":""
                }
                ,
              • "liens_utiles":
                {
                • "type":"string",
                • "title":"Liens utiles",
                • "description":""
                }
                ,
              • "wgs84":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"WGS84",
                • "description":""
                }
                ,
              • "logo":
                {
                • "type":"string",
                • "title":"Logo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires