Skip to content

Commit

Permalink
docs: Clarify compression arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Oct 3, 2024
1 parent 7f65356 commit ad88437
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/GeoJSON-compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ Pro compression:

- Saves money on storage
- Saves time and money on transfer of data
- Metadata files are highly compressible, since they have a lot of text strings and repetition

Contra compression:

- Some tools do not seamlessly decompress files
- [AWS CLI issue](https://github.com/aws/aws-cli/issues/6765)
- [boto3 issue](https://github.com/boto/botocore/issues/1255)
- Any files on S3 "[smaller than 128 KB](https://aws.amazon.com/s3/pricing/)" (presumably actually 128 KiB) are treated as being 128 KB for pricing purposes, so there would be no price gain from compressing any files which are smaller than this
- The extra development time to deal with compressing and decompressing would probably not offset the savings

0 comments on commit ad88437

Please sign in to comment.