whosonfirst / go-whosonfirst-dist

Go package for working with Who's On First distributions
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Investigate gzip-ed distributions #2

Open straup opened 6 years ago

straup commented 6 years ago

Could this be as easy as an io.Copy operation where the reader is a compress/bzip2 thingy and the writer a compress/gzip thingy?

straup commented 6 years ago

https://github.com/whosonfirst/go-whosonfirst-dist/tree/gzip

straup commented 5 years ago

The gzip branch was deleted on 20181129 after merging the archiver branch.

This ticket should be able to be addressed with https://github.com/mholt/archiver that is now included as a vendor dependency.