This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,36 @@ | ||
# Changelog | ||
|
||
## version x.x | ||
## version 0.9 | ||
|
||
- Added a large amount of documentation | ||
- Available at https://satsense.readthedocs.io/en/latest/ | ||
- Includes: | ||
- Installation instructions | ||
- Example notebook for feature extraction | ||
- API Documentation and docstrings | ||
|
||
- Bug fixes: | ||
- Histogram of Gradients | ||
- fixed the absolute sine difference calculation | ||
- Fixed the padding around the data when splitting the generator. | ||
- Fixed the generation of windows | ||
|
||
- Development: | ||
- Added automated versioning | ||
- Increased code maintainability | ||
|
||
## version 0.8 | ||
- Initial release | ||
- Features included: | ||
- Histogram of Gradients | ||
- Pantex | ||
- NDVI | ||
- also available: | ||
- RgNDVI (Red-green based) | ||
- RbNDVI (Red-blue based) | ||
- NDSI (Snow Cover Index) | ||
- NDWI (Water Cover Index) | ||
- WVSI (Soil Cover Index) | ||
- Lacunarity | ||
- SIFT | ||
- Texton |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters