enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Etablissements habilités au titre de l'aide sociale à l'enfance (ASE)

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 de l'entité (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
[48.7508515114269,2.2957460534673957]
NOM
Nom de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
Mape Le Bief
ADRESSE
Adresse de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
4 RUE DU MOULIN
COMP_ADR
Complément d'adresse de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
comp_adr
Type
texte
Exemple
                       
CP
Code postal de la commune de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cp
Type
texte
Exemple
92160
COMMUNE
Nom de la commune de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
ANTONY
CODE_INSEE
Code INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
92002
TEL
Numéro de téléphone de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tel
Type
texte
Exemple
01.46.68.81.48
PUBLIC_ACC_CARAC
Caractéristique public accueilli

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
public_acc_carac
Type
texte
Exemple
Femmes enceintes et/ou mères avec enfants de moins de 3 ans
SUPERPOSITION
Indique si un ou plusieurs autres établissements sont à la même adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
superposition
Type
texte
Exemple
non
Sous catégorie
Sous catégorie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sous_cat
Type
texte
Exemple
Centre maternel ou parental
geo_shape
Géométrie de l'entité au format GeoJSON

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[2.2957460534673957,48.7508515114269],"type":"Point"}
Gestionnaire
Gestionnaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gestionnaire
Type
texte
Exemple
AVVEJ
Catégorie principale
Catégorie principale

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cat_princ
Type
texte
Exemple
Placements
Nombre de places
Nombre de places

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
public_acc_nb_places
Type
int
Exemple
34
Age minimum
Age minimum

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
public_acc_age_min
Type
int
Exemple
0
Age maximum
Age maximum

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
public_acc_age_max
Type
int
Exemple
3
Public accueilli
Public accueilli

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
public_acc_genre
Type
texte
Exemple
Mixte
Modalité d'accueil
Modalité d'accueil

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
modalite_acc
Type
texte
Exemple
Centre maternel ou parental

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":"etablissements-habilites-au-titre-de-laide-sociale-a-lenfance-ase",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/etablissements-habilites-au-titre-de-laide-sociale-a-lenfance-ase"
      }
    ]
    ,
  • "definitions":
    {
    • "etablissements-habilites-au-titre-de-laide-sociale-a-lenfance-ase":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/etablissements-habilites-au-titre-de-laide-sociale-a-lenfance-ase_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"
            }
          }
        }
        ,
      • "etablissements-habilites-au-titre-de-laide-sociale-a-lenfance-ase_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 de l'entité (latitude, longitude en degrés décimaux)"
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"NOM",
                • "description":"Nom de l'établissement"
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"ADRESSE",
                • "description":"Adresse de l'établissement"
                }
                ,
              • "comp_adr":
                {
                • "type":"string",
                • "title":"COMP_ADR",
                • "description":"Complément d'adresse de l'établissement"
                }
                ,
              • "cp":
                {
                • "type":"string",
                • "title":"CP",
                • "description":"Code postal de la commune de l'établissement"
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"COMMUNE",
                • "description":"Nom de la commune de l'établissement"
                }
                ,
              • "code_insee":
                {
                • "type":"string",
                • "title":"CODE_INSEE",
                • "description":"Code INSEE de la commune"
                }
                ,
              • "tel":
                {
                • "type":"string",
                • "title":"TEL",
                • "description":"Numéro de téléphone de l'établissement"
                }
                ,
              • "public_acc_carac":
                {
                • "type":"string",
                • "title":"PUBLIC_ACC_CARAC",
                • "description":"Caractéristique public accueilli"
                }
                ,
              • "superposition":
                {
                • "type":"string",
                • "title":"SUPERPOSITION",
                • "description":"Indique si un ou plusieurs autres établissements sont à la même adresse"
                }
                ,
              • "sous_cat":
                {
                • "type":"string",
                • "title":"Sous catégorie",
                • "description":"Sous catégorie"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":"Géométrie de l'entité au format GeoJSON"
                }
                ,
              • "gestionnaire":
                {
                • "type":"string",
                • "title":"Gestionnaire",
                • "description":"Gestionnaire"
                }
                ,
              • "cat_princ":
                {
                • "type":"string",
                • "title":"Catégorie principale",
                • "description":"Catégorie principale"
                }
                ,
              • "public_acc_nb_places":
                {
                • "type":"integer",
                • "title":"Nombre de places",
                • "description":"Nombre de places"
                }
                ,
              • "public_acc_age_min":
                {
                • "type":"integer",
                • "title":"Age minimum",
                • "description":"Age minimum"
                }
                ,
              • "public_acc_age_max":
                {
                • "type":"integer",
                • "title":"Age maximum",
                • "description":"Age maximum"
                }
                ,
              • "public_acc_genre":
                {
                • "type":"string",
                • "title":"Public accueilli",
                • "description":"Public accueilli"
                }
                ,
              • "modalite_acc":
                {
                • "type":"string",
                • "title":"Modalité d'accueil",
                • "description":"Modalité d'accueil"
                }
              }
            }
          }
        }
      }
    }

    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