Esri / ArcREST

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

Fixing metadata handling #253

Closed thomas-maschler closed 8 years ago

thomas-maschler commented 8 years ago

Allow to export metadata in ArcGIS metadata format (#251) Fix bug in updateMetadata method (#252)

achapkowski commented 8 years ago

@thomas-maschler your pull request is in conflict with the master branch. Can you update your branch and re-submit the pull?

thomas-maschler commented 8 years ago

The default metadata format can be changed in ArcGIS online.

You already fixed the tempfile issue yourself. The other change is about allowing to request metadata in ArcGIS metadata format. This is only indirectly supported by the API, there is no specific request for this and you have to leave the format parameter empty. Not sure if you want this. If not you can reject this pull request.