records

records

Active filters Clear all

No active filters

Filters

Liste des pays et territoires

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
iso3
               

No description available for this field.

Name (identifier)
iso3
Type
text
Sample
                       
name_en
               

No description available for this field.

Name (identifier)
name_en
Type
text
Sample
                       
name_fr
               

No description available for this field.

Name (identifier)
name_fr
Type
text
Sample
                       
name_native
               

No description available for this field.

Name (identifier)
name_native
Type
text
Sample
                       
iso2
               

No description available for this field.

Name (identifier)
iso2
Type
text
Sample
                       
borders
               

No description available for this field.

Name (identifier)
borders
Type
text
Sample
                       
flag
               

No description available for this field.

Name (identifier)
flag
Type
text
Sample
                       
latlng
               

No description available for this field.

Name (identifier)
latlng
Type
geo point
Sample
                       
wikidata
               

No description available for this field.

Name (identifier)
wikidata
Type
text
Sample
                       
bologne
               

No description available for this field.

Name (identifier)
bologne
Type
text
Sample
                       
embassy
               

No description available for this field.

Name (identifier)
embassy
Type
text
Sample
                       
arab_world
               

No description available for this field.

Name (identifier)
arab_world
Type
text
Sample
                       
central_europe_and_the_baltics
               

No description available for this field.

Name (identifier)
central_europe_and_the_baltics
Type
text
Sample
                       
east_asia_pacific
               

No description available for this field.

Name (identifier)
east_asia_pacific
Type
text
Sample
                       
euro_area
               

No description available for this field.

Name (identifier)
euro_area
Type
text
Sample
                       
europe_central_asia
               

No description available for this field.

Name (identifier)
europe_central_asia
Type
text
Sample
                       
european_union
               

No description available for this field.

Name (identifier)
european_union
Type
text
Sample
                       
high_income
               

No description available for this field.

Name (identifier)
high_income
Type
text
Sample
                       
latin_america_caribbean
               

No description available for this field.

Name (identifier)
latin_america_caribbean
Type
text
Sample
                       
low_income
               

No description available for this field.

Name (identifier)
low_income
Type
text
Sample
                       
lower_middle_income
               

No description available for this field.

Name (identifier)
lower_middle_income
Type
text
Sample
                       
middle_east_north_africa
               

No description available for this field.

Name (identifier)
middle_east_north_africa
Type
text
Sample
                       
north_america
               

No description available for this field.

Name (identifier)
north_america
Type
text
Sample
                       
oecd_members
               

No description available for this field.

Name (identifier)
oecd_members
Type
text
Sample
                       
sub_saharan_africa
               

No description available for this field.

Name (identifier)
sub_saharan_africa
Type
text
Sample
                       
upper_middle_income
               

No description available for this field.

Name (identifier)
upper_middle_income
Type
text
Sample
                       
world
               

No description available for this field.

Name (identifier)
world
Type
text
Sample
                       
link
               

No description available for this field.

Name (identifier)
link
Type
text
Sample
                       
website
               

No description available for this field.

Name (identifier)
website
Type
text
Sample
                       
south_america
               

No description available for this field.

Name (identifier)
south_america
Type
text
Sample
                       
central_america_caraibes
               

No description available for this field.

Name (identifier)
central_america_caraibes
Type
text
Sample
                       
cocac
               

No description available for this field.

Name (identifier)
cocac
Type
text
Sample
                       
continental_europe
               

No description available for this field.

Name (identifier)
continental_europe
Type
text
Sample
                       
asia_oceania
               

No description available for this field.

Name (identifier)
asia_oceania
Type
text
Sample
                       
cf_mobility
               

No description available for this field.

Name (identifier)
cf_mobility
Type
text
Sample
                       
idpaysage
               

No description available for this field.

Name (identifier)
idpaysage
Type
text
Sample
                       
curiexplore
               

No description available for this field.

Name (identifier)
curiexplore
Type
text
Sample
                       
idh_group
               

No description available for this field.

Name (identifier)
idh_group
Type
text
Sample
                       
idh_group_countries
               

No description available for this field.

Name (identifier)
idh_group_countries
Type
text
Sample
                       
ue27
               

No description available for this field.

Name (identifier)
ue27
Type
text
Sample
                       
g7
               

No description available for this field.

Name (identifier)
g7
Type
text
Sample
                       
g20
               

No description available for this field.

Name (identifier)
g20
Type
text
Sample
                       
geometry
               

No description available for this field.

Name (identifier)
geometry
Type
geo shape
Sample
                       

JSON Schema

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

