Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8955657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:36:18+00:00 2026-06-15T14:36:18+00:00

I try to merge two Shapely Objects in my Python Project. There is a

  • 0

I try to merge two Shapely Objects in my Python Project.
There is a sort of kind of manual that describes some features of Shapely such as cascaded_union() but I that only works for Polygons. The shapely.ops.unary_union() method should work for other geometries as well but I can’t get it to work.

In a nutshell: how do I merge 2 LinearRing Objects?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T14:36:18+00:00Added an answer on June 15, 2026 at 2:36 pm

    I actually solved the problem myself.

    p1 = Polygon(ring.coords) 
    p2 = Polygon(ring2.coords)
    

    to make polygons from my rings. then I create an array with those polygons. merge them with cascaded_union and create a LinearRing from the new polygon.

    pols = [p1, p2] 
    new_pol = ops.cascaded_union(pols) 
    new_ring = LinearRing(new_pol.exterior.coords)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Assume that you have two IEnumerbale objects. How we can merge them (in some
Could I merge two catches in PHP? try { // some code } catch
In my EJB project deployed on WAS 6.1, when I try to call EntityManamger.merge(obj),
I'm attempting to merge two projects in visual studios 2008 The project I am
What would anyone consider the most efficient way to merge two datasets using Python?
I try to merge two branches - master (current) and UrlHandlePoint (unactive): $ git
listview want to merge two different arraylist into one adapter. i try using the
I want to merge the records of two IQueryable lists in C#. I try
Is there a way to merge column headers on click of a button but
I am working on a project that uses visual studio's GUI DB designer to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.