sdrangel icon indicating copy to clipboard operation
sdrangel copied to clipboard

AIS and ADSB decoders: improvement proposal

Open choupette-change opened this issue 2 years ago • 9 comments

Can we provide data output in .kml format for use with Google Earth for AIS and ADSB decoders so as to have the trajectories in 3D .. ? image

choupette-change avatar Dec 01 '21 08:12 choupette-change

AIS is for ships on the sea so is 3D really useful?

f4exb avatar Dec 01 '21 10:12 f4exb

Of course not, my 3d request is mainly for aircraft trajectories but I am also interested in outputting AIS data in .kml format if possible :)

choupette-change avatar Dec 01 '21 10:12 choupette-change

I guess the best place for this, would be in the Map feature, so that all the different objects the map supports can be exported, and only needs to be implemented in one plugin.

srcejon avatar Dec 03 '21 20:12 srcejon

The SDRangel Map feature now supports 3D:

image

image

Do you really want .kml as well, or will this do?

srcejon avatar Feb 06 '22 11:02 srcejon

Hello, I haven't tested the 3D maps yet where can we find them and the V6.19? If possible i want .kml output. Greetings

Le dim. 6 févr. 2022 à 12:34, srcejon @.***> a écrit :

The SDRangel Map feature now supports 3D:

[image: image] https://user-images.githubusercontent.com/57259258/152678831-45bdb322-2c3b-4107-84be-ddb323f69449.png

[image: image] https://user-images.githubusercontent.com/57259258/152678855-dc463694-b764-4210-9faa-75e61d284038.png

Do you really want .kml as well, or will this do?

— Reply to this email directly, view it on GitHub https://github.com/f4exb/sdrangel/issues/1068#issuecomment-1030814040, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQJK5P2IWIA7R3TJMYLN4S3UZZMCTANCNFSM5JD4LGZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

choupette-change avatar Feb 06 '22 17:02 choupette-change

v 6.19 is yet to be released but the 3D map feature is already in the master branch

f4exb avatar Feb 06 '22 22:02 f4exb

error when installing the latest master:

make[2]: *** [pluginssrv/channelrx/demodapt/CMakeFiles/demodaptsrv.dir/build.make:147 : pluginssrv/channelrx/demodapt/CMakeFiles/demodaptsrv.dir/aptdemodimageworker.cpp.o] Erreur 1 make[2]: *** Attente des tâches non terminées.... [ 41%] Building CXX object pluginssrv/channelrx/noisefigure/CMakeFiles/noisefiguresrv.dir/noisefiguresettings.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/noisefigure/CMakeFiles/noisefiguresrv.dir/noisefigurebaseband.cpp.o make[1]: *** [CMakeFiles/Makefile2:12640 : pluginssrv/channelrx/demodapt/CMakeFiles/demodaptsrv.dir/all] Erreur 2 make[1]: *** Attente des tâches non terminées.... [ 42%] Building CXX object pluginssrv/channelrx/noisefigure/CMakeFiles/noisefiguresrv.dir/noisefiguresink.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/sigmffilesink/CMakeFiles/sigmffilesinksrv.dir/sigmffilesinkbaseband.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/noisefigure/CMakeFiles/noisefiguresrv.dir/noisefigureplugin.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/noisefigure/CMakeFiles/noisefiguresrv.dir/noisefigurewebapiadapter.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/sigmffilesink/CMakeFiles/sigmffilesinksrv.dir/sigmffilesinksink.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/sigmffilesink/CMakeFiles/sigmffilesinksrv.dir/sigmffilesinksettings.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/sigmffilesink/CMakeFiles/sigmffilesinksrv.dir/sigmffilesinkmessages.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/sigmffilesink/CMakeFiles/sigmffilesinksrv.dir/sigmffilesinkwebapiadapter.cpp.o [ 42%] Building CXX object pluginssrv/channelrx/sigmffilesink/CMakeFiles/sigmffilesinksrv.dir/sigmffilesinkplugin.cpp.o [ 42%] Linking CXX shared library ../../../lib/pluginssrv/libnoisefiguresrv.so [ 42%] Linking CXX shared library ../../../lib/pluginssrv/libsigmffilesinksrv.so [ 42%] Built target noisefiguresrv [ 42%] Built target sigmffilesinksrv make: *** [Makefile:171 : all] Erreur 2 @.***:~/SDRangel/sdrangel/build$

Le dim. 6 févr. 2022 à 23:39, Edouard Griffiths @.***> a écrit :

v 6.19 is yet to be released but the 3D map feature is already in the master branch

— Reply to this email directly, view it on GitHub https://github.com/f4exb/sdrangel/issues/1068#issuecomment-1030930128, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQJK5P7EGYWOZDUN4Y6HLK3UZ32DHANCNFSM5JD4LGZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

choupette-change avatar Feb 07 '22 11:02 choupette-change

You don't appear to have pasted the actual error.

However, please make sure that you've git pulled and rebuilt / installed aptdec.

srcejon avatar Feb 07 '22 12:02 srcejon

thanks for the tip, i reloaded aptdec and it works. I will test the 3d cards :)

Le lun. 7 févr. 2022 à 13:01, srcejon @.***> a écrit :

You don't appear to have pasted the actual error.

However, please make sure that you've git pulled and rebuilt / installed aptdec.

— Reply to this email directly, view it on GitHub https://github.com/f4exb/sdrangel/issues/1068#issuecomment-1031389793, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQJK5P7ZNGEBGGU44DGLRCDUZ6YATANCNFSM5JD4LGZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

choupette-change avatar Feb 07 '22 13:02 choupette-change

Implemented in 7.20

srcejon avatar Apr 14 '24 18:04 srcejon