422 enregistrements

Le MOBE et son territoire - Muséum d'Orléans pour la Biodiversité et l'Environnement

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
identifiant_poi
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
identifiant_poi
Type
texte
Exemple
2
lieux
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieux
Type
texte
Exemple
Parc Anjorrant
types
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
types
Type
texte
Exemple
Parcs and gardens
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
Angle rue du Sanitas - rue du Barron
villes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
villes
Type
texte
Exemple
Orléans
code_postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
décimal
Exemple
45100
code_insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
décimal
Exemple
45234
telephone
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone
Type
texte
Exemple
                       
site_web
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_web
Type
texte
Exemple
https://www.tourisme-orleansmetropole.com/parc-anjorrant/orleans/pcucen045v501hip
site_web_table
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_web_table
Type
texte
Exemple
https://www.tourisme-orleansmetropole.com/
description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
This 7,000 meter squared park is forbidden to pets in order to preserve a large diversity of birds, squirrels and hedgehogs, etc. A rich flora can also be discovered.
accessibilite_pmr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
accessibilite_pmr
Type
texte
Exemple
oui
jeune_public
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jeune_public
Type
texte
Exemple
oui
vignette
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vignette
Type
texte
Exemple
104_parc-anjorrant.jpg
copyright
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
copyright
Type
texte
Exemple
Jérôme Grelet, Jean Puyo
ouverture
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ouverture
Type
texte
Exemple
Open all year
prix
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prix
Type
texte
Exemple
Free admission
coordonnees
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordonnees
Type
geo_point_2d
Exemple
[47.892483,1.901664]
langue
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
langue
Type
texte
Exemple
EN
url_vignette
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_vignette
Type
fichier
Exemple
{"id":"360b93e40918f5332542bbe3c1c42fbf","mimetype":"image/jpeg","height":600,"width":900,"filename":"104_parc-anjorrant.jpg","thumbnail":true,"format":"JPEG","color_summary":["rgba(108, 142, 91, 1.00)","rgba(90, 116, 76, 1.00)","rgba(112, 123, 104, 1.00)"]}
url_fiche_poi
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_fiche_poi
Type
texte
Exemple
https://data.orleans-metropole.fr/pages/mobe-poi/?refine.identifiant_poi=2&refine.langue=EN
url_qrcode
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_qrcode
Type
fichier
Exemple
{"id":"0bd658665ad2dc3f012e99e6b2b333e0","mimetype":"image/png","height":610,"width":610,"filename":"2-EN.png","thumbnail":true,"format":"PNG","color_summary":["rgba(157, 157, 157, 1.00)","rgba(130, 130, 130, 1.00)","rgba(155, 155, 155, 1.00)"]}
gratuité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gratuite
Type
texte
Exemple
non
telephone_principal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone_principal
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":"poi-biodiversite-mobe-local",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/poi-biodiversite-mobe-local"
      }
    ]
    ,
  • "definitions":
    {
    • "poi-biodiversite-mobe-local":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/poi-biodiversite-mobe-local_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"
            }
          }
        }
        ,
      • "poi-biodiversite-mobe-local_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "identifiant_poi":
                {
                • "type":"string",
                • "title":"identifiant_poi",
                • "description":""
                }
                ,
              • "lieux":
                {
                • "type":"string",
                • "title":"lieux",
                • "description":""
                }
                ,
              • "types":
                {
                • "type":"string",
                • "title":"types",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "villes":
                {
                • "type":"string",
                • "title":"villes",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"number",
                • "title":"code_postal",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"number",
                • "title":"code_insee",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"telephone",
                • "description":""
                }
                ,
              • "site_web":
                {
                • "type":"string",
                • "title":"site_web",
                • "description":""
                }
                ,
              • "site_web_table":
                {
                • "type":"string",
                • "title":"site_web_table",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"description",
                • "description":""
                }
                ,
              • "accessibilite_pmr":
                {
                • "type":"string",
                • "title":"accessibilite_pmr",
                • "description":""
                }
                ,
              • "jeune_public":
                {
                • "type":"string",
                • "title":"jeune_public",
                • "description":""
                }
                ,
              • "vignette":
                {
                • "type":"string",
                • "title":"vignette",
                • "description":""
                }
                ,
              • "copyright":
                {
                • "type":"string",
                • "title":"copyright",
                • "description":""
                }
                ,
              • "ouverture":
                {
                • "type":"string",
                • "title":"ouverture",
                • "description":""
                }
                ,
              • "prix":
                {
                • "type":"string",
                • "title":"prix",
                • "description":""
                }
                ,
              • "coordonnees":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"coordonnees",
                • "description":""
                }
                ,
              • "langue":
                {
                • "type":"string",
                • "title":"langue",
                • "description":""
                }
                ,
              • "url_vignette":
                {
                • "type":"string",
                • "title":"url_vignette",
                • "description":""
                }
                ,
              • "url_fiche_poi":
                {
                • "type":"string",
                • "title":"url_fiche_poi",
                • "description":""
                }
                ,
              • "url_qrcode":
                {
                • "type":"string",
                • "title":"url_qrcode",
                • "description":""
                }
                ,
              • "gratuite":
                {
                • "type":"string",
                • "title":"gratuité",
                • "description":""
                }
                ,
              • "telephone_principal":
                {
                • "type":"string",
                • "title":"telephone_principal",
                • "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