geoserver icon indicating copy to clipboard operation
geoserver copied to clipboard

resurrect pgraster community module

Open groldan opened this issue 2 years ago • 0 comments

The removal of GeTools ImageMosaic-JDBC left the pgraster geoserver community module orphan of its gt-imagemosaic-jdbc dependency and hence it wouldn't work anymore.

This PR brings pgraster back, by incorporating the GeoTools code that was on gt-imagemosaic-jdbc, with package refactoring as org.geotools.gce.pgraster and code trimming to only support the postgis-raster extension, instead of all the jdbc extensions it used to.

Checklist

For core and extension modules:

  • [ ] New unit tests have been added covering the changes.
  • [ ] Documentation has been updated (if change is visible to end users).
  • [ ] The REST API docs have been updated (when changing configuration objects or the REST controllers).
  • [ ] There is an issue in the GeoServer Jira (except for changes that do not affect administrators or end users in any way).
  • [ ] Commit message(s) must be in the form [GEOS-XYZWV] Title of the Jira ticket.
  • [ ] Bug fixes and small new features are presented as a single commit.
  • [ ] Each commit has a single objective (if there are multiple commits, each has a separate JIRA ticket describing its goal).

groldan avatar Sep 05 '22 16:09 groldan