You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Domain class has a shape method which returns the (y, x) tuple. The method is inherited by the Nansat object and widely used. The idea is to make a shape property instead of the method. It will be more consistent with the numpy then.
TODO
Create a shape property in the Domain class by analogy with the existing shape method
Create a deprication warning in the shape method
Fix the mappers and all other code using the shape method
Fix the tests
The text was updated successfully, but these errors were encountered:
Idea
The
Domain
class has ashape
method which returns the (y, x) tuple. The method is inherited by theNansat
object and widely used. The idea is to make ashape
property instead of the method. It will be more consistent with thenumpy
then.TODO
Create a
shape
property in theDomain
class by analogy with the existingshape
methodCreate a deprication warning in the
shape
methodFix the mappers and all other code using the
shape
methodFix the tests
The text was updated successfully, but these errors were encountered: