Skip to main content

Questions tagged [geospatial]

3 votes
4 answers
869 views

I want to store and find back driver location data in the standard design uber/lyft problem. I was researching about possible system design. Several videos and tutorials usually describe storing ...
codefast's user avatar
  • 179
0 votes
1 answer
127 views

I'm studying to develop an order management system and order dispatch for the couriers, this is a personal project, for study purposes. Some important points about the deliverymen, they are bikers and ...
Carlos Rodrigues's user avatar
1 vote
1 answer
120 views

For a mobile app, we are using the Google APIs for geolocation and geocoding. The basic use case is to find entities within a certain radius (in the range of a couple of kilometers) of each other. ...
ahron's user avatar
  • 165
1 vote
1 answer
606 views

Currently, I have an application generating time series spacial data. The data is weather data with coordinates and a time of reading. I would like to receive chunks of the data in a time series way ...
apollowebdesigns's user avatar
1 vote
2 answers
3k views

A problem been thinking on... I'm on an application that involves two web maps, both showing the same data but in slightly different situations basically (say a different basemap or projection, etc)......
Carson Wood's user avatar
1 vote
0 answers
55 views

I need some help finding references to solutions to this problem. This is the basis of a real-world application I'm working on, rather than an academic problem. There are 4 main objects: Water (...
Software Engineer's user avatar
-1 votes
1 answer
215 views

This is part of a bigger problem, which is to find out if point XYZ exists in any of n (XYZ -> XYZ) "boxes". I'm currently splitting up the problem into a smaller one, by focusing on one dimension ...
Shadowjonathan's user avatar
-3 votes
2 answers
171 views

I have a web service that serves two purposes. On a weekly basis, it syncs records from the GIS DB to a workorder management system's database. On a continual basis, it serves up the records to a web ...
User1974's user avatar
2 votes
1 answer
99 views

I'm trying to figure out what's the proper way of storing and filtering spatial data inside a running program. I have a 2D map of theoretically infinite size. Users generate objects which are placed ...
php_nub_qq's user avatar
  • 2,240
0 votes
2 answers
104 views

Very beginner. Need to compute route from A to B for a robot. i would like to know how to store area map and compute the route. I can compute shortest path etc using algorithms e.g. dijkstra. What ...
Adams's user avatar
  • 47
0 votes
1 answer
70 views

My use case is that I have a real-time broadcast app where users get feed items based on a geolocation, i.e. a user will receive posts that were broadcasted from within a user-defined radius where (s)...
Trace's user avatar
  • 185
3 votes
0 answers
564 views

I'm building a web application, which involves (currently) a REST backend and a frontend SPA. The backend is hosting massive geo-enabled data, and the frontend is displaying it on a mapbox map. I'm ...
Cyril CHAPON's user avatar
1 vote
2 answers
598 views

I have an architecture front-end / back-end, specifically an Android app and a backend. I want that the app user can see different prices and currencies depending on their geo-localization. So my ...
peval27's user avatar
  • 119
4 votes
0 answers
110 views

What are the techniques and technologies that people use to store spatial data over time that performs fast when querying? For example, you have a map where people add data at certain locations over ...
Scott L's user avatar
  • 49
2 votes
0 answers
937 views

I noticed that the Airbnb Android app sends such an intent to open a map app at a particular latitude/longitude: geo:0:0?q=77.77%2C88.88 From my simplistic point of view, they should use the standard ...
Nicolas Raoul's user avatar

15 30 50 per page