Skip to content

Instantly share code, notes, and snippets.

@EHJ-52n
Last active August 29, 2016 13:43
Show Gist options
  • Save EHJ-52n/16cd70e5cc2d9cdce32968fbb8cb3c6c to your computer and use it in GitHub Desktop.
Save EHJ-52n/16cd70e5cc2d9cdce32968fbb8cb3c6c to your computer and use it in GitHub Desktop.
Fix 52N SOS DescribeSensor
wget https://52north.org/files/sensorweb/osgeo-live/52n-sos-osgeo-live-10.0_fix-sensor.sql && sudo su postgres -c "psql -d 52nSOS -f 52n-sos-osgeo-live-10.0_fix-sensor.sql" && rm -fv 52n-sos-osgeo-live-10.0_fix-sensor.sql
@EHJ-52n
Copy link
Author

EHJ-52n commented Aug 29, 2016

Please copy this one liner to an open terminal and execute it. You will need to enter your account's password.

The command downloads, executes, and removes an sql script that fixes the example data in the SOS database on osgeolive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment