Skip to content

Commit

Permalink
v.1.3.58
Browse files Browse the repository at this point in the history
  • Loading branch information
Darder committed Aug 7, 2023
1 parent 0f64b9c commit 9fab436
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ SarPy follows a continuous release process, so there are fairly frequent release
Since essentially every (squash merge) commit corresponds to a release, specific
release points are not being annotated in GitHub.

## [1.3.58] - 2023-08-07
### Added
- Added additional tests to test_sicd_elements_geodata.py
### Fixed
- setGeoInfo() definition and typos in GeoData.py.

## [1.3.57] - 2023-08-02
### Added
- Added ability to generate KMZ files from CRSD data.
Expand Down
2 changes: 1 addition & 1 deletion sarpy/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'__license__', '__copyright__']

from sarpy.__details__ import __classification__, _post_identifier
_version_number = '1.3.57'
_version_number = '1.3.58'

__version__ = _version_number + _post_identifier

Expand Down
4 changes: 2 additions & 2 deletions sarpy/io/complex/sicd_elements/GeoData.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def to_dict(self, check_validity=False, strict=DEFAULT_STRICT, exclude=()):

class SCPType(Serializable):
"""
Scene Center Point (SCP) in full (global) image. This should be the the precise location.
Scene Center Point (SCP) in full (global) image. This should be the precise location.
Note that setting one of ECF or LLH will implicitly set the other to it's corresponding matched value.
"""

Expand All @@ -216,7 +216,7 @@ def __init__(
"""
To avoid the potential of inconsistent state, ECF and LLH are not simultaneously
used. If ECF is provided, it is used to populate LLH. Otherwise, if LLH is provided,
then it is used the populate ECF.
then it is used to populate ECF.
Parameters
----------
Expand Down

0 comments on commit 9fab436

Please sign in to comment.