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

Wrong output of "Surface to polygon" algorithm #60732

Open
1 of 2 tasks
DelazJ opened this issue Feb 24, 2025 · 0 comments
Open
1 of 2 tasks

Wrong output of "Surface to polygon" algorithm #60732

DelazJ opened this issue Feb 24, 2025 · 0 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Mesh Related to general mesh layer handling (not specific data formats) Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@DelazJ
Copy link
Contributor

DelazJ commented Feb 24, 2025

What is the bug or the crash?

I'm testing the abovementioned algorithm (#58941) in order to document it, and what I get is not what I was expecting, There should be a hole in the exported polygon while there isn't.

Steps to reproduce the issue

The mesh dataset is available at Madagascar wind
Running the "Surface to polygon" alg on it, this is what I get:

Image

The help text states:

This algorithm exports a polygon file containing mesh layer boundary. It may contain holes and it may be a multi-part polygon.

  • Shouldn't there be a hole where "Madagascar" island is?
  • I first read this as it would merge the consecutive faces and output a polygon representing the actual limits of the mesh. But if it outputs the bounding box of the mesh layer, in what context does it output a multi-part feature?

Versions

Version de QGIS3.41.0-Master
Révision du code0cd5ccd42a
 
Bibliothèques
Version de Qt5.15.13
Version de Python3.12.9
Version de GDAL/OGR3.11.0dev-d748f651f4
Version de Proj9.5.1
Version de la base de données du registre EPSGv11.022 (2024-11-05)
Version de GEOS3.13.0-CAPI-1.19.0
Version de SQLite3.46.1
Version de PDAL2.8.3
Version du client PostgreSQLunknown
Version de SpatiaLite5.1.0
Version de QWT6.3.0
Version de QScintilla22.14.1
Version de l'OSWindows 10 Version 2009
Cette copie de QGIS dispose d'une sortie de débogage.
 
Extensions Python actives
lizmap4.4.6
plugin_reloader0.17
Qgis2threejs2.8
db_manager0.1.20
grassprovider2.12.99
MetaSearch0.3.6
processing2.12.99
MapsPrinter1.0

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

Additional context

No response

@DelazJ DelazJ added Bug Either a bug report, or a bug fix. Let's hope for the latter! Mesh Related to general mesh layer handling (not specific data formats) Processing Relating to QGIS Processing framework or individual Processing algorithms labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Mesh Related to general mesh layer handling (not specific data formats) Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant