Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YKWIM
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Sarra Ouelhadj
YKWIM
Merge requests
!5
path change
Code
Examiner les modifications
Extraire la branche
Télécharger
Correctifs
Diff brut
Merged
path change
v0.2-DEV
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Sarra Ouelhadj
requested to merge
v0.2-DEV
into
master
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: Sarra-Ouelhadj
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
805d5f3e
1 commit,
2 years ago
1 file
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
config.py
+
6
−
2
Options
# Dataset_URL = "https://download.data.grandlyon.com/wfs/grandlyon?SERVICE=WFS&VERSION=2.0.0&request=GetFeature&typename=adr_voie_lieu.adrcomgl&outputFormat=application/json;%20subtype=geojson&SRSNAME=EPSG:4171"
import
os
MYDIR
=
os
.
path
.
dirname
(
__file__
)
class
Config
(
object
):
DEBUG
=
False
@@ -10,8 +13,9 @@ class ProductionConfig(Config):
class
DevelopementConfig
(
Config
):
DEBUG
=
True
UPLOAD_FOLDER
=
"
/home/sarra/Documents/Doctorat/Python/SemanticLifting
/YKWIM/results/
"
UPLOAD_FOLDER
=
MYDIR
+
"
/YKWIM/results/
"
class
TestingConfig
(
Config
):
TESTING
=
True
UPLOAD_FOLDER
=
"
/home/sarra/Documents/Doctorat/Python/SemanticLifting/YKWIM/tests/results/
"
UPLOAD_FOLDER
=
MYDIR
+
"
/YKWIM/tests/results/
"
\ No newline at end of file
Loading