Grigory

Results 71 issues of Grigory

This is a draft and example of how the shapefile datasource can be implemented. Its functionality is pretty limited: * it can only extract geometry out of a `SimpleFeature` *...

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

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

At this point some GeoWave queries that do not contain all the index dimensions: i.e. the table is indexed with a 3-dim index: geometry + time, but the query contains...

It looks like there is a set of outstanding PRs agains https://github.com/dwins/proj4j which were never merged / ported into this codebase. This task is to track backports progress.

enhancement
help wanted

In case a bit corrupted proj4 string passed (i.e. `“+proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs”1` instead of the correct `“+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0...

bug
enhancement

Issue created by @jfbourgon text is ported from here: https://github.com/locationtech/geotrellis/issues/2146 Trying to parse a proj4 string such as the following: ``` +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +geoidgrids=CGG2013n83a.gtx +vunits=m +no_defs" ```...

enhancement
feature