Giter Club home page Giter Club logo

gprpy's Introduction

GPRPy

Open-source Ground Penetrating Radar processing and visualization software. Supported by the National Science Foundation under grant EAR-1550732.

Profile GUI

CMP/WARR GUI

Simplemost installation

In the following instructions, if you use Windows, use the comands python and pip. If you use Mac or Linux, use the commands python3 and pip3 instead.

  1. Download the GPRPy software from https://github.com/NSGeophysics/GPRPy/archive/master.zip.
    Save the file somewhere on your computer and extract the zip folder.
    As an alternative, you can install git from https://git-scm.com/, then run in a command prompt:
    git clone https://github.com/NSGeophysics/GPRPy.git
    The advantage of the latter is that you can easily update your software by running from the GPRPy folder in a command prompt:
    git pull origin master

  2. Install Python 3.7 or higher. You can obtain it for example from https://conda.io/miniconda.html

  3. Once the installation finished, open a command prompt that can run Python
    On Windows: click on Start, then enter "Anaconda Prompt", without the quotation marks into the "Search programs and files" field. On Mac or Linux, open the regular terminal.

  4. In the command prompt, change to the directory where you downloaded the GPRPy files. This is usually through a command like for example
    cd Desktop\GPRPy
    if you downloaded GPRPy directly onto your desktop. Then type the following and press enter afterward:
    python installMigration.py
    Then type the following and press enter afterward:
    pip install .
    don't forget the period "." at the end of the pip install command

Running the software

After installation, you can run the script from the Anaconda Prompt (or your Python-enabled prompt) by running either
gprpy
or
python -m gprpy

The first time you run GPRPy it could take a while to initialize. GPRPy will ask you if you want to run the profile [p] or WARR / CMP [c] user interface. Type
p
and then enter for profile, or
c
and then enter for CMP / WARR.

You can also directly select one by running either
gprpy p
or
gprpy c
or
python -m gprpy p
or
python -m gprpy c

Running automatically generated scripts

To run automatically generated scripts, open the command prompt that can run python (for example Anaconda Prompt), switch to the folder with the automatically generated script and run
python myscriptname.py
where myscriptname.py is the name of your automatically generated script.

In case of trouble

If you have several versions of python installed, for example on a Mac or Linux system, replace, in the commands shown earlier, python with python3
and
pip with pip3

If you have any troubles getting the software running, please send me an email or open an issue on GitHub and I will help you getting it running.

Uninstalling GPRPy

To uninstall GPRPy, simply run, in the (Anaconda) command prompt
pip uninstall gprpy

News

Follow @GPRPySoftware on twitter to hear about news and updates. Recent tweets:

Fixed small issue that led to multiples when picking points in profile. Thanks Marcus Pacheco for pointing it out! If you use picking in profile mode, please update to version 1.0.3 (uninstall the old version before).

— GPRPy (@GPRPySoftware) June 13, 2019

I will post updates, changes, and GPRPy news here.

— GPRPy (@GPRPySoftware) January 26, 2019

GPRPy is a free ground penetrating radar processing and visualization software developed at the University of Alabama. You can download it and install it following the instructions here: nsgeophysics.github.io/GPRPy/

— GPRPy (@GPRPySoftware) January 25, 2019

gprpy's People

Contributors

alainplattner avatar

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.