rasterframes icon indicating copy to clipboard operation
rasterframes copied to clipboard

Geospatial Raster support for Spark DataFrames

Results 124 rasterframes issues
Sort by recently updated
recently updated
newest added

I found this function on scala source code, but not working on pyrasterframes... I need to make data + nodata = data and not data + nodata> = nodata If...

This PR is created to track the RasterFrames GDAL update progress. Depends on https://github.com/geotrellis/gdal-warp-bindings/issues/100

The function proto should be: `Tile rf_agg_local_percentile(Tile tile, percentile, List[float] probabilities, float relative_error)` The result shoud be a tile with same crs - extent of input tiles (same way of...

enhancement

We are using pyrasterframes v0.8.4 because we've been unable to get a more recent version running in databricks. We are attempting to load rasterframes from S3, but haven't been getting...

Blocked by https://github.com/typelevel/frameless/issues/553

With the focal operations support https://github.com/locationtech/rasterframes/pull/563 and introduction of the `BufferTile` into GeoTrellis https://github.com/locationtech/geotrellis/pull/3419 we got an extra `Tile` type (in addition to the `RasterRef`, `Tile` and `ProjectedRasterTile`). This extra...

For some reason we have `spray-json` in the project deps. This task it to review this dependency usage, may be we can throw it away?

Proj4 CRS type is backed by the ConcurrentHashMap now and a while ago we did [these benchmarks](https://github.com/locationtech/geotrellis/blob/master/bench/src/main/scala/geotrellis/proj4/CRSBench.scala). This isssue is a palceholder to review the [LazyCRS](https://github.com/locationtech/rasterframes/blob/develop/core/src/main/scala/org/locationtech/rasterframes/model/LazyCRS.scala) class, do we need...