geotrellis.op

table

package table

Visibility
  1. Public
  2. All

Type Members

  1. case class CsvIntMap(path: String, delimiter: String) extends Op2[String, String, Map[(String, String), Int]] with Product with Serializable

    Create a Map of (String,String) => Int from a CSV file of the format: String,String,Int