Skip to content

Issue with the length(m) in GPR files. #61

Closed Answered by emanuelhuber
zamanimd asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @zamanimd

Thank you for your message!

I suggest you to first try to re-install RGPR and re-read your file.

If the issue persists, it may be due to geographical coordinates. You can check the coordinate reference system (CRS) with the crs() function. Le me know what is the CRS of your data.

Else, you can try to read your data by setting the argument interp_pos = FALSE:

x <- readGPR("your_file_name.dt1", interp_pos = FALSE)
plot(x)

Let me know if it solves your problem.

Best,

Emanuel

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by emanuelhuber
Comment options

You must be logged in to vote
9 replies
@emanuelhuber
Comment options

@emanuelhuber
Comment options

@zamanimd
Comment options

@emanuelhuber
Comment options

@zamanimd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants