locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

RasterFrames Methods #668

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR adds two methods to TiledRasterLayer: to_rasterframe and from_rasterframe. These methods will convert a TiledRasterLayer into a RasterLayer and a RasterLayer into a TiledRasterLayer, respectively.

Note: This PR should not be merged until deployment issues with pyrasterframes have been resolved.