Skip to content

Commit

Permalink
sync w/ master: feature/proj-support < master
Browse files Browse the repository at this point in the history
  • Loading branch information
klheadley committed Nov 5, 2024
2 parents 7d5099b + 2b760a1 commit c9f6703
Show file tree
Hide file tree
Showing 46 changed files with 4,090 additions and 1,700 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
897 changes: 480 additions & 417 deletions ChangeLog.html

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ or beta, are equally accessible as tarballs through the Github interface.
---
### MB-System Version 5.8 Releases and Release Notes:
---
- Version 5.8.2beta15 October 1, 2024
- Version 5.8.2beta14 September 6, 2024
- Version 5.8.2beta13 August 23, 2024
- Version 5.8.2beta12 August 22, 2024
- Version 5.8.2beta11 August 19, 2024
- Version 5.8.2beta10 August 16, 2024
- Version 5.8.2beta09 August 4, 2024
- Version 5.8.2beta08 July 27, 2024
- Version 5.8.2beta07 June 27, 2024
Expand All @@ -42,6 +48,63 @@ or beta, are equally accessible as tarballs through the Github interface.

---

#### 5.8.2beta15 (October 1, 2024)

Mbmakeplatform: Fixed problems with handling sensor add and sensor modify modes.

Mbgrdviz, mbeditviz, mbnavadjust: Changed the mbview display of swath bounds for selected
navigation to be optional rather than always displayed.

Formats 58 (MBF_EM710RAW) and 59 (MBF_EM710MBA): Fixed preprocessing support for the
Kongsberg M3 multibeam. Added capability to use an MB-System platform file in place of
the sensor offsets embedded in the logged multibeam files.

Mbphotogrammetry: Fixed use of range bounds in filtering the photogrammetric bathymetry.

#### 5.8.2beta14 (September 6, 2024)

Mbphotomosaic: Removed unnecessary --correction-file-color option (redundant with --correction-file)

mbm_grdplot: Fixed -G7 option for plotting images with geodetics defined in world files
rather than embedded as in GeoTiffs. Specifically allows use of png images with transparency.

Formats 232 (MBF_WISSLR) and 233 (MBF_WISSLP): Fixed initial beam flagging by mbpreprocess
for secondary sounding picks (when the lidar was operated in multipick mode)

#### 5.8.2beta13 (August 23, 2024)

Mbphotomosaic: Fixed use of the --dark-image-ignore and --dark-image-multiply options
as parameters embedded in recursive imagelist files.

#### 5.8.2beta12 (August 22, 2024)

Mbnavadjustmerge: Fixed (again, this time hopefully for real) the --reimport-all-files
option so that large projects can be reimported with a single command. Added a
--reimport-survey option.

#### 5.8.2beta11 (August 19, 2024)

Mbnavadjustmerge: Fixed the --reimport-all-files option so that large projects can be
reimported with a single command. Added a --reimport-survey option.

#### 5.8.2beta10 (August 16, 2024)

Mbnavadjustmerge: Added --reimport-file and --reimport-all-files options that reimport
swath files into an mbnavadjust project from the current processed versions of that files.
Each file is broken into the same sections as previously, regardless of any changes to the
settings for the maximum section length or the maximum number of soundings in a section.
The original navigation and attitude data are also preserved, but the bathymetry is changed
to reflect the current processed values. This means that updates to the bathymetry editing
can now be brought into mbnavadjust projects.

Format 71 (MBF_MBLDEOIH): Fixed a compression bug that occasionally resulted in corrupting
the acrosstrack values of the outermost beams of pings when changed data are inserted into
records using the mb_put_all() or mb_insert() functions. The only know manifestation of this
bug was in importing swath data into mbnavadjust projects.

Mbtrnpp: Fixed #ifdefs and Makefile.am files so that mbtrnpp can still be built with the
old autoconf build system, albeit using GCTP for projections rather libproj.

#### 5.8.2beta09 (August 4, 2024)

mb7k2jstar: This program extracts Edgetech sidescan and subbottom data from Reson s7k
Expand Down
Binary file modified ChangeLog.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions src/macros/mbm_grdplot
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ if (!$bounds || !$zbounds || $zmode == 1)
/\S+\s+v_min:\s+(\S+)\s+v_max:\s+(\S+)\s+name:\s+(.+)/;
}
}
if ($color_mode != 6 && $zmin_f >= $zmax_f)
if ($color_mode != 6 && $color_mode != 7 && $zmin_f >= $zmax_f)
{
if ($zbounds)
{
Expand Down Expand Up @@ -1156,7 +1156,7 @@ if (!$bounds || !$zbounds || $zmode == 1)

# check that there are data
if ($xmin_f >= $xmax_f || $ymin_f >= $ymax_f
|| ($color_mode != 6 && $zmin_f >= $zmax_f && !$zbounds))
|| ($color_mode != 6 && $color_mode != 7 && $zmin_f >= $zmax_f && !$zbounds))
{
print "\a";
print "$xmin_f $xmax_f $ymin_f $ymax_f $zmin_f $zmax_f\n";
Expand Down Expand Up @@ -1222,7 +1222,7 @@ if (!$zbounds)

# check that there are data
if ((!$use_corner_points && ($xmin >= $xmax || $ymin >= $ymax))
|| ($color_mode != 6 && $zmin >= $zmax))
|| ($color_mode != 6 && $color_mode != 7 && $zmin >= $zmax))
{
print "\a";
die "Improper data limits: x: $xmin $xmax y: $ymin $ymax z: $zmin $zmax\n$program_name aborted.\n"
Expand Down
Loading

0 comments on commit c9f6703

Please sign in to comment.