API Metadata (métadonnées)
Rédigé par David - -URL d'appel
http://geoportail93.fr/SERV/METADATA/
Methodes
- GET
- POST
- SOAP
Paramètres
- SERVICE=CSW
- VERSION=2.0.2
- MAXRECORDS=20
- STARTPOSITION=1
- TYPENAMES=
- gmd:MD_Metadata
- csw:Record
- OUTPUTSCHEMA=
- http://www.isotc211.org/2005/gmd
- ELEMENTSETNAME= full
- ID=
- RESULTTYPE=
- results
- hits
- REQUEST=
- getRecords : Retourne plusieurs fiches de métadonnées (mode recherche par exemple)
- getInventaire : Retourne un inventaire complet des données en JSON
- getRecordById :Retourne une fiche de métadonnées selon l'ID fourni
- getFeatureCatalogById : Retourne la structure d'une table selon la norme ISO 19110
- getCapabilities : Renvoie les possibilités du service de catalogage
- describerecord : Renvoie la structure d'une table
- CONSTRAINT= Texte à rechercher dans les mots clés, le titre, la déscription
Exemple : "csw:AnyText Like '%pollution%'"
- CONSTRAINTLANGUAGE= CQLTEXT
- CONSTRAINT_LANGUAGE_VERSION= 1.1.0
- FORMAT=
- HTML
- CSW
- XML
- CSV
- JSON
Exemples
Ne renvoie que le nombre de données correspondants à la requête :
http://geoportail93.fr/SERV/METADATA/?
SERVICE=CSW&
VERSION=2.0.2&
TYPENAMES=gmd:MD_Metadata&
OUTPUTSCHEMA=http://www.isotc211.org/2005/gmd&
RESULTTYPE=hits&
REQUEST=GetRecords
Renvoie 20 par 20 les fiches correspondantes à la requête :
http://geoportail93.fr/SERV/METADATA/?
SERVICE=CSW&
VERSION=2.0.2&
MAXRECORDS=20&
STARTPOSITION=1&
TYPENAMES=gmd:MD_Metadata&
OUTPUTSCHEMA=http://www.isotc211.org/2005/gmd&
ELEMENTSETNAME=full&
RESULTTYPE=results&
REQUEST=GetRecords