org.heigit.bigspatialdata.oshdb.api.mapreducer.OSMContributionView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oshdb-api Show documentation
Show all versions of oshdb-api Show documentation
API to query the OpenStreetMap History Database. Includes MapReduce functionality to filter, analyze and aggregate data.
package org.heigit.bigspatialdata.oshdb.api.mapreducer;
import org.heigit.bigspatialdata.oshdb.api.db.OSHDBDatabase;
import org.heigit.bigspatialdata.oshdb.api.object.OSMContribution;
public class OSMContributionView {
public static MapReducer on(OSHDBDatabase oshdb) {
return oshdb.createMapReducer(OSMContribution.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy