Skip to content

Commit 8cecfe3

Browse files
committed
new version
1 parent 09161f9 commit 8cecfe3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ _Intelligent and comprehensive swath analysis_
1717

1818
## Features
1919

20-
- :gem: **intelligent**: objectively identify irregular boundries using elevation, slope, tpi, or other raster analyses.
21-
- :milky_way: **comprehensive**: cuvilinear and circular swath analyses, reclassification of swath data, cross-swath, slice and histogram, etc.
22-
- :two_women_holding_hands: **compatible**: work seamlessly with gis software.
23-
- :anchor: **dependencies**: numpy, matplotlib, gdal, scipy and shapely.
20+
- :gem: **Intelligent**: objectively identify irregular boundries using elevation, slope, tpi, or other raster analyses.
21+
- :milky_way: **Comprehensive**: cuvilinear and circular swath analyses, reclassification of swath data, cross-swath, slice and histogram, etc.
22+
- :two_women_holding_hands: **Compatible**: work seamlessly with gis software.
23+
- :anchor: **Dependencies**: numpy, matplotlib, gdal, scipy and shapely.
2424

2525
## Documentation
2626
Read the documentation at: https://pyosp.readthedocs.io/en/latest/index.html

pyosp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.1.3'
3+
__version__ = '0.1.4'
44

55
from .curvsp import *
66
from .cirsp import *

0 commit comments

Comments
 (0)