GeoApp helps to measure geodata with historical instruments such as theodolites, (analogue) levelling instruments and square prisms. It stores measurement results and simultaneously calculates resections, free stations and arcs. The data can also be used for adjustment calculations, but this is not yet implemented.
- Measure geodata with historic instruments
- Store measurement results
- Calculate resections, free stations and arcs
- Future support for adjustment calculations
A build of the application is uploaded to https://geoapp.florian-timm.de and is free to use.
To install GeoApp on your own server, clone the repository and install the dependencies:
git clone https://github.com/FlorianTimm/geo-app.git
cd geo-app
npm install
npm run buildTo start using GeoApp, run the following command
npm start devContributions are welcome! Please fork the repository and create a pull request with your changes.
GeoApp is released under the MIT licence. See the LICENSE file for more details.