readgssi icon indicating copy to clipboard operation
readgssi copied to clipboard

python tool to read and plot Geophysical Survey Systems Incorporated (GSSI) radar data

Results 8 readgssi issues
Sort by recently updated
recently updated
newest added

When trying to open any GPR transect (DZT file) that has associated GPS info (DZG file), I am unable to read the DZG file info: ``` $ readgssi -i MI_MANISTEE__021.DZT...

When trying to run the help or open a DZT file I keep getting the following error: ``` $ readgssi -h Traceback (most recent call last): File "c:\programdata\anaconda3\envs\readgssi\lib\runpy.py", line 193,...

header is replicated for each channel, meaning that each channel should have entirely unique header values.

bug
enhancement

This project looks really promising! Next time I'm working on a project with GPR data, I'm going to have to use this! I saw that this project reads data from...

enhancement

I converted a dzt file into a csv and ran a PCA on the file, but I wasn't able to reread the edited csv into readgssi. ``` 2024-01-16 23:38:04 -...

Hi I get the message that it is not installed becouse there is no geopy, but I have installed geopy. Any idea how to sove this? ``` C:\Users\armh>conda install -c...

Hi, firstly - thanks for making such a great program! I was getting the error `AttributeError: 'DataFrame' object has no attribute 'append'` when running the line ```readgssi.readgssi(infile='PROJECT_001.DZT', frmt=None, verbose=True)``` and...

bug

Hello I ran into this error for the first time when reading .DZG files: ValueError: Not naive datetime (tzinfo is already set) As soon as I move the .DZG files...

duplicate