Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S shakyground2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Shakemap
  • shakyground2
  • Merge requests
  • !26
The source project of this merge request has been removed.

Use a way stronger compression

Merged Nils Brinckmann requested to merge (removed):use-stronger-compression into master Aug 10, 2021
  • Overview 3
  • Changes 1

The deflate compression is the algorithm used for zip archives. It is loss less and features some more tweaking options in order to get smaller results.

With the usage of quite heavy compression options, we can reduce the usual amount of memory of shakemap geotiff files to need only around 60% of the original size using the lzw algorithm.

Of cause, read and write times will increase. But as the size of a single shakemap is relativly small (our problem with the size is the pure amount that we have for the earthquake explorer), it should not be totally bad to work with those files later.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: use-stronger-compression