{
  • "title":"curiexplore-pays",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/curiexplore-pays"
      }
    ]
    ,
  • "definitions":
    {
    • "curiexplore-pays":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/curiexplore-pays_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"
            }
          }
        }
        ,
      • "curiexplore-pays_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "iso3":
                {
                • "type":"string",
                • "title":"iso3",
                • "description":""
                }
                ,
              • "name_en":
                {
                • "type":"string",
                • "title":"name_en",
                • "description":""
                }
                ,
              • "name_fr":
                {
                • "type":"string",
                • "title":"name_fr",
                • "description":""
                }
                ,
              • "name_native":
                {
                • "type":"string",
                • "title":"name_native",
                • "description":""
                }
                ,
              • "iso2":
                {
                • "type":"string",
                • "title":"iso2",
                • "description":""
                }
                ,
              • "borders":
                {
                • "type":"string",
                • "title":"borders",
                • "description":""
                }
                ,
              • "flag":
                {
                • "type":"string",
                • "title":"flag",
                • "description":""
                }
                ,
              • "latlng":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"latlng",
                • "description":""
                }
                ,
              • "wikidata":
                {
                • "type":"string",
                • "title":"wikidata",
                • "description":""
                }
                ,
              • "bologne":
                {
                • "type":"string",
                • "title":"bologne",
                • "description":""
                }
                ,
              • "embassy":
                {
                • "type":"string",
                • "title":"embassy",
                • "description":""
                }
                ,
              • "arab_world":
                {
                • "type":"string",
                • "title":"arab_world",
                • "description":""
                }
                ,
              • "central_europe_and_the_baltics":
                {
                • "type":"string",
                • "title":"central_europe_and_the_baltics",
                • "description":""
                }
                ,
              • "east_asia_pacific":
                {
                • "type":"string",
                • "title":"east_asia_pacific",
                • "description":""
                }
                ,
              • "euro_area":
                {
                • "type":"string",
                • "title":"euro_area",
                • "description":""
                }
                ,
              • "europe_central_asia":
                {
                • "type":"string",
                • "title":"europe_central_asia",
                • "description":""
                }
                ,
              • "european_union":
                {
                • "type":"string",
                • "title":"european_union",
                • "description":""
                }
                ,
              • "high_income":
                {
                • "type":"string",
                • "title":"high_income",
                • "description":""
                }
                ,
              • "latin_america_caribbean":
                {
                • "type":"string",
                • "title":"latin_america_caribbean",
                • "description":""
                }
                ,
              • "low_income":
                {
                • "type":"string",
                • "title":"low_income",
                • "description":""
                }
                ,
              • "lower_middle_income":
                {
                • "type":"string",
                • "title":"lower_middle_income",
                • "description":""
                }
                ,
              • "middle_east_north_africa":
                {
                • "type":"string",
                • "title":"middle_east_north_africa",
                • "description":""
                }
                ,
              • "north_america":
                {
                • "type":"string",
                • "title":"north_america",
                • "description":""
                }
                ,
              • "oecd_members":
                {
                • "type":"string",
                • "title":"oecd_members",
                • "description":""
                }
                ,
              • "sub_saharan_africa":
                {
                • "type":"string",
                • "title":"sub_saharan_africa",
                • "description":""
                }
                ,
              • "upper_middle_income":
                {
                • "type":"string",
                • "title":"upper_middle_income",
                • "description":""
                }
                ,
              • "world":
                {
                • "type":"string",
                • "title":"world",
                • "description":""
                }
                ,
              • "link":
                {
                • "type":"string",
                • "title":"link",
                • "description":""
                }
                ,
              • "website":
                {
                • "type":"string",
                • "title":"website",
                • "description":""
                }
                ,
              • "south_america":
                {
                • "type":"string",
                • "title":"south_america",
                • "description":""
                }
                ,
              • "central_america_caraibes":
                {
                • "type":"string",
                • "title":"central_america_caraibes",
                • "description":""
                }
                ,
              • "cocac":
                {
                • "type":"string",
                • "title":"cocac",
                • "description":""
                }
                ,
              • "continental_europe":
                {
                • "type":"string",
                • "title":"continental_europe",
                • "description":""
                }
                ,
              • "asia_oceania":
                {
                • "type":"string",
                • "title":"asia_oceania",
                • "description":""
                }
                ,
              • "cf_mobility":
                {
                • "type":"string",
                • "title":"cf_mobility",
                • "description":""
                }
                ,
              • "idpaysage":
                {
                • "type":"string",
                • "title":"idpaysage",
                • "description":""
                }
                ,
              • "curiexplore":
                {
                • "type":"string",
                • "title":"curiexplore",
                • "description":""
                }
                ,
              • "idh_group":
                {
                • "type":"string",
                • "title":"idh_group",
                • "description":""
                }
                ,
              • "idh_group_countries":
                {
                • "type":"string",
                • "title":"idh_group_countries",
                • "description":""
                }
                ,
              • "ue27":
                {
                • "type":"string",
                • "title":"ue27",
                • "description":""
                }
                ,
              • "g7":
                {
                • "type":"string",
                • "title":"g7",
                • "description":""
                }
                ,
              • "g20":
                {
                • "type":"string",
                • "title":"g20",
                • "description":""
                }
                ,
              • "geometry":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geometry",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets