Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

ArcREST does not return metadata in ArcGIS metadata format #251

Closed thomas-maschler closed 8 years ago

thomas-maschler commented 8 years ago

https://github.com/Esri/ArcREST/blob/master/src/arcrest/manageorg/_content.py#L934-L982

There is currently no way to retrieve metadata in ArcGIS format using ArcREST.

Following the documentation , .metadata("default") should return metadata in in ArcGIS metadata format but it returns them as ISO-19139.

The API returns ISO-19139 as default format. It returns ArcGIS metadata format only if no format parameter is set.

achapkowski commented 8 years ago

ISO 19139 Metadata Implementation Specification GML3.2 is the default in ArcGIS Online it appears. I'll update the help in the function. Thanks for letting me know this changed.