File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 0.0.5 - 7/5/2020
2
+ - Changed ndvi.py -> multispectral.py
3
+ - Added arvi (multispectral)
4
+ - Added gci (multispectral)
5
+ - Added savi (multispectral)
6
+ - Added evi (multispectral)
7
+ - Added nbr (multispectral)
8
+ - Added sipi (multispectral)
9
+ - Added ` count ` to default stats (zonal)
10
+ - Added regions tools (zonal)
11
+
12
+ ### Version 0.0.4 - 7/4/2020
13
+ - Test Release
14
+
15
+ ### Version 0.0.3 - 7/4/2020
16
+ - Test Release
17
+
1
18
### Version 0.0.2 - 6/24/2020
2
19
- Add Pixel-based Region Connectivity Tool (#52 )
3
20
- Fixes to Proximity Tools (#45 , #37 , #36 )
Original file line number Diff line number Diff line change 30
30
from xrspatial .classify import equal_interval # noqa
31
31
from xrspatial .classify import natural_breaks # noqa
32
32
33
- __version__ = '0.0.4 '
33
+ __version__ = '0.0.5 '
34
34
35
35
36
36
def test ():
You can’t perform that action at this time.
0 commit comments