Skip to content

Commit

Permalink
Fixed package names of SedonaKepler and SedonaPyDeck; do not require …
Browse files Browse the repository at this point in the history
…IPython to (#1260)
  • Loading branch information
Kontinuation committed Feb 28, 2024
1 parent a400788 commit 7e3fe3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions python/sedona/raster_utils/SedonaUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
# specific language governing permissions and limitations
# under the License.

from IPython.display import display, HTML

class SedonaUtils:
@classmethod
def display_image(cls, df):
from IPython.display import display, HTML
display(HTML(df.toPandas().to_html(escape=False)))
3 changes: 2 additions & 1 deletion python/sedona/spark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@
from sedona.register import SedonaRegistrator
from sedona.spark.SedonaContext import SedonaContext
from sedona.raster_utils.SedonaUtils import SedonaUtils
from sedona.maps import SedonaKepler, SedonaPyDeck
from sedona.maps.SedonaKepler import SedonaKepler
from sedona.maps.SedonaPyDeck import SedonaPyDeck

0 comments on commit 7e3fe3a

Please sign in to comment.