https://github.com/atsyplenkov/sonar-to-shp
Source code for shiny app which converts .sl2 to shapefile
https://github.com/atsyplenkov/sonar-to-shp
Last synced: 3 months ago
JSON representation
Source code for shiny app which converts .sl2 to shapefile
- Host: GitHub
- URL: https://github.com/atsyplenkov/sonar-to-shp
- Owner: atsyplenkov
- Created: 2018-09-15T15:15:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T21:00:22.000Z (over 6 years ago)
- Last Synced: 2025-03-07T18:12:06.575Z (3 months ago)
- Language: R
- Homepage: https://atsyplenkov.shinyapps.io/sonar-to-shp/
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
App available at
https://atsyplenkov.shinyapps.io/sonar-to-shp/This is a [Shiny App](https://shiny.rstudio.com/) written to simplify the process of river survey postprocessing.
When you you upload a [**.sl2**](https://wiki.openstreetmap.org/wiki/SL2), **.sl3** or **.slg** files derived from [LOWRANCE©](https://www.lowrance.com/) Fish Finders a conversion from binary format to table will be done. This is based on [`arabia`](https://gitlab.com/hrbrmstr/arabia) package kindly created by @hbrmstr. Then depth in **feets** will be converted to **meters** and Mercator Meters to Geographic Coordinates (read more [here](http://www.oziexplorer3.com/eng/eagle.html)). Finally this app takes the **median** depth in the point and keeps one entry for every coordinate.
