SPI-Birds / pipelines

Pipelines for generating a standard data format for bird data
2 stars 6 forks source link

Check that coordinates of all locations are expected #39

Open LiamDBailey opened 4 years ago

LiamDBailey commented 4 years ago

In the meta-data of each population we have a coordinate for the study site (WSG 84). Coordinate locations of all capture locations should be close to these centre points.

LiamDBailey commented 4 years ago

This will require creating a file with locations of all populations in /data. We will then need to manipulate spatial points objects. We can work on this together if you don't have experience with this.

LiamDBailey commented 4 years ago

Also worth considering, how far is 'too far'? We could go really large (e.g. 100km) to pick up obvious typos.

StefanVriend commented 3 years ago

As suggested by @zuzulaz: These packages may be useful for checking the format of coordinates

CoordinateCleaner https://github.com/ropensci/CoordinateCleaner

biogeo: Point Data Quality Assessment and Coordinate Conversion https://cran.r-project.org/web/packages/biogeo/index.html