viewtif 0.1.3__tar.gz → 0.1.4__tar.gz
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.
- {viewtif-0.1.3 → viewtif-0.1.4}/PKG-INFO +8 -1
- {viewtif-0.1.3 → viewtif-0.1.4}/README.md +7 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/pyproject.toml +1 -1
- {viewtif-0.1.3 → viewtif-0.1.4}/.gitignore +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/README.md +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/ECOSTRESS_LST.tif +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/HLS_B02.tif +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/HLS_B03.tif +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/HLS_B04.tif +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/Zip_Codes.cpg +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/Zip_Codes.dbf +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/Zip_Codes.prj +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/Zip_Codes.shp +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/examples/sample_data/Zip_Codes.shx +0 -0
- {viewtif-0.1.3 → viewtif-0.1.4}/src/viewtif/tif_viewer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: viewtif
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Simple GeoTIFF viewer with optional shapefile overlay.
|
|
5
5
|
Project-URL: Homepage, https://github.com/nkeikon/tifviewer
|
|
6
6
|
Project-URL: Source, https://github.com/nkeikon/tifviewer
|
|
@@ -32,6 +32,13 @@ You can visualize single-band GeoTIFFs, RGB composites, and shapefile overlays i
|
|
|
32
32
|
pip install viewtif
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
+
If you want to enable shapefile overlays, install with optional dependencies:
|
|
36
|
+
```bash
|
|
37
|
+
pip install "viewtif[geo]"
|
|
38
|
+
```
|
|
39
|
+
Note for macOS(zsh) users:
|
|
40
|
+
Make sure to include the quotes, or zsh will interpret it as a pattern.
|
|
41
|
+
|
|
35
42
|
## Quick Start
|
|
36
43
|
```bash
|
|
37
44
|
# View a GeoTIFF
|
|
@@ -12,6 +12,13 @@ You can visualize single-band GeoTIFFs, RGB composites, and shapefile overlays i
|
|
|
12
12
|
pip install viewtif
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
+
If you want to enable shapefile overlays, install with optional dependencies:
|
|
16
|
+
```bash
|
|
17
|
+
pip install "viewtif[geo]"
|
|
18
|
+
```
|
|
19
|
+
Note for macOS(zsh) users:
|
|
20
|
+
Make sure to include the quotes, or zsh will interpret it as a pattern.
|
|
21
|
+
|
|
15
22
|
## Quick Start
|
|
16
23
|
```bash
|
|
17
24
|
# View a GeoTIFF
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|