Skip to content

danielduhh/atlas-checks

 
 

Repository files navigation

Atlas Checks

Build Status quality gate Maven Central CircleCI


The Atlas Checks framework and standalone application are tools to enable quality assurance of Atlas data files. For more information on the Atlas mapping file format please see the Atlas project in Github.

Starting with Atlas Checks

Please see the contributing guidelines!

Requirements

To run Atlas Checks the following is required:

  1. OpenJDK 11
  2. Gradle
  3. Git Command Line Tools

Run Atlas Checks

To start working with Atlas Checks follow the steps below:

  1. Clone Atlas Checks project using the following command git clone https://github.com/osmlab/atlas-checks.git
  2. Switch to newly created directory: cd atlas-checks
  3. Execute ./gradlew run

This command will build and run Atlas Checks with all the default options against a sample Atlases of Belize downloaded from here. GeoJSON output will be produced that contains all the results found from the run. Those outputs will be found in atlas-checks/build/examples/data/output. For more information on running Atlas Checks as a standalone application click here.

Working with Configuration

See configuration docs for more information about the configuration files that can be used to define specific details around the Atlas Checks application.

Running Atlas Checks in Spark Cluster

Atlas Checks have been developed to take advantage of distributed computing by running the checks in Spark. For more information on Spark see spark.apache.org. Running Atlas Checks locally is already executed within a local Spark environment on your machine, so running Spark in a cluster is simply a matter of updating the configuration. For more information see Running Atlas Checks in a Spark Cluster

Developing your own Atlas Checks

See Development docs for more information about developing and best practices for new Atlas Checks.

Currently Available Checks

A document with a list of tables for Available checks is available and includes descriptions and links to documentation for each check. Each table is organized by check type.

About

OSM data integrity checks with Atlas

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%