Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

planet pbf assembly #324

Merged
merged 3 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion bin/_headway_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@
# A bump in the DATA tag pretty much always implies a bump in the CONTAINER
# tag, but not necessarily vice-versa.

export HEADWAY_DATA_TAG=0.6.0
export HEADWAY_DATA_TAG=0.7.0

# # Schema change Log
#
# ## DATA v0.7.0, CONTAINER v0.8.0
#
# BREAKING DATA: Updated Planetiler
#
# ## DATA v0.6.0, CONTAINER v0.7.0
#
# BREAKING DATA: Updated OTP and Valhalla
Expand Down
5 changes: 4 additions & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ else
HEADWAY_IS_PLANET_BUILD=false
fi

with_log earthly $EARTHLY_ARGS -P +build --area="$HEADWAY_AREA" --countries="$HEADWAY_COUNTRIES" --is_planet_build="$HEADWAY_IS_PLANET_BUILD"
if [ -f "${CONFIG_DIR}/prebuild.sh" ]; then
"${CONFIG_DIR}/prebuild.sh"
fi

with_log earthly $EARTHLY_ARGS -P +build --area="$HEADWAY_AREA" --countries="$HEADWAY_COUNTRIES" --is_planet_build="$HEADWAY_IS_PLANET_BUILD"
bin/build-transit "$CONFIG_DIR" $EARTHLY_ARGS

3 changes: 3 additions & 0 deletions builds/planet/assemble-planet-pbf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
target/
downloads/
tmp/
Loading
Loading