Hey.
We are are wondering if there are any efforts under way for the mitigation of the Log4j CVE in the spatial plugin. Log4J is only used in a couple areas, but it is there. Is there a plan to remove it altogether or update to to the newer version...
Hey.
I have been importing a very large and complex json file. The last bit is giving me some problems.
I am trying to import a series of coordinates and create a polygon. The following is a representative section:
{
"name": "Test",
"type": "OFA"...
Hey,
I am Michael.
Been doing graphs / ontologies for a long time, now.
I currently work for Penn State Applied Research Laboratory (ARL).
We Are...
PENN STATE!
Hey Michael.
Thanks for the reply. I realized that the extra commas and brackets were the first part to tackle.
Here is a snippet of how I solved it:
WITH new_areas, geometryCoordinates, collect([(geoCoord[0]), (geoCoord[1])]) as polys
//convert li...