All Downloads are FREE. Search and download functionalities are using the official Maven repository.

astraea.spark.rasterframes.MetadataKeys.scala Maven / Gradle / Ivy

Go to download

RasterFrames brings the power of Spark DataFrames to geospatial raster data, empowered by the map algebra and tile layer operations of GeoTrellis

The newest version!
package astraea.spark.rasterframes

/**
 *
 * @since 2/19/18
 */
trait MetadataKeys {
  /** Key under which ContextRDD metadata is stored. */
  private[rasterframes] val CONTEXT_METADATA_KEY = "_context"

  /** Key under which RasterFrame role a column plays. */
  private[rasterframes] val SPATIAL_ROLE_KEY = "_stRole"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy