Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viewshed polygon? #107

Open
louisondumont opened this issue Jan 17, 2023 · 2 comments
Open

Viewshed polygon? #107

louisondumont opened this issue Jan 17, 2023 · 2 comments

Comments

@louisondumont
Copy link

I know you have an intervisibility feature, but I'd be interested in a 360 degrees application of it: getting a polygon of the visible area from a specific point.

Instead of giving two points and getting the intervisibility line, we'd give one point, a radius, and get the visibility polygon: What area can be seen.

Is this something you could build? Or do you know of any project that already provides this easily?

Thanks.

@xfischer
Copy link
Member

Hi @louisondumont, this feature can be found in good GIS tools such as QGIS or Esri.
Don't know it that exists out of the box from an API somewhere (think ArcGis web services, Google Earth, Azure maps)...

I need to think about how this could be implemented. (The result will be more like a multipolygon rather than a polygon).

  • What output format would you expect ?
  • Does the elevation above ground of the source point matters ?
  • I don't do spherical computations, so as long as the radius is short enough and you are OK with decimeter precision on the result, then you are at the right place (or if anyone wants to help)

@xfischer
Copy link
Member

@louisondumont any news ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants