-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
cf82f49
commit 032f2c1
Showing
2 changed files
with
24 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Changelog | ||
========= | ||
|
||
v0.4 | ||
---- | ||
|
||
|
||
- :func:`spatialist.auxil.gdalwarp`: optional progressbar via new parameter `pbar` | ||
|
||
- :class:`spatialist.raster.Raster` | ||
|
||
* enabled reading data in zip and tar.gz archives | ||
* :meth:`~spatialist.raster.Raster.bbox` | ||
|
||
+ renamed parameter `format` to `driver` | ||
+ new parameter `source` to get coordinates from the image of the GCPs | ||
|
||
- :func:`spatialist.raster.stack` | ||
|
||
* improved parallelization | ||
* new parameter `pbar` to make use of the new :func:`~spatialist.auxil.gdalwarp` functionality | ||
|
||
- bug fixes |
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ Welcome to spatialist's documentation! | |
|
||
installation | ||
spatialist | ||
changelog | ||
|
||
|
||
|
||
|