-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/spatialdata_refactor' into spati…
…aldata_refactor
- Loading branch information
Showing
10 changed files
with
1,090 additions
and
888 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,8 +1,4 @@ | ||
from . import datasets as ds | ||
from . import io | ||
from . import plotting as pl | ||
from . import tools as tl | ||
from . import _utils as ut | ||
from . import geometry as geo | ||
from .plotting import _colors as colors | ||
from ._utils import sync | ||
from . import query as qy |
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,9 +1,5 @@ | ||
from ._geometry import ( | ||
count_points, | ||
crop, | ||
get_points, | ||
get_points_metadata, | ||
get_shape, | ||
rename_shapes, | ||
sindex_points, | ||
) | ||
sindex_points | ||
) |
Oops, something went wrong.