Skip to content

Commit

Permalink
Remove environment variable USE_PYGEOS
Browse files Browse the repository at this point in the history
  • Loading branch information
vikineema committed Oct 15, 2024
1 parent 53b42a1 commit bd560c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tools/deafrica_tools/app/animations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
Satellite imagery animation widget, which can be used to interactively
produce animations for multiple DE Africa products.
"""

# Force GeoPandas to use Shapely instead of PyGEOS
# In a future release, GeoPandas will switch to using Shapely by default.
import os

os.environ["USE_PYGEOS"] = "0"

import datetime
import itertools
import json
Expand Down

0 comments on commit bd560c9

Please sign in to comment.