question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Query keys within an arbitrary shape?

See original GitHub issue

This might be a stretch, but in addition to querying for keys within a radius, will it be possible (in the future perhaps) to query for keys within an arbitrary shape (possibly defined as a list of GeoLocations)?

E.g. usage: Check if a point is within a certain city (given that I know a list of GeoLocations that outlines the city).

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
janakagaminicommented, Apr 6, 2016

Yes, exactly that. I’ll give it a try. From a cursory glance at the code it seems I should probably be looking at private boolean locationIsInQuery(GeoLocation location) @ GeoQuery.java

Shout out if I’m way off. Thanks 😃

0reactions
vanniktechcommented, Nov 27, 2017

Totally agree, bounding box and circular shape should be good enough.

Read more comments on GitHub >

github_iconTop Results From Across the Web

range search algorithm for querying shapes in 2D plane that ...
Find and return collection/subset of shapes that are within given rectangular region. ... I know this typical range range-seach/range-query ...
Read more >
Postgres 12 and full text search against arbitrary key-value pairs
building a document from the available key-values using concatenation using both a sub-query and CTE - from testing with a few million rows...
Read more >
About Custom Layout Queries - KLayout
Reports can be sorted by a arbitrary key derived from the current object. ... Within expressions, RBA objects are used to represent shapes...
Read more >
Shape queries | Elasticsearch Guide [8.5] | Elastic
Shape queries edit. Like geo_shape Elasticsearch supports the ability to index arbitrary two dimension (non Geospatial) geometries making it possible to map out ......
Read more >
CA-STD: Scene Text Detection in Arbitrary Shape Based on ...
[25] proposed to extract the feature of gap in images to detect arbitrarily shaped text, which relies on a large number of conventional...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found