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
d30279b6
Commit
d30279b6
authored
9 years ago
by
User expired
Browse files
Options
Downloads
Patches
Plain Diff
changed location of datasets on dbis-informatik (srid used as suffix now)
parent
60eb6af8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
bootstrap/importData.sh
+1
-1
1 addition, 1 deletion
bootstrap/importData.sh
conf/postgresql.conf
+2
-1
2 additions, 1 deletion
conf/postgresql.conf
with
4 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
d30279b6
Upcoming version:
Upcoming version:
-----------------
-----------------
-
changed location of datasets on dbis-informatik (srid used as suffix now) (Nikolaus Krismer)
-
added support for chaging srid and fixed problem with exported datasets (did not contain density) (Nikolaus Krismer)
-
added support for chaging srid and fixed problem with exported datasets (did not contain density) (Nikolaus Krismer)
-
always installing phpliteadmin when using spatialite now (Nikolaus Krismer)
-
always installing phpliteadmin when using spatialite now (Nikolaus Krismer)
-
fixed problems with filenames in config (Nikolaus Krismer)
-
fixed problems with filenames in config (Nikolaus Krismer)
...
...
This diff is collapsed.
Click to expand it.
bootstrap/importData.sh
+
1
−
1
View file @
d30279b6
...
@@ -68,7 +68,7 @@ function fn_import_dataset() {
...
@@ -68,7 +68,7 @@ function fn_import_dataset() {
local
OSM_FILE
=
"
$2
"
local
OSM_FILE
=
"
$2
"
local
OSM_FILE_FILTERED
=
"
$3
"
local
OSM_FILE_FILTERED
=
"
$3
"
local
BOUNDING
=
"
$4
"
local
BOUNDING
=
"
$4
"
local
SQL_EXPORT_FILE
=
"
${
NAME
,,
}
_export.sql.gz"
local
SQL_EXPORT_FILE
=
"
${
NAME
,,
}
_export
_
${
TARGET_SRID
}
.sql.gz"
echo
"Importing data for region of
$NAME
"
echo
"Importing data for region of
$NAME
"
echo
" - importing into postgis"
echo
" - importing into postgis"
...
...
This diff is collapsed.
Click to expand it.
conf/postgresql.conf
+
2
−
1
View file @
d30279b6
...
@@ -113,8 +113,9 @@ max_connections = 100 # (change requires restart)
...
@@ -113,8 +113,9 @@ max_connections = 100 # (change requires restart)
# - Memory -
# - Memory -
#shared_buffers = 128kB # deactivates postgreSql caching
shared_buffers
=
128
MB
# min 128kB
shared_buffers
=
128
MB
# min 128kB
# (change requires restart)
# (change requires restart)
#temp_buffers = 8MB # min 800kB
#temp_buffers = 8MB # min 800kB
#max_prepared_transactions = 0 # zero disables the feature
#max_prepared_transactions = 0 # zero disables the feature
# (change requires restart)
# (change requires restart)
...
...
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