rasterframes
rasterframes copied to clipboard
Geospatial Raster support for Spark DataFrames
Hi, I have read the supervised machine learning on the page of "https://rasterframes.io/supervised-learning.html", now I would like to implement Deep Learning similar to “supervised machine learning”, such as "YOLO object...
Hi, I have read the supervised machine learning on the page of "https://rasterframes.io/supervised-learning.html", now I would like to implement Deep Learning similar to “supervised machine learning”, such as "YOLO object...
This might not be an issue, but I could not verify this understanding in the documentation. Here is what I do: Input: Raster "A" (cells with continuous values) Multiple Points...
I would like to include `pyrasterframes` in my project but its requirement for `pyspark==2.4.7` conflicts with other packages that require `pyspark` v3. The conflicting packages are fundamental to my project...
Context: jupyter notebook and conda environment with pyspark 2.3.3 and pyrasterframes 0.8.1 (pip installed) and GDAL 2.4.2 Read the csv catalog attached [render_png_catalog.csv.zip](https://github.com/locationtech/rasterframes/files/3542108/render_png_catalog.csv.zip) Read `raster` datasource with `catalog_col_names = ['B7',...
When using(fully filled with data value) [tiff](https://dsafsadfafdsa.s3.ap-northeast-2.amazonaws.com/202009_crop.tif) `toMultibandRaster` throws null pointer exception,which I still yet cannot understand why there are some null tile in the RasterFrameLayer. Input [geojson](https://dsafsadfafdsa.s3.ap-northeast-2.amazonaws.com/xiangfuqu_2020_9.geojson) Output classified...
Accessing S3 buckets, even with a public bucket, requires passing some Java options along. We also can use java options to choose whether to prefer the GDAL reader and other...
As originally reported on [gitter](https://gitter.im/locationtech/rasterframes?at=5ff46d83ce40bd3cdb21fe26) and then discussed a bit more on [stack overflow](https://stackoverflow.com/a/65618385/2787937). There seems to be something generating a `NullPointerException` deep in the GT internals in the following...