Rob Emanuele

Results 63 issues of Rob Emanuele

The collection spec states: > Collections are strongly recommended to provide summaries of the values of fields that they can expect from the properties of STAC Items contained in this...

new extension

BreakMap is currently specialized, but I suspect that the callout to an unspecialized BTree, and potentially it's usage of unspecialized Option and Either, cause it to box. This issue should...

enhancement

Uzaygezen (which is a dependency of geotrellis-spark, [as seen here](https://github.com/locationtech/geotrellis/blob/5de3a4fcab47bb842dc4bd5948cc1c6b524d205e/spark/build.sbt#L7)) depends on `log4j` directly, instead of depending on the `slf4j` logging interface and allowing users to bring in the logger...

technical debt

We have a [VectorJoin](https://github.com/locationtech/geotrellis/blob/d9ca7d3953a62ef437d1842e6d009d73c33d39e7/spark/src/main/scala/geotrellis/spark/join/VectorJoin.scala#L30) which can efficiently join RDDs of vectors, __with the caveat that the RDDs must be spatially partitioned__. Currently, we don't have a very good way to...

enhancement

There are situations where we want to read files from a TMS-style layer (`/{z}/{x}/{y}`), e.g. the [terrain dataset on aws](https://aws.amazon.com/public-datasets/terrain/). We should be able to read a query-able layer reader...

enhancement

Currently, the path for a layer in either the S3 or Hadoop backends specifies a whole path. This means that, if you were to move the catalog around, the paths...

enhancement

Currently we have a manual process for ingesting data. Some of that manual processing is alleviated by spark-etl, but users are still required to build a project with code that...

enhancement

We want to support the functionality of clipping raster data out in a GeoNotebook. With the TMSData, we'll want to optionally supply a method `get_data` as in here https://github.com/geotrellis/geonotebook/blob/feature/geotrellis/geonotebook/wrappers/raster.py#L120. We...

geonotebook

This issue can simply capture some notes on API design.

The goal of this issue is to cross validate the statistics in the dataset generated by this project for the number of hospital beds per county against external datasources. Any...

Estimate Hospital System Capacity