jpolchlo

Results 36 issues of jpolchlo

From a reasonably fresh install, from the `docs` dir, `make html` fails due to needing `sphinx`, `sphinx-rst-theme`, `nbsphinx`, and `pandoc`. There should be a `requirements.txt` in that folder or some...

good first issue

At present, GPS relies on an environment var to tell it how to load the jar resources. This is unnecessary and prevents the loading of jar resources off maven or...

One can create a `gps.Tile` with `None` given as the `no_data_value`. In this case, the transformation to a rasterframe implictly takes 0 as the NODATA value, introducing unwanted NaNs in...

locationtech/rasterframes publishes their jar artifacts to Maven central, which allows pyspark to be invoked with a `--packages org.locationtech.rasterframes:pyrasterframes_2.11:${VERSION}` option which automatically downloads the required packages. This is a convenient mechanism...

For the common task of simply displaying an image loaded in memory on the map in the geonotebook interface, we must currently have that image in power of two dimension,...

# Overview This PR updates the scala version to 2.12 and any required dependencies to enable this upgrade. ## Checklist - [x] Add entry to CHANGELOG.md

There is a bug in `ChangesetSource` here: https://github.com/geotrellis/vectorpipe/blob/v2.2.0/src/main/scala/vectorpipe/sources/ChangesetSource.scala#L79 This line should not access `state.yaml` directly, but instead should use the provided filename. This prevents us from using the `###.state.txt` files...

The recent addition of `RobustFeature` (in #147 and #148) permitted `AugmentedDiffSource` to properly handle streams containing bad geometries. This does not, however, permit features with bad data fields. See [this...

This task is blocked until GeoMesa publishes a 2.12-compatible release.

After processing OSM or other inputs into a DataFrame of JTS geometry and added attributes, we may find it useful to produce line-delimited GeoJSON output. Some workflows will prefer this...