Skip to content

Instantly share code, notes, and snippets.

@typebrook
Created April 10, 2025 08:09
Show Gist options
  • Save typebrook/17825540a69bcbb1e6f7170cb51172b2 to your computer and use it in GitHub Desktop.
Save typebrook/17825540a69bcbb1e6f7170cb51172b2 to your computer and use it in GitHub Desktop.
get data from mine.geologycloud.tw
.ONESHELL:
MineArea.geojson:
curl 'https://mine.geologycloud.tw/data/get_minedetail' \
-X POST \
--data-raw 'layerClass=system_public&layerKey=MineArea' | \
jq . >MineUseArea.geojson
MineUseArea.geojson:
curl 'https://mine.geologycloud.tw/data/get_minedetail' \
-X POST \
--data-raw 'layerClass=system_public&layerKey=MineUseArea' | \
jq . >MineUseArea.geojson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment