Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.

Locked
Forum rules
Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

DO NOT START a new thread unless it is about a new idea. Keep discussion of existing tools within the main thread for that tool.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.

[Script] WME Advanced Closures

Post by
EDIT BY Popel22 - 25.02.2019

This version of the script is no longer maintained. The script has been given to the WazeDev group to maintain in d2's absence and the new version/thread can be found here: viewtopic.php?f=819&t=261114


-------------------------------------------------------------------------------------------------------------------------

Hi,

Seb-D59 and I present a new script to add closures from a CSV file or recurrence rules.

Link greasyfork: https://greasyfork.org/scripts/20705-wm ... d-closures

The script adds a tab (slashed road) in the left panel, and a highlight on the map.

In the panel:
  • a button "add advanced closure"
  • a button "parse CSV" with a log console.
In the closure panel of a segments selection: a button "add advanced closure".
  • Add advanced closure

    opens a window to generate recurrent closures.
    The window is draggable through its title. To reset the position, click again the button.
    • Range (start date and end date) is the time range on which all closures will apply. In other words, the script will not gereate closures before and after this range.
    • Start and duration:
      • start is the start time of the closure un a day
      • duration is the duration of the closure
    • Description: free text
    • Direction: on a multiple selection, it is the same direction as shown on the map.
    • Ignore traffic
    • (new in V1.1) MTE: MTE list of MTE loaded in WME and whose dates overlaps the defined range
    • Then, choose a tab:
      • Repeat:
        • Times: the closure count
        • Every: duration between the start date/time of a closure and the start date/time of the text closure
      • Each:
        day of the week of the start date/time (if the duration exceeds midnight, the end date/time will be the next day (or some days after), the closure will be applied even if the day of the closure end is not checked)
      • (new in V1.1) Holidays: holidays list based on holidayapi.com. You must select at least 1 segment before to detect the country, and then, click on "Refresh holidays". If your country is not supported, you can contribute to holidayapi.com. The country abbreviation in WME is not the same as holidayapi.com. So we may need to translate it in the code to get it work. Let us know!
    • The save tab allows you to save all presets but the range and MTE, and to load them.
      New in V1.1: closure details loaded from an existing closure: select 1 segment. If more than 1 segment is selected, closures a read from the first segment only.
    • Once all set correctly, the preview area will show all closures ready to apply. It shows error messages and an orange warning if a closure overlaps on an existing closure, and if a closure is not included in dates of the selected MTE (tooltiptext for details).
    • Select segments
    • The, apply. The preview will print OK or error messages. Before clicking on apply, choose the right tab (Repeat or Each). After the process, the script will select all segments and open the closure tab in the left panel.
    Cases studies:

    Every day from 12:00 to 14:00 between 13/06 and le 26/06 included
    range: 2016-06-13 -> 2016-06-26
    start: 12:00
    duration: 2:00
    Repeat: 500 times (the script will not create closure after the range end)
    Every: 24:00

    From monday to friday, from 20:00 to 06:00 the next day, from June to December:
    range: 2016-06-01 2016-12-31
    start: 20:00
    duration: 10:00
    Each: mon, tue, wed, thu, fri
  • CSV

    apply closures defined in a CSV file.
    New in V1.1: added a column (requiered) MTE ID before 'comment'. Keep empty if no MTE.
    Format:

    Code: Select all

    header,reason,start date (yyyy-mm-dd hh:mm),end date (yyyy-mm-dd hh:mm),direction (A to B|B to A|TWO WAY),ignore trafic (Yes|No),segment IDs (id1;id2;...),lon/lat (like in a permalink: lon=xxx&lat=yyy),zoom (2 to 10),MTE ID,comment (optional)
    add,"Closure test, by dummyd2","2016-05-27 00:00","2016-05-28 00:00","A to B",Yes,"297004533;297004532","lon=25.53629&lat=-76.47602",6,
    add,"Closure test 2, by dummyd2","2016-05-29 00:00","2016-05-30 00:00","B to A",No,"297004533;297004532","lon=25.53629&lat=-76.47602",6,,It's cold here...
    
    • If the fisrt column starts with 'add' or 'remove', it is processed by the script. (new in V1.1: remove is now supported)
    • Any other keyword is ignored, including 'header'.
    • The, the format is described in the header.
    • You must ensure that the map zoom is wide enough to "see" all segments. So, the same CSV can work fine on a screen with a big resolution and doesn't work on another computer with a lower resolution.
    • Open CSV file
    • The closure list will display under the button
    • You can test segments: check all closures and click on "check segments". The script will simulate a map move on the lon/lat positions and zoom provided in the CSV, check if segments exists, if you have permissions to make closures on it, and warn you if your closure will overlap an existing closure.
    • On each closure:
      • target will move the map and select segments (will not apply the closure)
      • the arrow -> will move the map and apply the closure (will not select segments)
    • Click 'Apply' to apply all checked closures
    If texts are cut, see the tooltiptext
    A mini-log under each closure displays informations about the closure itself. The log under the list is global to all closures.

    BE CAREFUL: closures are applied on segments ONE BY ONE. This means the direction A->B (or B->A) is not always the one shown on WME when selecting multiple segments!
    So if you have more than one segment to close in one way, you may need to setup 2 closures: one with segments A->B, and another with segments B->A.
  • Highlight
    Closures made by this script are identified by a non-breaking space added at the end of description. If so, the script adds a "road" icon on the map. This non-breaking space is invisible on the app.
