-
Comments for https://www.endpointdev.com/blog/2021/03/spatial-queries-with-mysql/
By Juan Pablo Ventoso
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
- [ ] add `withinRange(lat,lon,range)` to the query
- [ ] Area
- [ ] Route
- [ ] add `range`to the sort by param
This should by supported by a MySql Spartial Index
https://dev.mysql.com/doc/re…
-
## Add Spatial relationship queries to core Eloquent.
MySQL, PostGres (w/ PostGIS), and SqlServer all have the ability to do spatial queries such as overlaps, crosses, intersects, and contains.
Th…
-
As described here #81 would it be possible to add support for more geospatial queries?
As @durran mentions for example it would be nice to have
`queryable.geo_within_box` and `queryable.where(:field.…
-
-
The examples don't change response when changing the geometry
- http://koop.dc.esri.com/github/smartchicago/chicago-atlas/db::import::zipcodes/FeatureServer/0/query?geometry=-180,-90,180,90
- http://k…
-
Hi.
I'm trying to train SWIN-L backbone based model on hico-det.
```
# Training
DETR=advanced python main.py --backbone swin_large --use-checkpoint \
--drop-path…
-
This should also include the ability to link to each record individually at the least.
-
### What happens?
Writing a file with the spatial extension in duckbb wasm raise a GDAL error (`IO Error: GDAL Error (3): Cannot write feature`).
```sql
COPY table TO 'polygon.geojson' WITH (FORMAT…
-
**Describe the problem**
Spatial `queries` are orders of magnitude slower compared to the same table and data in Postgres.
**To Reproduce**
```sql
CREATE TABLE "user"(
"id" SERIAL NOT N…