Use on GIS possible?

#1

Do you have any plan to integrate GIS to objectdb like PostgreSQL's PostGIS.

Its not hard to implement with AI in these days...

Like searching Point , Polygon , geojson etc... 

#2

Waow , if we can use objectdb like simple fast persistent hashmap we can use uber h3 java for geo.

Its written in C++ :

https://github.com/uber/h3

Also there is wrapper for java use:
https://github.com/uber/h3-java

check here:

https://chatgpt.com/share/68c3d225-bf7c-8001-8ca0-8d209200b04e

 

Reply