# This software is MIT licensed
# by Radost Waszkiewicz 2023
#
# This script combines chunks of javascript into
# one javascript file to be used by a web tool.

python3 extract_height_data.py > constants.jsp
cat height_from_utm_chunk.jsp constants.jsp > height_from_utm.js