Git Product home page Git Product logo

Comments (6)

anitagraser avatar anitagraser commented on August 20, 2024

I cannot reproduce the issue. It sounds like an issue of correctly adding the scripts to Processing. Please list, in detail, which QGIS versions you are running and exactly which steps you're using.

from qgis-edge-bundling.

paulds8 avatar paulds8 commented on August 20, 2024

At the moment I am running 2.18.12

In Windows I placed the scripts in:
C:\Users\user.qgis2\processing\scripts

And in Ubuntu, I placed them in /home/user/.qgis2/processing/scripts

In both cases I was able to run the clustering scripts and I have created my own scripts that I have placed in these locations in the past.

It almost seems like the rest of the script can't access MiscUtils in my case. Unless I am just interpreting this incorrectly.

I have attached a sample of the data. Hopefully that might help: qgis_bundling_testdata.zip

from qgis-edge-bundling.

anitagraser avatar anitagraser commented on August 20, 2024

I can reproduce the issue with this dataset. The issue is caused by zero length lines. If those are removed, it works.

I'll look into providing a better error message or ignoring those features ...

from qgis-edge-bundling.

paulds8 avatar paulds8 commented on August 20, 2024

Thanks for getting to the bottom of that!

This data represents inter-connectivity between phone calls at a cell site level, so there are many cases where a person phones another person who receives the call through the same cell site.

I will have to find a way of visualizing those cases using an alternative method.

from qgis-edge-bundling.

brylie avatar brylie commented on August 20, 2024

I am experiencing this issue as well. How do you recommend we filter out zero-length lines?

from qgis-edge-bundling.

spatialsparks avatar spatialsparks commented on August 20, 2024

Maybe filter out zero-length lines in bundling algorithm but make a new SHP-file including points of zero length lines (as zero length lines are basically just points)? This way no data gets lost but unused data (zero length lines) are still visualisable in the map?

from qgis-edge-bundling.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.