pingmapper 5.0.18__py3-none-any.whl → 5.0.19__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pingmapper/funcs_rectify.py +7 -7
- pingmapper/version.py +1 -1
- {pingmapper-5.0.18.dist-info → pingmapper-5.0.19.dist-info}/METADATA +1 -1
- {pingmapper-5.0.18.dist-info → pingmapper-5.0.19.dist-info}/RECORD +8 -8
- {pingmapper-5.0.18.data → pingmapper-5.0.19.data}/data/pingmapper_config/default_params.json +0 -0
- {pingmapper-5.0.18.dist-info → pingmapper-5.0.19.dist-info}/WHEEL +0 -0
- {pingmapper-5.0.18.dist-info → pingmapper-5.0.19.dist-info}/licenses/LICENSE +0 -0
- {pingmapper-5.0.18.dist-info → pingmapper-5.0.19.dist-info}/top_level.txt +0 -0
pingmapper/funcs_rectify.py
CHANGED
|
@@ -246,15 +246,15 @@ def smoothTrackline(projDir='', x_offset='', y_offset='', nchunk ='', cog=True,
|
|
|
246
246
|
|
|
247
247
|
if curTransect == t:
|
|
248
248
|
# Get second to last row of previous chunk
|
|
249
|
-
lastRow = sDF[sDF['chunk_id'] == i-1].iloc[
|
|
249
|
+
lastRow = sDF[sDF['chunk_id'] == i-1].iloc[-2]
|
|
250
250
|
|
|
251
251
|
# Update current chunks first row from lastRow
|
|
252
|
-
sDF.at[curRow, "lons"] = lastRow["lons"]
|
|
253
|
-
sDF.at[curRow, "lats"] = lastRow["lats"]
|
|
254
|
-
sDF.at[curRow, "utm_es"] = lastRow["utm_es"]
|
|
255
|
-
sDF.at[curRow, "utm_ns"] = lastRow["utm_ns"]
|
|
256
|
-
sDF.at[curRow, "cog"] = lastRow["cog"]
|
|
257
|
-
sDF.at[curRow, "instr_heading"] = lastRow["instr_heading"]
|
|
252
|
+
sDF.at[curRow, "lons"] = float(lastRow["lons"])
|
|
253
|
+
sDF.at[curRow, "lats"] = float(lastRow["lats"])
|
|
254
|
+
sDF.at[curRow, "utm_es"] = float(lastRow["utm_es"])
|
|
255
|
+
sDF.at[curRow, "utm_ns"] = float(lastRow["utm_ns"])
|
|
256
|
+
sDF.at[curRow, "cog"] = float(lastRow["cog"])
|
|
257
|
+
sDF.at[curRow, "instr_heading"] = float(lastRow["instr_heading"])
|
|
258
258
|
# sDF.at[curRow, 'pixM'] = lastRow['pixM']
|
|
259
259
|
|
|
260
260
|
del lastRow
|
pingmapper/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '5.0.
|
|
1
|
+
__version__ = '5.0.19'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pingmapper
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.19
|
|
4
4
|
Summary: Open-source interface for processing recreation-grade side scan sonar datasets and reproducibly mapping benthic habitat
|
|
5
5
|
Author: Cameron Bodine, Daniel Buscombe
|
|
6
6
|
Author-email: bodine.cs@gmail.email
|
|
@@ -7,17 +7,17 @@ pingmapper/class_sonObj.py,sha256=YLAn2TPQeX1R8I4IxG2ri--bp3RMZHVM4F_Nhr3h3ww,78
|
|
|
7
7
|
pingmapper/class_sonObj_nadirgaptest.py,sha256=DSFgjEgpwPgDZslw0vXGGBNFYlcoUa2Ufbr8i_Uqdhc,76915
|
|
8
8
|
pingmapper/funcs_common.py,sha256=0uZErbrWZ_jhOLOc-CT--8OX4eHF9qE_E5Wwy60aSvQ,15300
|
|
9
9
|
pingmapper/funcs_model.py,sha256=K3dLDSqS7_4e0tzNy0jD9ms6Q7N14XrPFHMFUYmA6nI,9854
|
|
10
|
-
pingmapper/funcs_rectify.py,sha256=
|
|
10
|
+
pingmapper/funcs_rectify.py,sha256=QdCvy0Yw2cou6QkXaoHFOAhlLQCp70KxVCjdLbLjNbo,12458
|
|
11
11
|
pingmapper/gui_main.py,sha256=yW50qv2pNM4C10_W2-uj881EAl9SX6h67GwxPSn-l9U,34682
|
|
12
12
|
pingmapper/main_mapSubstrate.py,sha256=l16mSGiAyeOD2gUyFdTXcyRQhrOMJ_vy-wQzyAWHXzM,20967
|
|
13
13
|
pingmapper/main_readFiles.py,sha256=v6qthTlc90EGYZK5G4IDCaVxMknPB-SIlwuiUd4V_aI,56153
|
|
14
14
|
pingmapper/main_rectify.py,sha256=QEcnQBNRrp31Vl2EsInDW8J_rG-_fVNMcmkuL9o1waw,19953
|
|
15
15
|
pingmapper/test_PINGMapper.py,sha256=-SYMsdK-tTodXp5dCFSWPn-KRN7-OjX6OwjQ2-8hQg0,14176
|
|
16
16
|
pingmapper/test_time.py,sha256=uHT0mtLDP1J6w-snoELyk4UzZ2LrDeF6jGgJJVloalg,750
|
|
17
|
-
pingmapper/version.py,sha256=
|
|
18
|
-
pingmapper-5.0.
|
|
19
|
-
pingmapper-5.0.
|
|
20
|
-
pingmapper-5.0.
|
|
21
|
-
pingmapper-5.0.
|
|
22
|
-
pingmapper-5.0.
|
|
23
|
-
pingmapper-5.0.
|
|
17
|
+
pingmapper/version.py,sha256=9_cjoWl_LjaGTvYXLhAKQAaG-_NvW8dHzl4KIVHys-I,22
|
|
18
|
+
pingmapper-5.0.19.data/data/pingmapper_config/default_params.json,sha256=NCFcjj7MF0y7ur7ufX3qwmoPjav1ICEpsi8tzVJaqRw,1305
|
|
19
|
+
pingmapper-5.0.19.dist-info/licenses/LICENSE,sha256=lowDp_th1CGR0Z224a-jYRi-oNFe_0fdldL3USXhX-k,1095
|
|
20
|
+
pingmapper-5.0.19.dist-info/METADATA,sha256=iMVtdrIpIrSuFZXrbOvATZgBfk-H0lKPiddBqBTZ4EM,9203
|
|
21
|
+
pingmapper-5.0.19.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
22
|
+
pingmapper-5.0.19.dist-info/top_level.txt,sha256=RlV4sDoE3uIIDzNMOjN2t012Ia_jsblNVojJvg4q84w,11
|
|
23
|
+
pingmapper-5.0.19.dist-info/RECORD,,
|
{pingmapper-5.0.18.data → pingmapper-5.0.19.data}/data/pingmapper_config/default_params.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|