howtos:how_to_download_features_using_the_arcgis_rest_api
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtos:how_to_download_features_using_the_arcgis_rest_api [2024-09-24 07:29 am] – hcho | howtos:how_to_download_features_using_the_arcgis_rest_api [2024-09-24 07:35 am] (current) – hcho | ||
---|---|---|---|
Line 6: | Line 6: | ||
if [ $# -lt 2 ]; then | if [ $# -lt 2 ]; then | ||
- | echo " | + | echo " |
exit | exit | ||
fi | fi | ||
Line 17: | Line 17: | ||
# prefix | # prefix | ||
- | prefix=$(echo $output | sed ' | + | prefix=$(echo $output | sed 's/\..*//') |
# starting record offset | # starting record offset | ||
Line 91: | Line 91: | ||
# merge geojson files | # merge geojson files | ||
- | jq -c ' | + | jq ' |
</ | </ | ||
howtos/how_to_download_features_using_the_arcgis_rest_api.1727184543.txt.gz · Last modified: by hcho