Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDifferent variables for ukair_get_coordinates() when inputs are fed in differently #7
Comments
|
Hi @sebsfox! Of course you might still get NAs, this happens for stations that do not have coordinates available of the relevant ukair webpage. Hope this clarifies everything. I'm closing this issue, as this is the intended behaviour. |
Hi there,
Depending on how I feed the Site ID into the function
ukair_get_coordinates()I get a data.frame of different width. Two methods are as follows:Set up
Method 1
Method 2
Method 1 returns a data.frame with 5 variables, and Method 2 returns a data.frame with 16 variables (and Eastings and Northings are generally incomplete).
Thank you