Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmcode/osm-testdata
OpenStreetMap Test Data.
https://github.com/osmcode/osm-testdata
openstreetmap
Last synced: about 1 month ago
JSON representation
OpenStreetMap Test Data.
- Host: GitHub
- URL: https://github.com/osmcode/osm-testdata
- Owner: osmcode
- Created: 2014-02-14T15:11:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T09:55:39.000Z (over 3 years ago)
- Last Synced: 2024-07-30T19:45:39.016Z (5 months ago)
- Topics: openstreetmap
- Language: Ruby
- Homepage: https://osmcode.org/osm-testdata/
- Size: 2.69 MB
- Stars: 27
- Watchers: 9
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenStreetMap Test Data Repository
OpenStreetMap data can be quite complex and software using the data difficult
to test. This git repository contains various pieces of OSM data to be used for
testing OSM software. The data is collected at this one location to help all
OSM software projects. Each project still has to decide which tests to perform
and how.## The Test Grid
The `grid` directory contains OSM data organized by test category into a "grid".
The tests are organized cleanly so that they can be easily used from automated
tests. See that directory for more information.## XML Tests
The `xml` directory contains OSM files to test OSM XML file parsers with.
## Other Tests
Other tests that don't fit into the "grid" schema are currently collected in
the `misc` directory. In the future these tests might be organized better. As
they are now, they are not really that useful for automated tests.## License
All files are released into the public domain.
## Author
This repository was created and is maintained by Jochen Topf. Please use github
issues to report bugs and request changes. Or better, send pull requests.