water-column-sonar-resampling 25.9.3__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.
main.py ADDED
@@ -0,0 +1,6 @@
1
+ def main():
2
+ print("Hello from water-column-sonar-resampling!")
3
+
4
+
5
+ if __name__ == "__main__":
6
+ main()
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: water-column-sonar-resampling
3
+ Version: 25.9.3
4
+ Summary: Water Column Sonar Data Reprocessing Project for Warren Tech Capstone 2026
5
+ Author-email: Caitlyn Nguyen <cpnguyen0000@gmail.com>, Logan Lessen <loganlessen@gmail.com>
6
+ Maintainer-email: Caitlyn Nguyen <cpnguyen0000@gmail.com>, Logan Lessen <loganlessen@gmail.com>
7
+ License-Expression: MIT
8
+ Keywords: reprocessing,sonar,water column,zarr
9
+ Requires-Python: >=3.12
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: numpy>=2.3.3
13
+ Requires-Dist: pandas>=2.3.2
14
+ Requires-Dist: scipy>=1.16.2
15
+ Requires-Dist: xarray>=2025.9.0
16
+ Requires-Dist: zarr>=3.1.2
17
+ Dynamic: license-file
18
+
19
+ # water-column-sonar-resampling
20
+ Water Column Sonar Data Reprocessing Project for Warren Tech Capstone 2026
21
+
22
+ ## Reminders
23
+ If you update the patch number in `pyproject.toml` please make sure to also update the patch number (the last number) in `.python-version`
24
+
25
+ To get the most fresh copy of the project run `uv venv` and then sun the source command given `source .venv/bin/activate` -- opens a venv with all of the most up to date packages and code.
@@ -0,0 +1,6 @@
1
+ main.py,sha256=NcS0ve-Q5YrL2WftDZ4XcatrC8B7BVUXaLK2UAu1KNU,107
2
+ water_column_sonar_resampling-25.9.3.dist-info/licenses/LICENSE,sha256=qM27lXCG2zmcTgfeBsxhs97iOalbAq3ylHEY1CVVnjc,1110
3
+ water_column_sonar_resampling-25.9.3.dist-info/METADATA,sha256=UEMc4WEsODvUL_lSAJ4-FUAs4rCxSACbXLzOVZANlak,1121
4
+ water_column_sonar_resampling-25.9.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ water_column_sonar_resampling-25.9.3.dist-info/top_level.txt,sha256=ZAMgPdWghn6xTRBO6Kc3ML1y3ZrZLnjZlqbboKXc_AE,5
6
+ water_column_sonar_resampling-25.9.3.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Cooperative Institutes- Coastal and Marine Geophysics
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.