-
As a follow up to https://github.com/dotnet/efcore/issues/13752, I'm attempting to use `HasDbFunction` with my `GeoCoordinate` value object to call the database function `STDistance`.
I already ha…
-
base.py line 561 - 571
```
def format_row(self, row):
"""
Decode data coming from the database if needed and convert rows to tuples
(pyodbc Rows are not sliceable).
"""
if s…
-
I imported the Ukraine building data into SQL as Geography objects and found that they were not valid. I simply had to run an update on all geometry and call MakeValid to correct this (took about 4 ho…
-
@Sppangu, @hpblood , and @bmschmidt talked through a strategy of:
1. Filtering the historic streets file to just the street name, the geoid, and the number bounds (removing the geographical featur…
-
Notes from my Jan. 31, 2014 email:
I know that today we were leaning away from the idea of possibly using OGC Domain Features for taxa (discussion threads on Taxonomic Classifiers in #4 & #15), how…
-
Hi guys,
I use inside of DBeaver and old eclipse plugin of a project called ERMaster. Why? Because allow to design databases and export to different types of databases and is the perfect marriage wit…
-
# Self Report - 3
## Tasks
- Make Acceptance Tests [issue 179](https://github.com/Arquisoft/wiq_es1c/issues/179)
- Pending to Update Tests for Merge [Pull Request #227](https://github.com/Arquis…
-
If I select a Georgraphy column, such as SpatialLocation in AdventureWorks.HumanResources.Address I get a nicely formatted JSON representation of the data in the column in SRID 4326 format.
…
-
Should we keep projects in separate schema to reduce index sizes and increase query speed or would it be fast enough to keep everything in the same table? We need more spatial index benchmarks.
-
## Bug description
I'm using PostgresQL with the PostGIS extension and have the following Query:
```typescript
const query = `
SELECT
id
FROM
my_project_prisma2."JobLocation"
WHERE
ST_DW…