pingtile 0.0.1a0__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.
pingtile/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .version import __version__
|
pingtile/version.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.0.1-alpha'
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pingtile
|
|
3
|
+
Version: 0.0.1a0
|
|
4
|
+
Summary: Interface to tile sonar mosaics and maps.
|
|
5
|
+
Author: Cameron Bodine
|
|
6
|
+
Author-email: bodine.cs@gmail.email
|
|
7
|
+
Project-URL: Issues, https://github.com/CameronBodine/PINGTile/issues
|
|
8
|
+
Project-URL: GitHub, https://github.com/CameronBodine/PINGTile
|
|
9
|
+
Project-URL: Homepage, https://cameronbodine.github.io/PINGTile/
|
|
10
|
+
Keywords: pingmapper,sonar,ecology,remotesensing,sidescan,sidescan-sonar,aquatic,humminbird,lowrance,gis,oceanography,limnology
|
|
11
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering
|
|
16
|
+
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
17
|
+
Classifier: Topic :: Scientific/Engineering :: Oceanography
|
|
18
|
+
Classifier: Topic :: Scientific/Engineering :: GIS
|
|
19
|
+
Classifier: Topic :: Scientific/Engineering :: Hydrology
|
|
20
|
+
Requires-Python: <3.13
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
Requires-Dist: pinginstaller
|
|
23
|
+
Requires-Dist: pingwizard
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: author-email
|
|
26
|
+
Dynamic: classifier
|
|
27
|
+
Dynamic: description
|
|
28
|
+
Dynamic: description-content-type
|
|
29
|
+
Dynamic: keywords
|
|
30
|
+
Dynamic: project-url
|
|
31
|
+
Dynamic: requires-dist
|
|
32
|
+
Dynamic: requires-python
|
|
33
|
+
Dynamic: summary
|
|
34
|
+
|
|
35
|
+
# PINGTile
|
|
36
|
+
Interface to tile sonar mosaics and maps.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
pingtile/__init__.py,sha256=8zLGg-DfQhnDl2Ky0n-zXpN-8e-g7iR0AcaI4l4Vvpk,32
|
|
2
|
+
pingtile/version.py,sha256=DCcp7WwRg5SYYGQIz_H8TFc2Dbkf47fadbYr-v37dFg,27
|
|
3
|
+
pingtile-0.0.1a0.dist-info/METADATA,sha256=RCtEgwmOxDh77oEDt4TdO3Gdp6j2cUV2vaM7r1aeBWY,1382
|
|
4
|
+
pingtile-0.0.1a0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
pingtile-0.0.1a0.dist-info/top_level.txt,sha256=OUN2_TsJKA8K_WBMT4edcrGLkbTOgTimDz6FFdgzGv0,9
|
|
6
|
+
pingtile-0.0.1a0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pingtile
|