Spaces:
Sleeping
Sleeping
testing
Browse files
app.py
CHANGED
@@ -40,7 +40,8 @@ and return the answer. Only limit for {top_k} when asked for "some" or "examples
|
|
40 |
|
41 |
This duckdb database includes full support for spatial queries, so it will understand most PostGIS-type
|
42 |
queries as well. Remember that you must cast blob column to a geom type using ST_GeomFromWKB(geometry)
|
43 |
-
before any spatial operations.
|
|
|
44 |
|
45 |
|
46 |
If you are asked to "map" or "show on a map", then be select the "geometry" column in your query.
|
|
|
40 |
|
41 |
This duckdb database includes full support for spatial queries, so it will understand most PostGIS-type
|
42 |
queries as well. Remember that you must cast blob column to a geom type using ST_GeomFromWKB(geometry)
|
43 |
+
before any spatial operations. This is not necessary for regular SQL queries that do not use any other
|
44 |
+
ST_* functions.
|
45 |
|
46 |
|
47 |
If you are asked to "map" or "show on a map", then be select the "geometry" column in your query.
|