Simeon H.K. Fitch
Simeon H.K. Fitch
Thank you Spark 2.4.x
`st_overlaps`: > Returns true if the geometries have some but not all points in common, are of the same dimension, and the intersection of the interiors of the two geometries...
@rbavery Sorry for the delay in responding to this. Can you confirm that *before* you tried to load the model back in that you've called the `withRasterFrames()` method on the...
@rbavery Yeh, the saved workflow looks fine. Have you tried loading it in `local` mode? I'm wondering if it's a YARN deployment thing.... the requisite `jar` and/or `zip` not getting...
@rbavery I'm sorry this continues to be a problem. Would you be able to run the following before you try to load the model and confirm that there's a `rasterframes`...
@rbavery TBH I'm not up on how GeoPySpark is set up and configured. For RasterFrames to work, you'll need the [`rasterframes_2.11` and `rasterframes-datasource_2.11`](https://search.maven.org/search?q=g:org.locationtech.rasterframes) jars in the classpath too. So from...
@jpolchlo Thanks for your help! @rbavery ~Two~ Three things come to mind: 1. Consider trying the most recent version of rasterframes, which is under the `org.locationtech.rasterframes` group ID: `org.locationtech.rasterframes:rasterframes_2.11:0.7.1` 2....
@jpolchlo @rbavery I got a little further with these scripts (but not total success): https://gist.github.com/metasim/c4d1225124fcf53cac2d04330ee3f411 ```python File "/usr/local/Cellar/apache-spark/2.2.1/libexec/python/pyspark/shell.py", line 88, in exec(code) File "read-model.py", line 13, in model_load = PipelineModel.load("test_model")...
@jpolchlo Thanks for the update.... super helpful! Is there some functionality from your fork you want rolled in?
@jpolchlo We *definitely* need buffered tiles in RF, so maybe that will be a good topic of discussion for when I visit!