-
This issue began on Sept 4, 2024 when changes were made to the system. I reported this issue through several other channels but it was suggested by USGS EROS User Services that I should post it here a…
-
# Summary
This RFC explores the potential of adding additional functionality to XYFlow to allow for more complex graphs while still remaining performant for smaller graphs and the general case.
# Mo…
-
After upgrade to Symfony 7.1, we decided to use longitude-one library.
During the upgrade packages, doctrine/dbal has been updated to version 3.9.1.
We use mysql in version 8.0, but we occured thi…
-
Recent updates to hfsubsetR now generate errors in unit tests that previously passed. Here's an example of a call that no longer works:
```
nldi_feat rlang::last_trace()
Error in `arrow::open_…
-
Currently prisma2 does not support spatial types. This is not exactly an edge case since according to google 9% of sql files on github carry out spatial queries.
I was thinking how that feature cou…
-
- [ ] Contains
- [ ] Crosses
- [ ] Disjoint
- [ ] Intersects
- [ ] Overlaps
- [ ] Touches
- [ ] Within
- [ ] Covers
- [ ] Covered By
-
opened by @tyrasd
Feedback from today's workshop: spatial proximity queries are a very important topic for geographers. An example query would be: calculate all benches that are inside of a park a…
-
I load a dataset of ~11.3 M points into DuckDB using the following sql:
```sql
CREATE TABLE my_points AS
FROM 'input_data.csv';
INSTALL spatial;
LOAD spatial;
ALTER TABLE my_points ADD C…
-
this is a simple example of getting all points within a given bounding box.
```
sta locations --bbox upperleftx, upperlefty, lowerrightx, lowerrighty
```
-
# Use Case 579
## 3D model to store volumetric survey plans
As a user of GeoSPARQL data, I need a 3D model to accurately store information from volumetric survey plans and to conduct analyses fo…