Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone-vm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut für Informatik
dbis
dbis-isochrone
isochrone-vm
Commits
ad2a4721
Commit
ad2a4721
authored
9 years ago
by
User expired
Browse files
Options
Downloads
Patches
Plain Diff
fixed parameter order issue
parent
394d1a0b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
bootstrap/importData.sh
+1
-2
1 addition, 2 deletions
bootstrap/importData.sh
with
2 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
ad2a4721
Upcoming version:
Upcoming version:
-----------------
-----------------
-
fixed parameter order issue (Nikolaus Krismer)
-
renamed datasets (Nikolaus Krismer)
-
renamed datasets (Nikolaus Krismer)
-
added jenkins deploy mode (to prevent tomcat webapp deploy on dbis-tests) (Nikolaus Krismer)
-
added jenkins deploy mode (to prevent tomcat webapp deploy on dbis-tests) (Nikolaus Krismer)
-
added missing srid for italy and st dataset (Nikolaus Krismer)
-
added missing srid for italy and st dataset (Nikolaus Krismer)
...
...
This diff is collapsed.
Click to expand it.
bootstrap/importData.sh
+
1
−
2
View file @
ad2a4721
...
@@ -48,8 +48,7 @@ DENSITY="100,200,300,400,500,600,700,800,900,1000"
...
@@ -48,8 +48,7 @@ DENSITY="100,200,300,400,500,600,700,800,900,1000"
function
fn_import_dataset
()
{
function
fn_import_dataset
()
{
local
NAME
=
"
$1
"
local
NAME
=
"
$1
"
local
BOUNDING
=
"
$2
"
local
SRID
=
"
$2
"
local
SRID
=
"
$3
"
local
SQL_EXPORT_FILE
=
"
${
NAME
,,
}
_export_
${
SRID
}
.sql.gz"
local
SQL_EXPORT_FILE
=
"
${
NAME
,,
}
_export_
${
SRID
}
.sql.gz"
echo
"Importing data for region of
$NAME
(EPSG:
${
SRID
}
)"
echo
"Importing data for region of
$NAME
(EPSG:
${
SRID
}
)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment