Skip to content

pyDGS-online - a web based framework for wavelet-based digital grain size analysis. pyDGS, an open-source project dedicated to provide a Python framework to compute estimates of grain size distribution using the continuous wavelet transform method of Buscombe (2013) from an image of sediment where grains are clearly resolved.

Notifications You must be signed in to change notification settings

SarwateShubham/pyDGS-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyDGS-online

pyDGS-online - a web based framework for wavelet-based digital grain size analysis.

pyDGS is an open-source project dedicated to provide a Python framework to compute estimates of grain size distribution using the continuous wavelet transform method of Buscombe (2013) from an image of sediment where grains are clearly resolved. DOES NOT REQUIRE CALIBRATION

This program implements the algorithm of:

Buscombe, D. (2013) Transferable Wavelet Method for Grain-Size Distribution from Images of Sediment Surfaces and Thin Sections, and Other Natural Granular Patterns. Sedimentology 60, 1709-1732

http://dbuscombe-usgs.github.io/docs/Buscombe2013_Sedimentology_sed12049.pdf

Useage

Install DGS by cloning the repository:

    $ python setup.py install
    $ sudo python setup.py install
    $ pip install pyDGS

Test:

    $ python -c "import DGS; DGS.test.dotest()"

Host on the web:

    $ export FLASK_APP=app.py
    $ flask run

Contribution and Credits

This is the web implementaion of the pyDGS. All the credits to the respective authors and developers.

About

pyDGS-online - a web based framework for wavelet-based digital grain size analysis. pyDGS, an open-source project dedicated to provide a Python framework to compute estimates of grain size distribution using the continuous wavelet transform method of Buscombe (2013) from an image of sediment where grains are clearly resolved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published