Thanks to beta testers (Priso19, fafa114, JohnDoe75 and others).

POSTER_ID:16831518

1

Send a message
Last edited by dummyd2 on Mon Jul 18, 2016 7:28 am, edited 3 times in total.

Post by Inactive user -1649923503-
Looks great and could be really helpful for reoccurring events like baseball game closures
Inactive user -1649923503-
Posts: 1023
Has thanked: 404 times
Been thanked: 460 times
Send a message
-John
-------
https://j.mp/1BqcgbWhttps://s.waze.tools/c5.png
VT - State Manager
New England - Multi State Manager

Post by Inactive user -1649923503-
Whats the best way to extract event ID for importing with CSV. trying to do MTE with sporting games, and use this to do the RTC. Any ideas how to make this process easier?
Inactive user -1649923503-
Posts: 1023
Has thanked: 404 times
Been thanked: 460 times
Send a message
-John
-------
https://j.mp/1BqcgbWhttps://s.waze.tools/c5.png
VT - State Manager
New England - Multi State Manager

Post by alvtej
jm6087 wrote:I tried to use Advanced Closures last night and the "Apply" button did not work.
I have the same problem with the Advanced Closures Fr En v1.6
alvtej
Emeritus Local Champ
Emeritus Local Champ
Posts: 329
Has thanked: 391 times
Been thanked: 218 times
Send a message
Alvaro Tejada R.
CM Beta Tester
Cali - Valle - Colombia

Post by arturoae
Installing.....
arturoae
Coordinators
Coordinators
Posts: 917
Has thanked: 323 times
Been thanked: 346 times
Send a message

Post by BrightMatter
Am I missing something? I don't see any Open button, to open csv file.
Parse button only reads CSV but nothing happens.
BrightMatter
Wiki Master
Wiki Master
Posts: 598
Has thanked: 279 times
Been thanked: 150 times
Send a message
Attachments
[img]https:///MV4Na6[/img]

Post by BrightMatter
Script is not working in new version of WME. Can anybody please check/confirm?
BrightMatter
Wiki Master
Wiki Master
Posts: 598
Has thanked: 279 times
Been thanked: 150 times
Send a message
[img]https:///MV4Na6[/img]

Post by BryceCampbell
Same not working for Beta or production WME -- (Windows 10 1701.16299.125, Firefox 57.0.3)
BryceCampbell
Posts: 2709
Answers: 4
Has thanked: 1209 times
Been thanked: 658 times
Send a message

Post by carloslaso
OMG d2 & Seb-D59!!! Awesome!!! Thanks a lot!!!

carloslaso
Waze Global Champs
Waze Global Champs
Posts: 3300
Answers: 1
Has thanked: 729 times
Been thanked: 1225 times
Send a message

Coordinador de Comunidad en México / Foro MX
Supervisor Noroeste México

iPhone 15 Pro Max / iOS 17ß / Waze ß 4.x

Post by carloslaso
dummyd2 wrote:V1.4:
  • fixed: CSV: MTE with negative IDs
  • fixed: CSV: remove two way will remove the only one closure on a one way segment
  • added: days for duration and repeat->every
  • fixed: preview height reduced
  • fixed: allowed to add closure in the past. Waze's server will reject your closure if it is in the past of the country you are editing.
  • added: export closures as CSV. The CSV can be parsed by the script.
Message for suggesting the range end regarding others parameters is still in my todo list ;)
When you think great things can't get any better, d2 updates his script!! THANK YOU!! :D
carloslaso
Waze Global Champs
Waze Global Champs
Posts: 3300
Answers: 1
Has thanked: 729 times
Been thanked: 1225 times
Send a message

Coordinador de Comunidad en México / Foro MX
Supervisor Noroeste México

iPhone 15 Pro Max / iOS 17ß / Waze ß 4.x

Post by carloslaso
dummyd2 wrote:V1.5 published.
Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!!
carloslaso
Waze Global Champs
Waze Global Champs
Posts: 3300
Answers: 1
Has thanked: 729 times
Been thanked: 1225 times
Send a message

Coordinador de Comunidad en México / Foro MX
Supervisor Noroeste México

iPhone 15 Pro Max / iOS 17ß / Waze ß 4.x