Re: implementing a new service postgis

2020-05-25 Thread Patrick Wiener
Hi Florian, I think having a pipeline performing a „point-in-polygon-check“ on gps point data, e.g., to monitor/analyze cars in cities on the fly. This could be valuable in many use cases that I came across in the past. I have some questions/remarks: 1) Since we currently also provide the geo

Re: implementing a new service postgis

2020-05-24 Thread Florian Micklich
Hi Patrick, with internal use I mean that the user don't have to specify e.g. host, db-name to use this feature. All necessary settings will be set internal by default. An example would be a sink called geofence. So a single polygon geometry or multipolygon will be stored in the DB and another

Re: implementing a new service postgis

2020-05-23 Thread Patrick Wiener
Hi Florian, What kind of scenario do you have in mind for what you referred to as „internal use“? Do you want to query some information from the database? Could you elaborate on that? In addition, I’m wondering what does this init sql script do? Create certain databases, schemas, tables etc?