Java/Kotlin client to get Panden from BAG. Alpha version.
BAG stands for Basisregistratie Adressen en Gebouwen. It hosts a WFS service.
See src/test/kotlin/ByPandIdTest.kt
To include it in your gradle-based Java project, put this in build.gradle.kts
:
repositories {
// for transitive dependencies on GeoTools
maven("https://repo.osgeo.org/repository/release/")
mavenCentral()
}
dependencies {
implementation("com.zenmo:bag:0.0.2")
}
This library is only works on the JVM.