geocoder.sif

.github/workflows/build.yaml

This is a port of the DeGAUSS geocoder Docker container to an apptainer container suitable to use with apptainer or singularity in high performance computing environoments.

Using

After singularity or apptainer are installed and available, pull the container from the github container registry:

apptainer pull oras://ghcr.io/degauss-org/geocoder.sif:v3.3.0

Call the container directly as an executable with an argument of the name of the csv file with an address column named address:

./geocoder.sif_v3.3.0.sif my_address_file.csv

See the DeGAUSS geocoder README for details.