Closed iamdonovan closed 1 year ago
This PR would merge the following "major" changes into main:
main
setup.py
pyproject.toml
The following is a short summary of the changes made to the different modules.
spymicmac.data:
spymicmac.data
to_wgs84_ellipsoid
spymicmac.matching:
spymicmac.matching
spymicmac.image
spymicmac.micmac:
spymicmac.micmac
run_bascule
run_campari
bascule
campari
spymicmac.orientation
post_process
post_process_micmac.sh
get_autogcp_locations
get_autogcp_locations.sh
spymicmac.orientation:
spymicmac.register
spymicmac.resample:
spymicmac.resample
downsample
resample_hex
rotate_kh4
resample_kh4
spymicmac.register:
spymicmac.tools:
spymicmac.tools
block_orientation
post_process_micmac
This PR would merge the following "major" changes into
main
:setup.py
topyproject.toml
, in line with this recommendation, (#29)code changes
The following is a short summary of the changes made to the different modules.
spymicmac.data
:to_wgs84_ellipsoid
for converting Cop30 DEMs to ellipsoid heightsspymicmac.matching
:spymicmac.image
spymicmac.micmac
:run_bascule
andrun_campari
tobascule
andcampari
, respectivelyspymicmac.orientation
post_process
, replacing the old shell scriptpost_process_micmac.sh
get_autogcp_locations
, replacing the old shell scriptget_autogcp_locations.sh
spymicmac.orientation
:spymicmac.micmac
andspymicmac.register
spymicmac.resample
:downsample
,resample_hex
,rotate_kh4
, andresample_kh4
fromspymicmac.image
spymicmac.register
:spymicmac.tools
:block_orientation
, for combining orientation blocks into a single orientationpost_process_micmac
, replacing previous bash script