Releases: pblottiere/QSA
Releases · pblottiere/QSA
v1.1.0
What's Changed
- docker: add Python files after installation of dependencies by @JakobMiksch in #68
- Always create parent directory for internal sqlite database by @pblottiere in #73
- Add basic cache entrypoints by @pblottiere in #74
- Clear MapProxy legends cache by @pblottiere in #78
- Add data type and band counts metadata for raster layers by @pblottiere in #80
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Add qsa-plugin, qsa-cli and doc by @pblottiere in #8
- Add raster layer support by @pblottiere in #9
- Add a CHANGELOG file by @pblottiere in #10
- Add basic badges in README by @pblottiere in #11
- Fix projects in cache in qsa-plugin by @pblottiere in #12
- Add qsa-cli stats command by @pblottiere in #13
- fix docs by @JakobMiksch in #14
- Add PostgreSQL support for storing QGIS projects by @pblottiere in #15
- Add doc for raster layer in sandbox by @pblottiere in #16
- Add basic support for raster style by @pblottiere in #17
- Add support for min/max settings in raster style by @pblottiere in #18
- CRS is now optional when adding a layer by @pblottiere in #19
- Manage optional CRS when MapProxy is enabled by @pblottiere in #20
- Optimize raster cache config by @pblottiere in #21
- Add PostGIS support for vector layers by @pblottiere in #22
- Deactivate multithreading by @pblottiere in #23
- Fix get style for raster (and homogenize vector style) by @pblottiere in #25
- Add option to build overview if necessary by @pblottiere in #24
- Add QSA_LOGLEVEL environment variable by @pblottiere in #27
- Add check on epsg code validity by @pblottiere in #29
- Remove log in staticmethod by @pblottiere in #30
- Optimize MapProxy clear cache by @pblottiere in #31
- Homogenize gray band properties with red/green/blue by @pblottiere in #32
- Add buffer for vector layer coverage by @pblottiere in #33
- Optimize min/max statistics computation by @pblottiere in #34
- Revert buffer extent because it leads to invalid GetCapabilities docu… by @pblottiere in #36
- Update QSA app to be used with a proper WSGI HTTP production server... by @pblottiere in #38
- Add singleband pseudocolor renderer by @pblottiere in #39
- Use QGIS 3.38 in sandbox by @pblottiere in #41
- Add support for WMS TIME parameter by @pblottiere in #42
- Add gradient stops for singlebandpseudocolor renderer by @pblottiere in #43
- Adapt docs how to run tests by @JakobMiksch in #49
- Add /api/processing/raster/calculator entrypoint by @pblottiere in #45
- Add /api/processing/raster/histogram by @pblottiere in #52
- Activate legend in MapProxy configuration by @pblottiere in #53
- CI: add unit test without Postgres dependency by @JakobMiksch in #50
- Remove useless print in tests by @pblottiere in #54
- Add MapProxy s3 cache support by @pblottiere in #55
- Move histogram computation in dedicated process by @pblottiere in #56
- Build docker image in CI by @JakobMiksch in #48
- Optimize histogram computation by @pblottiere in #57
- Build 'dev' container image on push to 'main' branch by @JakobMiksch in #61
- Optimize project opening by @pblottiere in #58
- Add global try/except for requests by @pblottiere in #62
- Add badge for CI by @pblottiere in #63
- Prepare v1.0.0 by @pblottiere in #65
- Update badge for v1.0.0 by @pblottiere in #66
New Contributors
- @JakobMiksch made their first contribution in #14
Full Changelog: v0.0.2...v1.0.0
v0.0.2
v0.0.1
Added
- API to create QGIS projects with vector layer and MapProxy cache