geotrellis-server
geotrellis-server copied to clipboard
Tools for building raster processing and display services
The result of map algebra functions such as Fslope and Fhillshade depend on the unit of the projection provided in GetMap or GetCoverage requests, for example results for Fslope and...
Review the code and cleanup types a bit. There should be no unsafe transformations in the code.
Prior to #147 being merged, deploy times took roughly 15% of the length of the build phase. After, it was merged, deploy times became double the length of the build....
This project is becoming unusual in its ambivalence about format / what gets packaged. We've gotten a lot of mileage (and smaller jars) out of delegating a lot of maintenance...
As time have passed the contents of the `core` module has become inconsistent with some components being superseded either by `RasterSource` API or by changes in GeoTrellis core. This epic...
STAC specification is fairly un-opinionated about what kind of assets it actually contains. This makes it difficult to "do the right thing" for all catalogs because there is simply not...
Recent changes added extensive configuration system for WCS, WMS, WMTS endpoints: https://github.com/geotrellis/geotrellis-server/blob/master/ogc-example/docs/conf.md However for debugging and quick inspection it is very useful to be able to start a WCS endpoint...
This issue describes possible questionable GeoTrellis Server design parts. The goal of this issue is to describe concerns and possible steps towards making GeoTrellis Server more a library and less...