atlas-checks icon indicating copy to clipboard operation
atlas-checks copied to clipboard

OSM data integrity checks with Atlas

Results 31 atlas-checks issues
Sort by recently updated
recently updated
newest added

### Description: Updating to the latest version of the spotless plugin. There are a number of format changes to be compliant with the latest spotless standards. ### Test Results: Tested...

Despite all encoding options pointing to utf-8 during `gradlew build` the build fails with the following error: `PS B:\CodingStuff\atlas-checks> ./gradlew build` `Task :javadoc` `B:\CodingStuff\atlas-checks\src\main\java\org\openstreetmap\atlas\checks\validation\tag\InvalidCharacterNameTagCheck.java:34: error: unmappable character (0x9D) for encoding...

bug

I am completely new to atlas checks. I ran "gradle run" but it's not working. Can you help me out here? PS C:\WORK\atlas-checks> gradle run FAILURE: Build failed with an...

**Describe the bug** This atlas check looks to be using old data **To Reproduce** Steps to reproduce the behavior: 1. Go to https://maproulette.org/browse/challenges/19130 2. Click on any challenge that is...

bug

when running cloudAtlasCheckControl script to upload flags, if flag count is greater than the MR upload limit the script errors out. Is there a way we can limit the flag...

new feature

AddressStreetNameCheck in Venezuela market has tags addr:street=Av.5 which refers to 'Avenida 5', such as here - https://maproulette.org/challenge/18614/task/95888925 another example is addr:street=Av. Bolivar, referring to 'Avenida Bolivar' identified in the AtlasCheck...

This was initially meant to be a new check, however, after a discussion (look at the comments), this has been turned into a check improvement for [RoadLinkCheck](https://github.com/osmlab/atlas-checks/blob/dev/docs/checks/roadLinkCheck.md). Please find the...

new integrity check

**Which Atlas check is the fix suggestion related to?** Connectivity Check Description: This check identifies nodes that should be connected to nearby nodes or edges Script: https://github.com/osmlab/atlas-checks/blob/e36a240f37344c99a25b00eb42c8e1b77b228a88/src/main/java/org/openstreetmap/atlas/checks/validation/points/ConnectivityCheck.java **Describe more details...

**Describe the bug** FloatingEdgeCheck is supposed to ignore edges inside of airports. It currently does this by checking for overlap with areas that have an aeroway tag. This leaves out...

bug

**Is your feature request related to a problem? Please describe.** When issuing the Sharded Atlas Checks to spark there is a way to specify a URL to the atlas checks...

new feature