rasterframes
rasterframes copied to clipboard
Geospatial Raster support for Spark DataFrames
There is a baked in partitions in the reader now. Would be nice to have it be configurable.
With the implementation of https://github.com/locationtech/rasterframes/pull/172, we should be able to port the content in `reference.md` into `rasterfunctions.py` and have the documentation auto generated via Sphinx and deployed along side the...
Currently if a struct / Row contains a `Tile`, `rf_ipython` doesn't do anything special for it. We should try to look inside the nested structure to see if it has...
Things like project version, project description, spark version. etc. Suggest creating a class called `org.locationtech.rasterframes.Info` having a static `main` method whereby command-line invocation of the .jar will provide values from...
To ensure a good pip installation experience for a variety of users, create integration tests for installing the binary distribution. Have CI run these tests. Ideally automate deployment of artifacts...
For SQL registration, a separate pathway for st_reproject is used over the Scala and Python APIs. These should be unified around the `ReprojectGeometry` expression. _Originally posted by @vpipkt in https://github.com/locationtech/rasterframes/pull/137_
Context: * It takes about an hour or so into an analysis to happen * It doesn't happen all the time though * Probably about half the time I get...
I can save a model to s3 but can't load it with the following: ``` from pyspark.ml import PipelineModel model.save("s3://activemapper/test.model") model_load = PipelineModel.load("s3://activemapper/test.model") ``` Documentation indicates this is the way...
API docs link from rasterframes.io goes to Scala. Project page should provide Scala, Python and SQL API docs like in Spark docs page.
Important for combining disparate rasters into a single mosaic.