Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmlab/observe-tools
Tools to help with osmlab/field-data-collection surveys
https://github.com/osmlab/observe-tools
Last synced: 5 days ago
JSON representation
Tools to help with osmlab/field-data-collection surveys
- Host: GitHub
- URL: https://github.com/osmlab/observe-tools
- Owner: osmlab
- Created: 2017-10-25T21:56:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T21:57:51.000Z (about 7 years ago)
- Last Synced: 2024-08-01T12:32:01.543Z (3 months ago)
- Language: JavaScript
- Size: 194 KB
- Stars: 4
- Watchers: 35
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - osmlab/observe-tools - Tools to help with osmlab/field-data-collection surveys (others)
README
# Surveyor Tools
This contains some supporting tools and experiments for managing
Surveyor-related data.## `compile-survey`
Compiles YAML survey definitions and loads associated presets, fields, and
options.```
./bin/compile-survey /path/to/survey.yaml
```## `server`
A server for importing data into the app during development.
Usage:
```
./bin/server /path/to/example/data.xml
```The server listens at http://127.0.0.1:3000