Giter Site home page Giter Site logo

melindafemminis / bathyflowdem Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.12 MB

Produce digital elevation models from bathymetry data, utilizing flow-oriented curvilinear coordinate system and anisotropic interpolation method.

License: GNU General Public License v3.0

Python 100.00%

bathyflowdem's People

Stargazers

 avatar

Watchers

 avatar

bathyflowdem's Issues

Add plot of residuals

For a better understanding of the final RMSE, a plot showing the residuals can be added in the plugin's box below the RMSE value.
Screenshot 2024-06-09 164936

Make path in QgsMessageBar clickable

Then saving the results to a specific folder, the user is shown a SUCCESS message with the full path of the new layer's location within the plugin:

Screenshot 2024-05-08 015920

It will be better to make this path a link and open the file explorer location.

New raster layer's extent isn't correctly defined

In thecreate_sample_points()function in layer_helpers.py the new raster extent is defined as the boundary layer's extent:

create_raster_params = {'EXTENT': ROI.extent(),
                                'TARGET_CRS': survey_points_layer.crs(),
                                'PIXEL_SIZE': pixel_size,
                                'OUTPUT_TYPE': 5,
                                'OUTPUT': 'TEMPORARY_OUTPUT'}

But the layer extent is not always the same as the polygon. This should be changed to retrieve the polygon and use that as an extent for the new raster layer.

More flexibility with the anisotropy ratios

Currently the anisotropy ratio is only applied to the n
coordinate. It would be interesting to have two different values for the s and n coordinate so
the user can decide on which or both direction to apply the ratio.

Add progress bar

Display a progress bar at the bottom of the plugin window to inform the user about processing status.

More flexibility for user's data input

At the moment, the plugin expects the QgsVectorLayer with data points to only have a single attribute containing the value to use for interpolation. I also needs to work with layers that have more attributes.

The way the new attributes are added to the layer will need to be modified:

https://github.com/melindafemminis/BathyFlowDEM/blob/5fa2c7eeae27bd74d5b309c4fec3a7cec9764569/BathyFlowDEM.py#L620C1-L623C92

https://github.com/melindafemminis/BathyFlowDEM/blob/5fa2c7eeae27bd74d5b309c4fec3a7cec9764569/BathyFlowDEM.py#L677C1-L679C81

Implement validation

Give the user the choice to have some more detailed data validation information such as difference between surveyed point and predicted value and/or RMSE.

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.