Skip to content

Commit

Permalink
Merge pull request #6 from asfadmin/rew/reexport-transformer
Browse files Browse the repository at this point in the history
Re-export drop_z_coordinate
  • Loading branch information
reweeden authored Feb 29, 2024
2 parents 9b5dde6 + 13bdc31 commit c0f68b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions geo_extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
polygon_crosses_antimeridian,
)
from geo_extensions.transformations import (
drop_z_coordinate,
reverse_polygon,
simplify_polygon,
split_polygon_on_antimeridian,
Expand All @@ -18,6 +19,7 @@

__all__ = (
"default_transformer",
"drop_z_coordinate",
"fixed_size_polygon_crosses_antimeridian",
"polygon_crosses_antimeridian",
"reverse_polygon",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "geo-extensions"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["Rohan Weeden <reweeden@alaska.edu>"]
license = "APACHE-2"
Expand Down

0 comments on commit c0f68b7

Please sign in to comment.