20 September 2024, 09:37:21
⁣ ⁣
For the past 24 hours: 92 objects added, 81 object edited, 21 object removed.

Author Topic: Спидкамы на Ситроен/пежо и БМВ штатная система NG4  (Read 4253 times)

a666d

  • Пользователь
  • **
  • Posts: 2
  • Карма: 1
    • View Profile
всем привет!
Раскопал европейские спидкамы от штаной навигации NG4, конвертлу их в csv в итоге формат там такой

Area level,Area type,Latitude,Longitude,Direction,Limit flag,Speed,Limit mode,(Area x),(Area y),(Area width),(Area height)

примеры:
4,sw,59.844834,15.07419444,315,1,90,13,1081032,6645648,68854,68541
3,nw,61.349724,16.61994444,96,1,70,13,1081032,6782730,137709,137083
5,sw,60.647688,21.801875,261,1,80,13,1563014,6714189,34427,34270


хочу собрать базу по стрелкам, но я в это мне силен, кто подскажет где можно это все не вручную забивать, может есть софт где можно выставить необходимые параметры по камерам.... 

a666d

  • Пользователь
  • **
  • Posts: 2
  • Карма: 1
    • View Profile
описание

Area level, Area type:
- speed limit data is divided into rectangular areas
- root area (level 0) is splitted into four rectangular parts (level 1 areas)
- each part (nw/ne/sw/se) may contain limits or further parts (level 2 areas)
- further splitting depends on number of speed limits (not yet investigated)

Latitude, Longitude:
- speed limit position (or end position of limited section)
- coordinate conversion to meters (to compare with covered area)
  xLimit = Longitude*72000
  yLimit = Latitude/9*1000000

Direction:
- northerly direction in degrees, counting clockwise
- range from 0 to 360, with a resolution of 3 degree
- special value of -1 -> any direction

Limit flag:
- describes the type of dataset
  0 -> speed limit dataset (only supported on motorways)
  1 -> speed camera dataset

Speed:
- speed limit value
- range from 10 to 150, needs to be a multiple of 10
- special value of 0 -> dynamic speed limit

Limit mode:
- controls behavior of speed limit display
- range from 0 to 15, meaning depends also on limit flag
  0     -> regular speed limit
  1     -> speed limit depends on the weather or time of day
  4..15 -> length of limited section, (value-1)*100m

Area x, Area y, Area width, Area height:
- only informative data, not necessary for composition
- covered area, origin and dimension in meters
- x grows from Greenwich meridian to east
- y grows from equator to north
- restrictions for speed limit position with respect to covered area
  x <= xLimit < x+width
  y <= yLimit < y+height

yuryleb

  • Ветеран
  • *****
  • Posts: 1112
  • Карма: 345
  • Garmin DriveAssist 50 - nüvi 2497
    • View Profile
    • Русские TTS-голоса для навигаторов Garmin
Нет, ничего подходящего не видел, формат больно мудреный, данных от mapcam.info может для него и не хватить  :-\
Есть вроде бы уже готовые сборки предупреждений для системы RT6, может, их автор сможет вам помочь или что-нибудь посоветовать?