question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues with overlay - oversimplifies in some cases, not sure what's wrong

See original GitHub issue

Two geodataframes with boundaries (census tracts and proprietary boundaries): image

after splits = gp.overlay(nhds, cts, how='intersection') result is weired:

image

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:20 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
ozakcommented, Feb 22, 2018

@Casyfill I think that is what the geodataframe function is_valid does. Usually something like df.geometry = df.geometry.buffer(0) solves simple issues that cause geometries to not be valid.

1reaction
jorisvandenbosschecommented, Feb 22, 2018

well, I will dig into the gdal issues then, I guess

You could try to create a new clean environment? (that’s what also solved it in the issue you linked to). I suppose the problem is that you updates some libraries with conda-forge, and there is some conflict between other libraries from the default channel.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Don't Be Addicted: The Oft-Overlooked Dangers of Simplification
Our failure to recognize that there is a trade-off between relying on simplifications and our ability to exploit the many opportunities that a...
Read more >
Understanding Our Rocky Relationship with Concrete Overlays
Concrete Decor columnist Chris Sullivan discusses installing concrete overlays.
Read more >
Oversimplification - Bad Arguments - Wiley Online Library
The fallacy of oversimplification occurs when we attempt to make something appear simpler by ignoring certain relevant complexities.
Read more >
Why AI & Overlay Widgets Fail to Protect or Serve
Overlays Affect the Users' Existing Assistive Technology Tools ... This is the most significant. Any person with a disability has their favorite ...
Read more >
Way get info if JavaScriptObject is one of defined overlay objects
My problem is that I don't know what object is created in native code. ... bad case is that it's something else (string,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found