Live data from Hacker News

Show HN: Tile38 – Realtime geofencing and geospatial index

github.com

11–20 of 25 posts

Re: Show HN: Tile38 – Realtime geofencing and geospatial index

#12
post #6
post #4

Earlier quoted context omitted.

I'm glad you like the product. Today it's possible to assign a Z coordinate to an object, which allows for querying on Lat/Lon and filtering on Z.

That's really cool! The only other optimization that I wanted to try and do was to use GPU acceleration to support huge numbers of shapes and entities. Something similar to what's described here [0]. I think it would really help for very very large numbers of entities or large complex geometry. [0] - https://devblogs.nvidia.com/thinking-parallel-part-i-collisi...

I think JB originally added Z for zoom level for map tile zoom level, but (having done exactly this for some internal demos) you can totally abuse it for what you want and it works well. Tile38 is a really excellent geospatial database and a lovely codebase.

As for integrating GPU - look at Gorgonia's CU package by Xuanyi Chew that will give you ahead start from using CUDA from Go. Good luck.

Re: Show HN: Tile38 – Realtime geofencing and geospatial index

#13
post #9
post #7

Earlier quoted context omitted.

GPS gives you a 3D fix (lat/lon/height). A common use case in aviation, particularly drones, is avoiding controlled airspace. The height of controlled airspace varies with location - for example a rural area might be 7500ft while near an airport traffic zone it might be only 1000ft or lower.

GPS isn't too great in skyscrapers. In most current gen smartphones GPS can only really pin you to a 16ft resolution on a current gen smartphone in ideal conditions [0]. This gets worse indoors and if the target is moving. [0] - https://www.gps.gov/systems/gps/performance/accuracy/

For airspace it doesn't matter too much. Allowable Mode-C accuracy is something more than 100 feet (I think) to allow for poor sensors, and controllers simply add a buffer.

Re: Show HN: Tile38 – Realtime geofencing and geospatial index

#14
I am just now digging a bit into IFTTT like event driven api pipelines (OS of course) and so the "Automated Events" section on tile38.com hit my attention - niiice!

I just today found this interesting project:

http://www.flogo.io/

and this seems to be a great fit! Very nice toolset!

NO, I am not affiliated, I just liked it. I tried several different things, Flogo seems to have hit a nice spot between "general, but not too generic tool" with easy extensibility but still good usability for gui experiences.

Adding an event capable mapping server to the toolbox triggers exciting ideas!

Thank you very much for making this fantastic project a present to the world! Great!

Post reply on HN