Skip to content

Commit

Permalink
Add new modules and increase Python package version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Feb 24, 2024
1 parent d6817d4 commit 65d38d3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pygmtsar/pygmtsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Licensed under the BSD 3-Clause License (see LICENSE for details)
# ----------------------------------------------------------------------------
__version__ = '2024.2.15.post4'
__version__ = '2024.2.21'

# unified progress indicators
from .tqdm_joblib import tqdm_joblib
Expand All @@ -16,13 +16,17 @@
from .datagrid import datagrid
# top level module classes
from .PRM import PRM
from .S1 import S1
from .Stack import Stack
# Sentinel-1 processing functions
from .S1 import S1
# export to VTK format
from .NCubeVTK import NCubeVTK
# ASF downloading
# ASF, AWS, ESA, GMT downloading functions
from .ASF import ASF
# XYZ tiles downloading
from .AWS import AWS
from .ESA import ESA
from .GMT import GMT
# XYZ map tiles downloading
from .XYZTiles import XYZTiles
# a set of utils
# morphology and other helper functions
from .utils import utils

0 comments on commit 65d38d3

Please sign in to comment.