| 240 | == Suggested GSoC Project == |
| 241 | |
| 242 | One useful subset of GPS Sharing would be to implement a convenient workflow and forms through which users could: |
| 243 | * Upload files of GPX data to share. (Using a file for input and output avoids the issue of expensive hardware.) |
| 244 | * Select data they're interested in, based on (for instance): |
| 245 | * Region (e.g. what city it's in, given a polygon boundary, or other location-based queries). |
| 246 | * Type (e.g. hospital, vehicle). |
| 247 | * Time (e.g. when the points were recorded in the field). |
| 248 | * Maybe select using a map. |
| 249 | * Display on a map. |
| 250 | * Export to a file. |
| 251 | * Maybe tie this to the "Save Searches" project so the user could record their queries. |
| 252 | * An extension of the project would be to allow editing the data. |
| 253 | |
| 254 | |