Skip to content

Releases: geospatial-jeff/aiocogeo

0.3.0

03 Dec 01:56
f51f714
Compare
Choose a tag to compare

0.3.0 (2020-11-30)

  • Remove unnecessary calls to the thread pool (#89)
  • Add header cache (#90, #94)
    • Renames the ENABLE_CACHE environment variable to ENABLE_BLOCK_CACHE.
    • Adds the ENABLE_HEADER_CACHE environment variable.
  • Restructure test cases (#91)
  • Implement chunking and smarter tag reading to reduce number of requests sent when reading the header (#95)
    • Adds the HEADER_CHUNK_SIZE environment variable (defaults to 16KB).

0.2.7

15 Nov 20:21
e08152d
Compare
Choose a tag to compare
  • Add CompositeReader and STACReader (#70)
  • Align mask recognition with GDAL RFC 15 (#72)
  • Read color interpretation (#75)
  • Improve geokey parsing (#79)

0.1.7

15 Aug 15:28
40730c3
Compare
Choose a tag to compare
  • Add method to read pixel values at a given point (#62)
  • Add method to create downsampled version of the image (#63)
  • Bugfixes (#60, #61)

0.1.6

24 Jun 18:45
ac6cbbf
Compare
Choose a tag to compare
  • Use PIL for resize instead of skimage (#57)

0.1.5

14 Jun 01:43
b2b6e72
Compare
Choose a tag to compare
  • Add support for nodata values (#47)
  • Improve filesystem exception handling (#48)
  • Track header size (#49)
  • Add support for boundless reads (#51)
  • Remove asyncio callbacks (#52)
  • Add support for packbits compressed images (#54)

0.1.4

06 Jun 23:08
ccc1314
Compare
Choose a tag to compare
  • Packages s3 filesystem as install extra (#40)
  • Cache each range request instead of each internal tile (#41)

0.0.3

02 Jun 02:28
a14a370
Compare
Choose a tag to compare
Release 0.0.3 (#39)

* bump version

* add changelog

0.0.2

26 May 03:22
Compare
Choose a tag to compare
add find package, bump version

0.0.1

26 May 03:09
c3eab47
Compare
Choose a tag to compare
Merge pull request #25 from geospatial-jeff/fix-cicd-badge

fix cicd badge url