Git Product home page Git Product logo

Comments (4)

xtorret avatar xtorret commented on June 29, 2024

Dear Taylor,
It's a bug of 2.1 version, Sometimes the construction of polygon it's done with multi approach. It was not easy to fix it. I thing the best solution is comment the lines of gw_fct_mincut function from114-127:

-- Contruct concave hull for included lines
polygon_aux := ST_Multi(ST_ConcaveHull(ST_Collect(ARRAY(SELECT the_geom FROM anl_mincut_arc)), 0.80));
-- Concave hull for not included lines
polygon_aux2 := ST_Multi(ST_Buffer(ST_Collect(ARRAY(SELECT the_geom FROM v_anl_arc WHERE arc_id NOT IN (SELECT a.arc_id FROM anl_mincut_arc AS a) AND ST_Intersects(the_geom, polygon_aux))), 1, 'join=mitre mitre_limit=1.0'));
--RAISE EXCEPTION 'Polygon = %', polygon_aux2;
-- Substract
IF polygon_aux2 IS NOT NULL THEN
polygon_aux := ST_Multi(ST_Difference(polygon_aux, polygon_aux2));
ELSE
polygon_aux := polygon_aux;
END IF;

from giswater.

xtorret avatar xtorret commented on June 29, 2024

I encourage you to use the 3.1 version. We don't provide support for 2.x version
3.x version will be supported and updated next 2 years at least.

from giswater.

tveinot avatar tveinot commented on June 29, 2024

Oh, I rolled back to giswater 2 because I thought it was easier to work with where it didn't ask for as much information and there was less required fields and domains.
I will try what you suggest and then try to go up to giswater 3.

from giswater.

xtorret avatar xtorret commented on June 29, 2024

We know.
We are translating the user's manual to english (31/12/2018) and also we are working to enhance the web adding technical information.
If you have some problems feel free request us. You can contact with us using my email address ([email protected])

from giswater.

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.