Last active
August 29, 2015 14:26
-
-
Save reedobrien/bdc2816b45a244388b78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Upload asset | |
curl -X POST -F 'flowTotalChunks=1' -F file=@~/tmp/201405140003HQ.tif localhost:6543/asset/ | |
{"jobId": "453cc053-5efe-420a-be2c-c805a3026814"}% # Use this job id below | |
curl -X POST -F 'flowTotalChunks=1' -F file=@/home/robrien/tmp/201405140003HQ.tif localhost:6543/metadata-extract > ~/tmp/201405140003HQ.json | |
# upload metadata.json with above job id | |
curl -X POST -F 'flowTotalChunks=1' --form filename=metadata.json --form jobId=453cc053-5efe-420a-be2c-c805a3026814 -F file=@/home/robrien/tmp/201405140003HQ.json localhost:6543/metadata/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment