Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation release0.9.0 fix api doc #650

Merged
merged 19 commits into from
Sep 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move import of pyproj to if statement to avoid import on rtd
  • Loading branch information
birgits committed Sep 6, 2023
commit 19812087bf9991b243d0187f3db43a53e194899e
2 changes: 1 addition & 1 deletion etrago/tools/plot.py
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@
import os

from matplotlib import pyplot as plt
from pyproj import Proj, transform
import matplotlib
import matplotlib.patches as mpatches
import numpy as np
@@ -48,6 +47,7 @@
if "READTHEDOCS" not in os.environ:
from geoalchemy2.shape import to_shape
import geopandas as gpd
from pyproj import Proj, transform
from shapely.geometry import LineString, MultiPoint, Point, Polygon

__copyright__ = (