Skip to content

Commit

Permalink
Update datasource in analyser_merge_public_equipment_FR_nantes_toilets
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Nov 19, 2023
1 parent e06a767 commit 3047421
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,5 @@ def __init__(self, config, logger = None):
"access": "yes"},
static2 = {"source": self.source},
mapping1 = {
"name": 'nom',
"ref": 'id',
"operator": 'exploitant',
"opening_hours": lambda res: "24/7" if res['horaire_d_ouverture'] == u'24/24' else None,
"wheelchair": lambda res: "yes" if res['accessible_pmr'] == u'oui' else "no" if res['accessible_pmr'] == u'non' else None } )))
"name": 'Nom',
"ref": 'Identifiant'} )))

0 comments on commit 3047421

Please sign in to comment.