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

RuntimeError: Unidentified problem with geometry, linestring being re-added #311

Closed
mikewalker92 opened this issue Aug 7, 2013 · 2 comments

Comments

@mikewalker92
Copy link

The following code produces the error

RuntimeError: Unidentified problem with geometry, linestring being re-added

import iris
import matplotlib.pyplot as plt
import iris.quickplot as qplt

fname = iris.sample_data_path('uk_hires.pp')
cubes = iris.load(fname)
cube = cubes[0]

sub_cube = cube[2, 4]

qplt.contourf(sub_cube, 43)
plt.show()
@pelson
Copy link
Member

pelson commented Mar 9, 2015

The "Unidentified problem with geometry, linestring being re-added" is fixed by recent changes to geometry transformation (v0.12.0). Looks like there is still a fruity contour in here though...

@pelson pelson added this to the 0.12 milestone Mar 9, 2015
@pelson
Copy link
Member

pelson commented Mar 9, 2015

Duplicate of #310.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants