#!/bin/bash

# forward the command line parameters to the main curate spatial data function
Rscript -e "library('CleanGeoStreamR'); CleanGeoStreamR::main_read_curate_spatial_data()" $@
