diff --git a/changelog/504.feature.2.rst b/changelog/504.feature.2.rst new file mode 100644 index 00000000..67bb1262 --- /dev/null +++ b/changelog/504.feature.2.rst @@ -0,0 +1,2 @@ +Add `limits_from_wcs` kwarg to `TiledDataset.plot`. +This option (default ``True``) flips each tile to ensure that the WCS coordinate values increase from lower-left to upper-right. diff --git a/changelog/504.feature.rst b/changelog/504.feature.rst new file mode 100644 index 00000000..501016e3 --- /dev/null +++ b/changelog/504.feature.rst @@ -0,0 +1,3 @@ +Update grid orientation of `TiledDataset.plot`. +The grid now has MAXIS1 columns and MAXIS2 rows where MINDEX1 corresponds to column and MINDEX2 corresponds to row. +Additionally, the origin for the grid is now in the lower-left as opposed to the upper-left.