locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
243 stars 46 forks source link

Possible edge case in deser of tile to numpy.ma.MaskedArray #422

Open vpipkt opened 4 years ago

vpipkt commented 4 years ago

see skipped unit test here: https://github.com/locationtech/rasterframes/blob/419a920f54f27b8e14ea743b1d864443f0bdb394/pyrasterframes/src/main/python/tests/RasterFunctionsTests.py#L293-L317

Unsure why this is happening.

See also this similar and passing unit test. https://github.com/locationtech/rasterframes/blob/419a920f54f27b8e14ea743b1d864443f0bdb394/pyrasterframes/src/main/python/tests/PyRasterFramesTests.py#L144-L158