c3aidti / smoke

Gordon Group space
MIT License
0 stars 0 forks source link

Test new types that use PostGIS geometry fields for smokePPE data #37

Closed dadamsncsa closed 7 months ago

dadamsncsa commented 10 months ago

Description

PostGIS extensions are supported on c3:

In theory GiST indices should operate much faster that traditional b-tree type indices

Overall Approach

Begin by using GeoPointWithMeasure type for a field in place ofGeoSurfaceTimePoint. The 'M measure value will be time ( converted to epoch timestamps.

Steps

PostGIS references

dadamsncsa commented 10 months ago

The C3 support of PostGIS is somewhat limited at the moment, but I think it could still help us...

https://community.c3.ai/t/query-within-bounding-box-on-a-geopointwithmeasure-field/14440