Skip to content

Unannotated Examples

Jake Ross edited this page Feb 10, 2022 · 2 revisions

Water

sta water depths --agency CABQ --location YALE* --out out.csv
sta water depths --agency CABQ --location YALE* --out foo.json
sta water depths --agency CABQ --location YALE* --out out.json --last 2
sta water depths --agency CABQ --location YALE* --out out.csv --last 2
sta water elevations --agency CABQ --location YALE* --out out.csv --last 2

Locations

sta locations --within "bernalillo" --verbose --out foo.shp --group True
sta locations --within bernallilo --names-only
sta locations --within bernalillo --names-only --agency CABQ
sta locations --pages 1 --bbox "-108 35, -106 34.9" --verbose --screen
sta locations --pages 1 --bbox "-108 35, -106 34.9" --verbose --screen --out foo.json
sta locations --pages 1 --name "startswith(name, 'AR-')"
sta locations --pages 1 --name "startswith(name, 'AR-')" --verbose
sta locations --pages 1 --agency ISC_SEVEN_RIVERS --verbose
sta locations --pages 1 --agency ISC_SEVEN_RIVERS --verbose --expand Things/Datastreams --screen
sta locations --pages 1 --within "NM:Socorro" --verbose
sta locations --pages 1 --within "NM:Socorro" --verbose --screen
sta locations --pages 1 --within "NM:Socorro" --verbose --screen --expand Things/Datastreams
sta locations --pages 1 --within "NM:Socorro" --verbose --out foo.csv
sta locations --pages 1 --within "NM:Socorro" --verbose --url ose.newmexicowaterdata.org  --screen
sta locations --pages 1 --within "NM:Socorro" --verbose --url ose.newmexicowaterdata.org  --screen --expand Things
sta locations --pages 1 --within "NM:Socorro" --verbose --url ose.newmexicowaterdata.org  --screen --query "Things/properties/driller eq 'REAMY DRILLING'"

Clone this wiki locally