python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Create line geometry from lat long
I need to create a linestring geometry from lat, long values returned by another query.
Values returned from this query
SELECT LATITUDE, LONGITUDE FROM POINTS
should go into the sdo_ordinate_array
sdo...
user49126
Votes: 0
Answers: 1
Read and Write sdo_geometry field in spark/GeoSpark(Sedona) from Oracle Table
i'm using geospark(sedona) with pyspark:
is possible read from Oracle a sdo_geometry type and write in a table in Oracle with sdo_Geometry field?
in my app:
i'm able to read :
db_table = "(SELECT...
Catanzaro
Votes: 0
Answers: 1
PGA memory limit on spatial query
I'm trying to make a spatial query on two tables with around 10m rows each.
What I'm trying to do is to relate table1 to table2 based on the levenshtein distance of t1 and t2 in a radius of 50m around...

ReineLow
Votes: 0
Answers: 0
sdo_relate ORA-13343: a polygon geometry has fewer than four coordinates
I am trying to do a SDO_relate however it is returning an error.
My code:
ON sdo_relate (f.tls_da_location, ntp.boundary, 'MASK=ANYINTERACT') = 'TRUE'
WHERE ntp.boundary IS NOT NULL
I have tried this...
Marc
Votes: 0
Answers: 1