v2.0.0rc3
stephencpope
released this
04 May 00:20
·
149 commits
to master
since this release
Geo
- The defaulting of
align_pixels
has changed slightly for theAOI
class. Previously it always defaulted to
True
. Now the default isTrue
ifresolution
is set,False
otherwise. This ensures that when specifying
ashape
and abounds
rather than a resolution,theshape
is actually honored. - When assigning a
resolution
to anAOI
, any existingshape
attribute is automatically unset, since the
two attributes are mutually exclusive. - The validation of bounds for a geographic CRS has been slightly modified to account for some of the irregularities
of whole-globe image products, correcting unintended failures in the past.
Catalog
- The default
geocontext
for image objects no longer specifies aresolution
but rather ashape
, to ensure
that default rastering preserves the original data and alignment (i.e. no warping of the source image). - The
Blob.upload
andBlob.upload_data
methods now returnself
, so they can be used in a fluent style. - As with
resolution
, you can now pass acrs
parameter to the rastering methods (e.g.Image.ndarray
,
ImageCollection.stack
, etc.) to override thecrs
of the default geocontext.
Compute
- A bevy of fixes to the client.