Skip to content

Commit

Permalink
new batch approach
Browse files Browse the repository at this point in the history
  • Loading branch information
fitoprincipe committed Jun 26, 2019
1 parent 97db209 commit 7cc033b
Show file tree
Hide file tree
Showing 8 changed files with 929 additions and 902 deletions.
7 changes: 4 additions & 3 deletions geetools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding=utf-8
from __future__ import absolute_import, division, print_function
from __future__ import absolute_import
from ._version import __version__

__title__ = "geetools"
Expand All @@ -15,9 +15,10 @@

try:
from . import tools, bitreader, cloud_mask, expressions, decision_tree,\
filters, indices
filters, indices, batch, algorithms, composite,\
manager, utils, collection
from .ui import eprint
from . import algorithms
from .tools.imagecollection import wrapper
from .batch import Export, Import, Convert, Download
except ImportError:
pass
Loading

0 comments on commit 7cc033b

Please sign in to comment.