You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you run the plot_clip.py vignette with the most recent version of geopandas and earthpy it is failing when you plot the data. The failure message is below. it's oddly not failing when i build docs locally but i see the issue when i run the code.
Traceback (most recent call last):
File "<input>", line 2, in <module>
File "/Users/leahwasser/miniconda3/envs/earthpy-dev/lib/python3.6/site-packages/geopandas/geodataframe.py", line 617, in plot
return plot_dataframe(self, *args, **kwargs)
File "/Users/leahwasser/miniconda3/envs/earthpy-dev/lib/python3.6/site-packages/geopandas/plotting.py", line 525, in plot_dataframe
**style_kwds
File "/Users/leahwasser/miniconda3/envs/earthpy-dev/lib/python3.6/site-packages/geopandas/plotting.py", line 372, in plot_series
ax, lines, values_, color=color, cmap=cmap, **style_kwds
File "/Users/leahwasser/miniconda3/envs/earthpy-dev/lib/python3.6/site-packages/geopandas/plotting.py", line 187, in plot_linestring_collection
segments = [np.array(linestring)[:, :2] for linestring in geoms]
File "/Users/leahwasser/miniconda3/envs/earthpy-dev/lib/python3.6/site-packages/geopandas/plotting.py", line 187, in <listcomp>
segments = [np.array(linestring)[:, :2] for linestring in geoms]
IndexError: too many indices for array
The text was updated successfully, but these errors were encountered:
if you run the plot_clip.py vignette with the most recent version of geopandas and earthpy it is failing when you plot the data. The failure message is below. it's oddly not failing when i build docs locally but i see the issue when i run the code.
The text was updated successfully, but these errors were encountered: