How to connect GP-20U7 GPS receiver to SparkFun Pro RF SAMD21

Hello, I am new to arduino programming and hardware modifications but not new to programming in general. I am wondering what the best way to connect a GPS receiver to [this RF board. The GPS receiver I am using is [this one. I know this is a very specific question but I would really appreciate any help I could get. My understanding is that this will require me to strip some wires and solder connections. The end goal is to be able to transmit GPS coordinates over RF using the board. Thank you for your help.](GPS Module - GP1818MK (56 Channel) - GPS-19166 - SparkFun Electronics)](https://www.sparkfun.com/products/15836)

For the hardware, you will need to solder the GPS to power, ground and the RX pin. Once that’s done you will need to write a sketch that listens to the GPS for data then processes that for the information you’re looking to capture and then transmit it over the air.

The [TinyGPS++ library would be helpful for the GPS processing end and sparkfun’s guide for the Pro RF should help with the radio part.](http://arduiniana.org/libraries/tinygpsplus/)