All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.6.0 - 2024-05-13
- Add Azure RangeReaders #386
- Add GetFeatureInfoExtended support #388
- Add Rasterio Affine Transform support #390
- STAC Assets regex selectors support #388
- GetFeatureInfo and GetFeatureInfoExtended pixel values field name change #389
- WMTSModel add GeoTrellisOgcSource match item #395
- Update GeoTrellis Server deps #396
4.5.0 - 2021-07-10
- Add MosaicRasterSourceIO logging #366
- Use tofu.Mid for the enchanced logging #367
- Add STAC Page Limit option #374
- Expose MAML layers targetCellType #380
- WMS Parent Layer default time should be omitted #368
- Fix WCS DescribeCoverage extents axis ordering #369
- Fix TIFF CellType of identity MAML Layers #375
- Fix InterpolatedColorMap.render function #381
4.4.0 - 2021-04-30
- Service endpoints reject requests with unsupported version parameters #313
- Axis Ordering in a wms getmap #302
- Interoperability of STAC and non-STAC layers in mapalgebra layers #309
- OGC endpoints format parameter and HTTP response mime-type not matching #255
- WMS 1.3.0 Boolean representation #332
- Fix WCS projections support #361
- STAC-example cleanup #363
- WCS services support configuration of
supported-projections
#314 - Add WCS 1.1.0 as the supported version #330
- STAC Collections support #338
- StacAssetRasterSource improvements #326
- StacCollectionRasterSource implementation #340
- WCS Rendering formats support #195
- GeoTrellis Server STAC Package #350
- STAC Collection temporal extents support #347
- OGC Services configurable time representation #324
- Default time period configurable on the WMS layer with a time dimension #325
- STAC Periodic Temporal extent support #354
- WMS GetFeatureInfo #321
- MosaicRasterSource improvements #344
- Update GT Server STAC4S dependency #319
- Unnecessary mandatory parameters on WCS 1.1.1 GetCoverage request #306
4.3.0 - 2021-02-12
- Logging into STAC API Client #293
- BREAKING Typeclasses no longer bind the effect type to IO #284
- Optimize MapAlgebraStacOgcRepositories #291
- Update STAC4s up to 0.0.11 with STAC 1.0.0-beta.1 support #295
- Fix STAC API TemporalExtent JSON representation #293
- XML responses in OGC services include a default namespace #311
4.2.0 - 2020-06-23
- Configurable ResampleMethod in source definitions #229
- Enable TargetCell parameter for focal operations #212
- WMS Extended capabilities and operations #235
- WCS GetCapabilities user defined parameters #237
- WMS GetMap support of extended parameters #236
- WCS GetCoverage support of extended parameters #238
- ColorRampStyle.clampWithColor option to render colors outside the requested render range as colors in the ramp instead of as transparent pixels #220
- Expose overview strategy into the layers configuration #252
- RGB styling configuration #249
- Add STAC Support #263
- Fix ExtentRefication, wcs and wms default behavior when time is not specified for temporal layers #278
- Expose STAC temporal metadata #279
- Support for Time lists in WMS GetCapabilities #259
- Default attribute should not be used to serve response inside Time extent #260
- Enabling Time Dimension for mapalgebrasourceconf on Temporal Layers #262
- The
layers.layer-name.sources
field in application.conf is renamed tosource
and now supports a single RasterSource URI string. Seeogc-example/src/main/resources/application.conf
for examples. type = "simplesourceconf"
should be changed totype = "rastersourceconf"
in application.conf- Remove GeoTrellisRasterSourceLegacy #197
- Receive GPG key while publishing artifacts #271
- Addressed GeoTrellisRasterSourceLegacy issues and minimized number of RasterSource instances constructed for GeoTrellis Layers #219
- Some source resolutions are sometimes skipped leading to reading too much tiles #215
- LayerHistogram should select the CellSize large enough to compute the histogram #261
4.1.0 - 2020-03-03
- Add support for an interpolated version of the color map #161
- Generate WCS 1.1.1 protocol using XSD data model #188
- WCS 1.1.1 GetCoverage Support #192
- RasterSource Catalog #162
- {WCS|WMTS|WMS}Model uses RasterSource catalog #163
- WCS DescribeCoverage may include time TemporalDomain #211
- WCS GetCoverage may include time param
TIMESEQUENCE
#157 - WMS GetCapabilities may include time TemporalDomain #185
- WMS GetMap may include time param
TIME
#175
- GT Server sources are now loaded via the GeoTrellis RasterSource SPI API. Each
sources
definition in your application.conf should be migrated to a list of valid RasterSource SPI URIs #222 - Included split dependencies a la GeoTrellis 3.2 for cats ecosystem libraries #184
- Dropped WCS 1.0.0 support
- Updated MAML up to 0.6.0 #199
- Add ability to configure subset of OGC services #151
- Use default styles appropriately when configured #149
- Use linspace function to ensure correct interpolation of #205
- SLF4J backends have been excluded and marked as Runtime dependencies as necessary to make logging work again #205
- Fixed color interpolation bug related to constructing a range when the step is 0 #111
- Non-integer (floating point) ColorMap keys now work with or without being quoted #187
- Missing
<ows:Title>
and<ows:Abstract>
elements in WCS GetCapabilities response #114 - Layer definition elements unused in WMS GetCapabilities response #115
- Bad assembly strategy #142
4.0.1 - 2019-11-22
- Make publishSettings accessible to aggregate modules
4.0.0- 2019-11-21
- Enable artifact publishing for
opengis
,ogc
, andstac
subprojects #147 - Included more link types based on OGC Features API #176
- Included more OGC specs (sld, se, wfs, filter) #186
- Breaking Update StacItem and StacLinkType compliance and better ergonomics with labeling extension #145
- Breaking Changed Bbox to an ADT #180
- Publish to Sonatype Nexus via CircleCI #138
- Added
Collection
rel
type toStackLink
#167 - Fixed collision with
decoder
method name incirce-fs2
#178 - Breaking Upgrade to GeoTrellis 3.1.0 #182
- Fixed optionality and StacExtent de-/serialization based on a real live STAC #179
- Fixed a bug in
LayerHistogram
sampling that prevented some histograms from being generated #167
3.4.0 - 2019-07-18
- Add support for RGB and RGBA tiffs #137
3.3.8 - 2019-07-10
- Update geotrellis-contrib #135