kartoza / stream_feature_extractor

A QGIS plugin to extract stream features (wells, sinks, confluences etc.) from a stream network
GNU General Public License v2.0
6 stars 9 forks source link

Find possible issues caused by the input data #75

Closed vermeulendivan closed 2 years ago

vermeulendivan commented 2 years ago

Gorilla testing: Perform tests on large datasets, obscure coordinate system, data with no coordinate system, data with bad topology, etc. Create test for any possible issue.

vermeulendivan commented 2 years ago

This has been done using both shp and gpkg file formats, and on linestring and multilinestring. Datasets with no issues, datasets with issues, and datasets which consist of both erroneous and perfect features were tested. Null geometries for features were also tested, no crs, large datasets, and a large number of other tests. See the sample files in the 'tests' folder.