{"id":13719804,"url":"https://github.com/NSGeophysics/GPRPy","last_synced_at":"2025-05-07T11:32:43.290Z","repository":{"id":31767103,"uuid":"127988827","full_name":"NSGeophysics/GPRPy","owner":"NSGeophysics","description":"Ground Penetrating Radar processing and visualization software for python","archived":false,"fork":false,"pushed_at":"2024-12-19T14:34:24.000Z","size":10908,"stargazers_count":198,"open_issues_count":28,"forks_count":93,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-12-19T15:31:02.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NSGeophysics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-04T01:21:07.000Z","updated_at":"2024-12-19T14:34:57.000Z","dependencies_parsed_at":"2022-07-24T20:31:58.747Z","dependency_job_id":"507639fa-2bcf-4ebf-8bb1-a6d482b86efc","html_url":"https://github.com/NSGeophysics/GPRPy","commit_stats":{"total_commits":246,"total_committers":3,"mean_commits":82.0,"dds":"0.012195121951219523","last_synced_commit":"6bd19946012b1d896c1e90f75f2638d9b6e908f3"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSGeophysics%2FGPRPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSGeophysics%2FGPRPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSGeophysics%2FGPRPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSGeophysics%2FGPRPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NSGeophysics","download_url":"https://codeload.github.com/NSGeophysics/GPRPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252869194,"owners_count":21816994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:00:55.722Z","updated_at":"2025-05-07T11:32:38.471Z","avatar_url":"https://github.com/NSGeophysics.png","language":"Python","funding_links":[],"categories":["Software","Software and Tools"],"sub_categories":["Ground-penetrating radar"],"readme":"# GPRPy\nOpen-source Ground Penetrating Radar processing and visualization software. Supported by the National Science Foundation under grants [EAR-1550732](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1550732) and [EAR-2022671](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2022671)\n\nPlease cite https://library.seg.org/doi/10.1190/tle39050332.1\n\n![Profile GUI](profileGUI.png)\n\n![CMP/WARR GUI](CWGUI.png)\n\n\n## Simplemost installation\n\n**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.**\n\n1) Download the GPRPy software from \n   [https://github.com/NSGeophysics/GPRPy/archive/master.zip](https://github.com/NSGeophysics/GPRPy/archive/master.zip). \u003cbr/\u003e\n   Save the file somewhere on your computer and extract the zip folder. \u003cbr/\u003e\n   As an **alternative**, you can install git from [https://git-scm.com/](https://git-scm.com/), then run in a command prompt:\u003cbr/\u003e\n   `git clone https://github.com/NSGeophysics/GPRPy.git`\u003cbr/\u003e\n   The advantage of the latter is that you can easily update your software by running from the GPRPy folder in a command prompt:\u003cbr/\u003e\n   `git pull origin master`\n\n2) Install Python 3.7 or higher. You can obtain it for example from [https://conda.io/miniconda.html](https://conda.io/miniconda.html)\n\n3) Once the installation finished, open a command prompt that can run Python \u003cbr/\u003e\n   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.\n\n4) In the command prompt, change to the directory  where you downloaded the GPRPy files.\n   This is usually through a command like for example\u003cbr/\u003e\n   `cd Desktop\\GPRPy`\u003cbr/\u003e\n   if you downloaded GPRPy directly onto your desktop. Then type the following and press enter afterward:\u003cbr/\u003e\n   `python installMigration.py`\u003cbr/\u003e\n   Then type the following and press enter afterward:\u003cbr/\u003e\n   `pip install .`\u003cbr/\u003e\n   **don't forget the period \".\" at the end of the `pip install` command**\n\n\n## Running the software\nAfter installation, you can run the script from the Anaconda Prompt (or your Python-enabled prompt) by running either\u003cbr/\u003e\n`gprpy`\u003cbr/\u003e\nor\u003cbr/\u003e\n`python -m gprpy`\n\nThe 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\u003cbr/\u003e\n`p`\u003cbr/\u003e\nand then enter for profile, or\u003cbr/\u003e\n`c`\u003cbr/\u003e\nand then enter for CMP / WARR.\n\nYou can also directly select one by running either\u003cbr/\u003e\n`gprpy p`\u003cbr/\u003e\nor\u003cbr/\u003e\n`gprpy c`\u003cbr/\u003e\nor\u003cbr/\u003e\n`python -m gprpy p`\u003cbr/\u003e\nor\u003cbr/\u003e\n`python -m gprpy c`\n\n\n## Running automatically generated scripts\nTo 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\u003cbr/\u003e\n`python myscriptname.py`\u003cbr/\u003e\nwhere myscriptname.py is the name of your automatically generated script.  \n\n\n## In case of trouble\nIf you have several versions of python installed, for example on a Mac or Linux system, replace, in the commands shown earlier,\n`python` with `python3`\u003cbr/\u003e\nand\u003cbr/\u003e\n`pip` with `pip3`\n\nIf 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.\n\n\n## Uninstalling GPRPy\nTo uninstall GPRPy, simply run, in the (Anaconda) command prompt\u003cbr/\u003e\n`pip uninstall gprpy`\n\n## News\nFollow [@GPRPySoftware](https://twitter.com/GPRPySoftware) on twitter to hear about news and updates.\nRecent tweets:\n\n\u003cblockquote class=\"twitter-tweet\" data-lang=\"en\"\u003e\u003cp lang=\"en\" dir=\"ltr\"\u003eFixed 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).\u003c/p\u003e\u0026mdash; GPRPy (@GPRPySoftware) \u003ca href=\"https://twitter.com/GPRPySoftware/status/1139243564469313536?ref_src=twsrc%5Etfw\"\u003eJune 13, 2019\u003c/a\u003e\u003c/blockquote\u003e\n\n\u003cblockquote class=\"twitter-tweet\" data-lang=\"en\"\u003e\u003cp lang=\"en\" dir=\"ltr\"\u003eI will post updates, changes, and GPRPy news here.\u003c/p\u003e\u0026mdash; GPRPy (@GPRPySoftware) \u003ca href=\"https://twitter.com/GPRPySoftware/status/1089246592786485251?ref_src=twsrc%5Etfw\"\u003eJanuary 26, 2019\u003c/a\u003e\u003c/blockquote\u003e\n\n\u003cblockquote class=\"twitter-tweet\" data-lang=\"en\"\u003e\u003cp lang=\"en\" dir=\"ltr\"\u003eGPRPy 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: \u003ca href=\"https://nsgeophysics.github.io/GPRPy/\"\u003ensgeophysics.github.io/GPRPy/\u003c/a\u003e\u003c/p\u003e\u0026mdash; GPRPy (@GPRPySoftware) \u003ca href=\"https://twitter.com/GPRPySoftware/status/1088806792191197188?ref_src=twsrc%5Etfw\"\u003eJanuary 25, 2019\u003c/a\u003e\u003c/blockquote\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNSGeophysics%2FGPRPy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNSGeophysics%2FGPRPy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNSGeophysics%2FGPRPy/lists"}