-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathexample_campaign.json
More file actions
24 lines (24 loc) · 916 Bytes
/
Copy pathexample_campaign.json
File metadata and controls
24 lines (24 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"_comment": "Station IDs are NetworkCode.StationCode as they appear in GeoDE (case-insensitive).",
"_comment2": "Remove or add stations, adjust times, and set your start_date before running.",
"_comment3": "new_sites accepts city/place names, lat/lon pairs, or objects with name+lat/lon or name+city.",
"start_city": "Buenos Aires, Argentina",
"end_city": "San Juan, Argentina",
"stations": [
"arg.unsj",
"arg.vmol",
"arg.rwsn",
"arg.ljar"
],
"new_sites": [
"_example1_remove_this: a place name (geocoded)",
{"name": "Cerro Mercedario", "lat": -31.9667, "lon": -70.1167},
{"name": "Valle del Cura", "city": "San Juan, Argentina"}
],
"time_on_site_minutes": 120,
"day_start": "08:00",
"hard_stop": "20:00",
"fuel_cost_per_km": 0.15,
"start_date": "2025-09-01",
"output_file": "campaign_plan.html"
}