Show HN: Tile38 – Realtime geofencing and geospatial index
11–20 of 25 posts
Re: Show HN: Tile38 – Realtime geofencing and geospatial index
#12Earlier 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...
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
#13Earlier 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/
Re: Show HN: Tile38 – Realtime geofencing and geospatial index
#14I just today found this interesting project:
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!
Re: Show HN: Tile38 – Realtime geofencing and geospatial index
#15Question : is it possible to do a Nearby query on a geohash ?
Re: Show HN: Tile38 – Realtime geofencing and geospatial index
#16Re: Show HN: Tile38 – Realtime geofencing and geospatial index
#17Re: Show HN: Tile38 – Realtime geofencing and geospatial index
#18Re: Show HN: Tile38 – Realtime geofencing and geospatial index
#19@tidwall: the link to maptiler.org in the readme is broken (it has bad certificate + asks for login & password)
Re: Show HN: Tile38 – Realtime geofencing and geospatial index
#20Tile38 is a great product, we've been using it in production to track, and manage geofences for a large amount of asphalt and cement trucks :)