Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once installed you should see a "Sensors" entry in the top menu of Clowder, alongside "Help".

 

Customization

The following values can be changed in clowder/custom/custom.conf.

Postgres user configuration:
  • postgres.user=medici
  • postgres.password=postgresPassword

Location where data for geostream API calls will be cached:

  • geostream.cache=/tmp/medici
  • geostream.dashboard.url=""

These properties are used when the geostreaming service returns data as type CSV instead of JSON:

  • json2csv.ignore="type,geometry|type"
  • json2csv.fixgeometry=true
  • json2csv.seperator=|
  • json2csv.hideprefix=true


Geography vs. Geometry

PostGIS offers two spatial types, "geometry" and "geography".

...