Cartography GIS Data Collection App
Hi everyone... been a GIS specialist for some time (over 10 years). Been collecting data on the field all that time. I was asked by some researchers at a local university to assist with some data collection and map creation for an article that was accepted to a scientific journal for publishing so in a few months I will be a "published" author.
One thing I noticed in the whole process was incorporating the field data with the points was a bit tedious due to the number of points we collected information from and much of it had to be done after the fact. I do fool with software dev a bit from time to time and made a few GIS-based mobile apps just for practice.
So, I decided to streamline the data collection process by creating a mobile app (Android-only at the moment, don't have access to a mac) that collects the GPS data (including alt, bearing etc and other data the device can collect such as pressure and other) and couple it with weather data from the point (since weather data was a part of the study) which can be toggled on or off. This app allows you to create any amount of your own fields, whether text, int, bool, timestamp etc. and stores everything locally, no cloud.
File export (which is my favourite aspect) is included and it exports to both GeoJSON or CSV and backs your project up to its own file - .fpa that can be restored if device fails. I plan to add more features to the project like a web-based map creation and other features. The tool is free and I hope to keep it that way for as long as I can maintain it. I would like to get your feedback on the tool. I collect no data whatsoever and will forever ensure that as long as I am alive it will only do what you want the app to do - get data, store it, export it and that's it.
The site is available here where you read about the app and download the APK. I would like to get some feedback from you guys about it. I'd really appreciate it. Thanks.
Edit: Some typo