Helper function to stitch tile coordinates together to form one complete picture
stitchTileCoordinates(location_file, Xtilespan, Ytilespan)
| location_file | location dataframe with X and Y coordinates |
|---|---|
| Xtilespan | numerical value specifying the width of each tile |
| Ytilespan | numerical value specifying the height of each tile |