viewtif 0.1.3__py3-none-any.whl → 0.1.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: viewtif
3
- Version: 0.1.3
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
@@ -0,0 +1,5 @@
1
+ viewtif/tif_viewer.py,sha256=MGOSrYYe5rJpJRALTNQIHii8JNb5I8vMlo3Edlb09vA,19891
2
+ viewtif-0.1.4.dist-info/METADATA,sha256=Odi7eo1Zx0QlWJhS4hi8bByAPSkciwh80X18ATJaMLY,3391
3
+ viewtif-0.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ viewtif-0.1.4.dist-info/entry_points.txt,sha256=NVEjlRyJ7R7hFPOVsZJio3Hl0VqlX7_oVfA7819XvHM,52
5
+ viewtif-0.1.4.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- viewtif/tif_viewer.py,sha256=MGOSrYYe5rJpJRALTNQIHii8JNb5I8vMlo3Edlb09vA,19891
2
- viewtif-0.1.3.dist-info/METADATA,sha256=AvnZVyR2afhkfRIyNv4FAAc3i-yLnfdEA__5jck7HGc,3174
3
- viewtif-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
- viewtif-0.1.3.dist-info/entry_points.txt,sha256=NVEjlRyJ7R7hFPOVsZJio3Hl0VqlX7_oVfA7819XvHM,52
5
- viewtif-0.1.3.dist-info/RECORD,,