locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

read and read_to_layout Methods #693

Closed jbouffard closed 5 years ago

jbouffard commented 5 years ago

This PR adds the read and read_to_layout class methods to RasterLayer and TiledRasterLayer respectively. These two methods will utilize geotrellis.contrib.vlm in order to read in data and create these layers.

Note: The read_to_layout method currently does not work due to sampling issues that occur around the edges of the tiles.