Make the Section
types work with the coordinates of the arrays from xarray
#34
Labels
Milestone
Section
types work with the coordinates of the arrays from xarray
#34
for example, when creating a
StrikeSection
,y=10
should be at the actual coordinatey==10
, not the 10th cell in they
direction. This will be a breaking change, but I feel it is the correct way to handle this as input.One option would be to implement another option
y_cell=10
that is mutually exclusive withy=
, and maintains the functionality of the current api.The text was updated successfully, but these errors were encountered: