Skip to content

Commit d9dcbd8

Browse files
committed
yp
1 parent ac32cb3 commit d9dcbd8

File tree

4 files changed

+69
-613
lines changed

4 files changed

+69
-613
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Geospatial-learn is a Python module for raster and vector manipulation and using
1313

1414
- The 'learning' module is for applying creating ML models and applying them to raster and vector data. This is all based around sklearn, xgboost and t-pot.
1515

16-
- The 'handyplots' module contains a few simple functions that may be useful e.g. plot a classifcation report, confusiona matrix etc.
16+
- The 'handyplots' module contains a few simple functions that may be useful e.g. plot a classifcation report, confusion matrix etc.
1717

1818

1919
- The 'utils' module is full of stuff which is yet to be given a home that makes sense and may not all be doc'd - take a look...

geospatial_learn/raster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# -*- coding: utf-8 -*-
33
"""
4-
The geodata module.
4+
The raster module.
55
66
Description
77
-----------

0 commit comments

Comments
 (0)