water-column-sonar-processing 25.1.4__py3-none-any.whl → 25.1.5__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.
Potentially problematic release.
This version of water-column-sonar-processing might be problematic. Click here for more details.
- water_column_sonar_processing/cruise/resample_regrid.py +3 -1
- {water_column_sonar_processing-25.1.4.dist-info → water_column_sonar_processing-25.1.5.dist-info}/METADATA +2 -2
- {water_column_sonar_processing-25.1.4.dist-info → water_column_sonar_processing-25.1.5.dist-info}/RECORD +6 -6
- {water_column_sonar_processing-25.1.4.dist-info → water_column_sonar_processing-25.1.5.dist-info}/LICENSE +0 -0
- {water_column_sonar_processing-25.1.4.dist-info → water_column_sonar_processing-25.1.5.dist-info}/WHEEL +0 -0
- {water_column_sonar_processing-25.1.4.dist-info → water_column_sonar_processing-25.1.5.dist-info}/top_level.txt +0 -0
|
@@ -282,7 +282,9 @@ class ResampleRegrid:
|
|
|
282
282
|
print(f"start_ping_time_index: {start_ping_time_index}, end_ping_time_index: {end_ping_time_index}")
|
|
283
283
|
#########################################################################
|
|
284
284
|
# write Sv values to cruise-level-model-store
|
|
285
|
-
|
|
285
|
+
|
|
286
|
+
for fff in range(regrid_resample.shape[-1]):
|
|
287
|
+
output_zarr_store.Sv[:, start_ping_time_index:end_ping_time_index, fff] = regrid_resample.values[:, :, fff]
|
|
286
288
|
#########################################################################
|
|
287
289
|
# TODO: add the "detected_seafloor_depth/" to the
|
|
288
290
|
# L2 cruise dataarrays
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: water_column_sonar_processing
|
|
3
|
-
Version: 25.1.
|
|
3
|
+
Version: 25.1.5
|
|
4
4
|
Summary: Processing tool for water column sonar data.
|
|
5
5
|
Author-email: Rudy Klucik <rudy.klucik@noaa.gov>
|
|
6
6
|
Project-URL: Homepage, https://github.com/CI-CMG/water-column-sonar-processing
|
|
@@ -136,7 +136,7 @@ https://colab.research.google.com/drive/1KiLMueXiz9WVB9o4RuzYeGjNZ6PsZU7a#scroll
|
|
|
136
136
|
# Tag a Release
|
|
137
137
|
Step 1 --> increment the semantic version in the zarr_manager.py "metadata" & the "pyproject.toml"
|
|
138
138
|
```commandline
|
|
139
|
-
git tag -a v25.1.
|
|
139
|
+
git tag -a v25.1.5 -m "Releasing version v25.1.5"
|
|
140
140
|
git push origin --tags
|
|
141
141
|
```
|
|
142
142
|
|
|
@@ -9,7 +9,7 @@ water_column_sonar_processing/aws/sqs_manager.py,sha256=NSUrWmnSC8h8Gf7gT0U8zFaQ
|
|
|
9
9
|
water_column_sonar_processing/cruise/__init__.py,sha256=H5hW0JMORuaFvQk_R31B4VL8RnRyKeanOOiWmqEMZJk,156
|
|
10
10
|
water_column_sonar_processing/cruise/create_empty_zarr_store.py,sha256=ZsFQTDA0gXfQHlxDsXBGD1qQ0ipmx4kS81DcY6ml5Ew,7767
|
|
11
11
|
water_column_sonar_processing/cruise/datatree_manager.py,sha256=Qy4dZCW8_q31lbjxbMsx3JtBS4BvQT17_2P0QD1RQcY,639
|
|
12
|
-
water_column_sonar_processing/cruise/resample_regrid.py,sha256=
|
|
12
|
+
water_column_sonar_processing/cruise/resample_regrid.py,sha256=j_rFqR76ciY8Zd53_Me8XDUpPxart51nKY8PFyE8m9I,14612
|
|
13
13
|
water_column_sonar_processing/geometry/__init__.py,sha256=GIzzc-_7pwEwbOkGpc4i_fmjWI5ymllXqzdHq_d3Rio,299
|
|
14
14
|
water_column_sonar_processing/geometry/elevation_manager.py,sha256=eq9w691WJknPwWYkvO3giKTPleIxCVc2tMGR0e8ZRxQ,4267
|
|
15
15
|
water_column_sonar_processing/geometry/geometry_manager.py,sha256=nz5T1vCDWHYIfQ853EqKYHDetTul7jRWS3y8Evep8QU,10855
|
|
@@ -27,8 +27,8 @@ water_column_sonar_processing/utility/cleaner.py,sha256=bNbs-hopWxtKAFBK0Eu18xdR
|
|
|
27
27
|
water_column_sonar_processing/utility/constants.py,sha256=UtzFkvH5VE7eb8PzeKUDVt-nX6SOdlHtkul1zycF_Z0,2146
|
|
28
28
|
water_column_sonar_processing/utility/pipeline_status.py,sha256=O-0SySqdRGJ6bs3zQe1NV9vkOpmsRM7zj5QoHgzYioY,4395
|
|
29
29
|
water_column_sonar_processing/utility/timestamp.py,sha256=bO0oir7KxxoEHPGRkz9FCBfOligkocUyRiWRzAq8fnU,361
|
|
30
|
-
water_column_sonar_processing-25.1.
|
|
31
|
-
water_column_sonar_processing-25.1.
|
|
32
|
-
water_column_sonar_processing-25.1.
|
|
33
|
-
water_column_sonar_processing-25.1.
|
|
34
|
-
water_column_sonar_processing-25.1.
|
|
30
|
+
water_column_sonar_processing-25.1.5.dist-info/LICENSE,sha256=lz4IpJ5_adG3S0ali-WaIpQFVTnEAOucMDQPECUVEYw,1110
|
|
31
|
+
water_column_sonar_processing-25.1.5.dist-info/METADATA,sha256=TAnHJJy4fCNPj3Dfj3-U8HW57ybmXSiPulIJ575dh-M,5959
|
|
32
|
+
water_column_sonar_processing-25.1.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
33
|
+
water_column_sonar_processing-25.1.5.dist-info/top_level.txt,sha256=aRYU4A7RNBlNrL4vzjytFAir3BNnmOgsvIGKKA36tg4,30
|
|
34
|
+
water_column_sonar_processing-25.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|