Code Monkey home page Code Monkey logo

Comments (4)

mjaschen avatar mjaschen commented on May 28, 2024

Hi!

I'm still looking for an polygon area calculation algorithm which satisfies the following requirements:

  • works for concave and convex polygons
  • supports ellipsoids (e. g. “WGS-84”) and does not just use simple spherical coordinates
  • (optional) works for polygons which cross the -180°/+180° longitude boundary (once or more than once)
  • (not needed) area calculation for self-intersecting polygons

Unfortunately I didn't find such an algorithm yet. The current implementation was not implemented by me (was merged via a pull request some time ago).

Marcus

from phpgeo.

felixveysseyre avatar felixveysseyre commented on May 28, 2024

Thanks @mjaschen !

Got it !
I implemented my own algorithm before finding your library, but I think It only verify the first point of your list. Otherwise I would have been happy to contribute :)

Do you know why the area is 'wrong' ? Is it only because the current implementation uses a spherical model instead of an ellipsoid one ?

from phpgeo.

mjaschen avatar mjaschen commented on May 28, 2024

I don't remember what exactly was wrong with the algorithm, but IIRC some test calculations lead to wrong results so I added the warning.

You're invited to create a pull request with your algorithm! (It's not a big problem if the support for ellipsoids is missing - we'll annotate the method documentation then).

Thanks!

from phpgeo.

felixveysseyre avatar felixveysseyre commented on May 28, 2024

I have implemented a new method and after some testing, the results look good.

I have created the pull request #31.

from phpgeo.

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.