Jason T Brown

Results 48 issues of Jason T Brown

# What Changed When running auto within our CI pipelines, merges in quick succession can result in the state that the commit to be released is behind the HEAD. The...

minor

Allow for a `max_native_zoom` property in Provider object, which would have the same semantics as [`maxNativeZoom` in Leaflet](https://leafletjs.com/reference-1.2.0.html#gridlayer-maxnativezoom). Honoring this option would require auto-scaling the returned image at `max_native_zoom` to...

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',...

bug

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...

documentation

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...

Ensure our modifications to the incoming URI string work downstream in `VSIPath` for Windows local files.

And enforce other logic like can't read a gdal only format (mrf, jp2) outside the gdal reader. Needs a close look and maybe more extensive unit tests. Possibly also more...