-
http://t.csdnimg.cn/8WwlT
solutions:
x = next(data)
or
x = data.__next__()
-
The following should return a state of OnDuty=false:
VesselID": 32,
"VesselName": "Tacoma",
"Mmsi": 366772760,
"DepartingTerminalID": 133,
"DepartingTerminalName":…
-
@redhog The compatibility/gpsd.py module has very different strings thank in the gpsd project (gspd_json.c in 3.11). Do you want to stick with the strings there ore match up the strings with gpsd?
`…
-
```
What steps will reproduce the problem?
1. job = client.Query('SELECT mmsi FROM [strata_sq_pos.pos123] GROUP BY mmsi;')
2. dest_table = job['configuration']['query']['destinationTable']
3. fields, …
-
```
What steps will reproduce the problem?
1. job = client.Query('SELECT mmsi FROM [strata_sq_pos.pos123] GROUP BY mmsi;')
2. dest_table = job['configuration']['query']['destinationTable']
3. fields, …
-
```
What steps will reproduce the problem?
1. job = client.Query('SELECT mmsi FROM [strata_sq_pos.pos123] GROUP BY mmsi;')
2. dest_table = job['configuration']['query']['destinationTable']
3. fields, …
-
```
What steps will reproduce the problem?
1. job = client.Query('SELECT mmsi FROM [strata_sq_pos.pos123] GROUP BY mmsi;')
2. dest_table = job['configuration']['query']['destinationTable']
3. fields, …
-
Hi Doron
I think I've found a bug in the src/lib/index.ts when receiving a message 24A. You have
```
case 24:
report = parseStaticDataReport(
this.bitarray, aisType, repeat,
(s…
-
UNIQUEMENT EN MODE TRAJECTOIRE
Endpoints à utiliser :
- **/vessels{vessel_id}** => récupérer les informations sur le navire
- **/vessels/{vessel_id}/excursions** => argument startAt et endAt pour…
-
Occasionally, a vessel will generate multiple tweets (usually 2-3), with one "correct" photo and the others off-center or empty frame. The scheduler event is keyed by MMSI, and should be unique until …