-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1117 from debrief/develop
New release
- Loading branch information
Showing
14 changed files
with
265 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SQLAlchemy==1.4.* | ||
SQLAlchemy==1.4.27 | ||
geoalchemy2>=0.9.4 | ||
psycopg2==2.8.* | ||
pint==0.14 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.0.34 | ||
current_version = 0.0.35 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<html> | ||
<head> | ||
<style type="text/css"> | ||
<!-- | ||
span.msgcontent { color: #0 } | ||
--> | ||
</style> | ||
</head> | ||
<body> | ||
<div msgid="34bbb=34236"> | ||
<font><tt>[23112654A]</tt></font><font><b><a href="">SPLD_ME</a></font></b><font>Modern 2 - <br>no i tag<br>but has multiple<br>breaks</font> | ||
</div> | ||
<div msgid="34bbb=34235"> | ||
<font><tt>[06010709A]</tt></font><font><b><a href="">SPLD_XO</a></font></b><font>Modern 2 - no i tag - no breaks</font> | ||
</div> | ||
</body> | ||
</html> |
23 changes: 23 additions & 0 deletions
23
tests/sample_data/wecdis_files/multiple_pos_hdg_vel_sources.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
$POSL,DZA,20211101,010230.123,012345678*21 | ||
$POSL,SOUND,ON*10 | ||
$POSL,CHART,LOAD,A:/File/Path,1234,SOURCE,1,01 Nov 2021, 2 Nov 2021*A01 | ||
$POSL,VER,Some text,License,2020 Jun 08, S123*0D | ||
$POSL,VNM,NONSUCH*5C | ||
$POSL,PDS,11.1,M*00 | ||
$POSL,POS,GPS,1234.1678,N,01234.1678,W,10.01,,Some text,N,,,,,*45 | ||
$POSL,HDG,200.0,*CA | ||
$POSL,DZA,20211101,010233.010,012345678*18 | ||
$POSL,POS,GPS,1234.1678,N,01234.1678,W,10.01,,Some text,N,,,,,*45 | ||
$POSL,DZA,20211101,010305.010,012345678*18 | ||
$POSL,HDG1,201.0,*CA | ||
$POSL,POS1,GPS,1235.0678,N,01236.1678,W,10.01,,Some text,N,,,,,*45 | ||
$POSL,POS2,GPS2,1235.0678,N,01236.1678,W,10.01,,Some text,N,,,,,*45 | ||
$POSL,PDS,19.7,M*00 | ||
$POSL,HDG,201.2,*CA | ||
$POSL,HDG2,199.43 | ||
$POSL,VEL,GPS,141.6,3.08,,,*11 | ||
$POSL,VEL,SPL,,,7.2,0.0,7.2*12 | ||
$POSL,VEL2,GPS,123,6.60,a,b,c,d*12 | ||
$POSL,DZA,20211212,010335.010,012345678*18 | ||
$POSL,POS1,GPS,1235.9978,N,01237.1678,W,10.01,,Some text,N,,,,,*45 | ||
$POSL,POS2,GPS2,1235.9978,N,01237.1678,W,10.01,,Some text,N,,,,,*45 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.