Skip to content
Snippets Groups Projects
Commit 78571665 authored by Maria Voigt's avatar Maria Voigt
Browse files

deleting 0.1 threshold

parent eb11c024
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ import scala.collection.mutable.{ Map => MMap }
import scala.io.Source
@main
def main(input: Path, output: Path, mapping: Path, years: Seq[Int] = 1999 to 2015, threshold: Double = 0.1, bufSize: Int = 4194304) = {
def main(input: Path, output: Path, mapping: Path, years: Seq[Int] = 1999 to 2015, threshold: Double = 0, bufSize: Int = 4194304) = {
// --- grid id to category mapping
......
......@@ -14,7 +14,7 @@ import scala.collection.mutable.{ Map => MMap }
import scala.io.Source
@main
def main(input: Path, output: Path, mapping: Path, years: Seq[Int] = 1999 to 2015, threshold: Double = 0.1, bufSize: Int = 4194304) = {
def main(input: Path, output: Path, mapping: Path, years: Seq[Int] = 1999 to 2015, threshold: Double = 0, bufSize: Int = 4194304) = {
// --- grid id to category mapping
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment