Skip to content

Commit

Permalink
Remove grid functionality completely. Direct to pygeogrids.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Paulik committed Feb 5, 2016
1 parent 68de90b commit 4b4662f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 237 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,3 +1,9 @@
# v0.4.0, unreleased

* Fix bug in validation framework due to error prone string formatting in warnings.
* Remove grid functionality. Use [pygeogrids](https://github.com/TUW-GEO/pygeogrids) from now on.


# v0.3.6, 2015-12-10

* make sure that climatologies are always 366 elements
Expand Down
4 changes: 1 addition & 3 deletions pytesmo/grid/grids.py
Expand Up @@ -24,8 +24,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from pygeogrids.grids import *

from warnings import warn
warn("pytesmo grids are deprecated and will be removed in the future."
warn("pytesmo grids are deprecated and were removed."
" Use pygeogrids instead!")
3 changes: 1 addition & 2 deletions pytesmo/grid/netcdf.py
@@ -1,4 +1,3 @@
from warnings import warn
warn("pytesmo grids are deprecated and will be removed in the future."
warn("pytesmo grids are deprecated and were removed."
" Use pygeogrids instead!")
from pygeogrids.netcdf import *
Empty file removed tests/test_grid/__init__.py
Empty file.
82 changes: 0 additions & 82 deletions tests/test_grid/test_grid.py

This file was deleted.

150 changes: 0 additions & 150 deletions tests/test_grid/test_netcdf.py

This file was deleted.

0 comments on commit 4b4662f

Please sign in to comment.