water-column-sonar-processing 25.1.6__py3-none-any.whl → 25.1.7__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.

@@ -8,7 +8,8 @@ class Constants(Flag):
8
8
  # Average https://noaa-wcsd-zarr-pds.s3.us-east-1.amazonaws.com/level_2/Henry_B._Bigelow/HB0902/EK60/HB0902.zarr/time/927
9
9
  # chunk size is ~1.3 kB, HB0902 cruise takes ~30 seconds to load all time/lat/lon data
10
10
  # NOTE: larger value here will speed up the TurfJS download of data in the UI
11
- SPATIOTEMPORAL_CHUNK_SIZE = int(2**16) # 2**17
11
+ # Problem interpolating the data: cannot reshape array of size 65536 into shape...
12
+ SPATIOTEMPORAL_CHUNK_SIZE = 16384 # e.g. int(2**14)
12
13
 
13
14
 
14
15
  class Coordinates(Enum):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: water_column_sonar_processing
3
- Version: 25.1.6
3
+ Version: 25.1.7
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.6 -m "Releasing version v25.1.6"
139
+ git tag -a v25.1.7 -m "Releasing version v25.1.7"
140
140
  git push origin --tags
141
141
  ```
142
142
 
@@ -24,11 +24,11 @@ water_column_sonar_processing/processing/batch_downloader.py,sha256=qXoruHdbgzAo
24
24
  water_column_sonar_processing/processing/raw_to_zarr.py,sha256=Sn0_zBT7yYP6abbSTlQBPA6iZSBxeVqPYYSgoroiBEU,17599
25
25
  water_column_sonar_processing/utility/__init__.py,sha256=yDObMOL0_OxKWet5wffK2-XVJgoE9iwiY2q04GZrtBQ,234
26
26
  water_column_sonar_processing/utility/cleaner.py,sha256=bNbs-hopWxtKAFBK0Eu18xdRErZCGZvtla3j-1bTwQw,619
27
- water_column_sonar_processing/utility/constants.py,sha256=UtzFkvH5VE7eb8PzeKUDVt-nX6SOdlHtkul1zycF_Z0,2146
27
+ water_column_sonar_processing/utility/constants.py,sha256=FZ2X4qrxTzy2cCj7oh6-eRm40gH-qh9N27J1Iq0IUWk,2238
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.6.dist-info/LICENSE,sha256=lz4IpJ5_adG3S0ali-WaIpQFVTnEAOucMDQPECUVEYw,1110
31
- water_column_sonar_processing-25.1.6.dist-info/METADATA,sha256=cMqKrx6xaDmiDsNoTsIfdQpherR4uf_6rolTvgGmw-0,5959
32
- water_column_sonar_processing-25.1.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
33
- water_column_sonar_processing-25.1.6.dist-info/top_level.txt,sha256=aRYU4A7RNBlNrL4vzjytFAir3BNnmOgsvIGKKA36tg4,30
34
- water_column_sonar_processing-25.1.6.dist-info/RECORD,,
30
+ water_column_sonar_processing-25.1.7.dist-info/LICENSE,sha256=lz4IpJ5_adG3S0ali-WaIpQFVTnEAOucMDQPECUVEYw,1110
31
+ water_column_sonar_processing-25.1.7.dist-info/METADATA,sha256=PA4RDK_heU1fkxr6CP8qfEu5mFjMa5RuH4vVr5yN-WQ,5959
32
+ water_column_sonar_processing-25.1.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
33
+ water_column_sonar_processing-25.1.7.dist-info/top_level.txt,sha256=aRYU4A7RNBlNrL4vzjytFAir3BNnmOgsvIGKKA36tg4,30
34
+ water_column_sonar_processing-25.1.7.dist-info/RECORD,,