Site Locations to Shapefile owl


Rational

Convert a CSV of site / sample names, latitudes and longitudes into shapefile elements with a buffer that can be visualised on a map and used for analysis.

Input Files

Scripts Used

Github Repository of Scripts

Individual Grouping

  1. group-by-radius.py
  2. melt-alt-map.py

Steps

1. Assigning Groups to Collection Sites

python group-by-radius.py '/path/to/sample_info.csv' 5 group_output.csv

Arguments

Outputs

2. Creating Shapefiles from Groups

python melt-alt-map.py group_output.csv 2.5

Arguments

Outputs