forked from osmlab/atlas-checks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
27 lines (27 loc) · 1.17 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
group=org.openstreetmap.atlas
version=6.3.12-SNAPSHOT
maven2_url=https://oss.sonatype.org/service/local/staging/deploy/maven2/
snapshot_url=https://oss.sonatype.org/content/repositories/snapshots/
project_name="OSM Atlas Checks"
project_description="Tool to run data checks over OSM Atlas data"
project_url=https://github.com/osmlab/atlas-checks
project_license_url=https://github.com/osmlab/atlas-checks/blob/main/LICENSE
project_license_slug="BSD 3 Clause"
project_developer=matthieun
project_scm=scm:git:https://github.com/osmlab/atlas-checks.git
# Run profiles
profile=local
## Local (default)
checks.local.sharded=true
checks.local.configFiles=file://@ROOTDIR@/config/configuration.json
checks.local.input=file://@BUILDDIR@/example/data/atlas/
checks.local.output=file://@BUILDDIR@/example/data/output/
checks.local.outputFormats=flags,geojson,metrics
checks.local.countries=BLZ
#checks.local.pbfBoundingBox=
checks.local.savePbfAtlas=true
checks.local.compressOutput=false
checks.local.startedFolder=file://@BUILDDIR@/example/tmp/
checks.local.cluster=local
checks.local.multiAtlas=true
checks.local.sparkOptions=spark.executor.memory->4g,spark.driver.memory->4g,spark.rdd.compress->true