ApkDownload

Boole Magnetic Declination Image Table APK

最新版本 1.01 for Windows
更新 2018年October16日

信息

1.01 (#20184202)

更新 2018年October16日

APK档案大小 5.4 MB

Android 系统版本要求 Android 4.0+ (Ice Cream Sandwich)

开发者 Boole Embedded Systems

类别 教育 (应用)

应用 ID appinventor.ai_antonio.Boole_Mag_Declination

开发者备注 触摸世界地图上的一个点并获得Magnetic North Deviation

屏幕截图图片

单击图像查看完整尺寸

新功能

Boole Magnetic Declination Image Table 1.01的新功能

Now, there is a Compass presenting the Geographic True North and the Magnetic North.

内容描述

触摸世界地图上的一个点并获得Magnetic North Deviation。
当使用GPS位置时,指南针呈现真(地理)北和磁北。
当指向槽图时,卡顶部锁定,箭头指向磁铁变化,与地理北部相关的偏角。
教育目的应用程序,仅用于研究画布行为,
使用它作为表来使用MIT App Inventor框架从二维信息源查询数据。

源代码可在以下位置获得:
http://ai2.appinventor.mit.edu/
并搜索:Boole Magnetic Declination

数据来源是从以下网站获得的NOAA软件:https://ngdc.noaa.gov/geomag/geomag.shtml

带有倾斜线的世界地图来自https://www.ngdc.noaa.gov/geomag/magfield-wist/

从wmm_grid.exe软件生成网格表Declination-89to90.csv后,请求从-89到+90纬度,从-179到180经度,1度步,2019年,在3公里高度, png图像基于此PHP脚本生成:
 $ im = @imagecreatetruecolor(360,180)
或死(“无法初始化新的GD图像流”);


if($ i <= 0){
$ b = intval(abs($ i / 32))* 4;
$ g =(abs($ i)%32)* 8;
}

if($ i> 0){
$ r = intval(abs($ i / 32))* 4;
$ g =(abs($ i)%32)* 8;
}

printf(“创造颜色”。$ i。“
\ n”);
$ {“color”。$ i} = imagecolorallocate($ im,$ r,$ g,$ b);
}

$ row = 1;
if(($ handle = fopen(“Declination-89to90.csv”,“r”))!== FALSE){
while(($ data = fgetcsv($ handle,1000,“,”))!== FALSE){
$ num = count($ data);
echo“

$ num campos na linha $ row:
\ n”;
$行++;
for($ c = 0; $ c <$ num; $ c ++){
echo $ c。“>”。$ data [$ c]。 “
\ n”;
}
$ x = 179 + $ data [1];
$ y = 89 +($ data [0] *(-1));
$ color =“color”。$ data [2] * 1;
echo“创建$ im,$ x,$ y,$ color
”;
imagesetpixel($ im,$ x,$ y,$ {$ color});
}
FCLOSE($处理);
}


imagepng($ im,“Declination_image-89to90.png”,0);

imagedestroy($ IM);

上述所有链接均于2018年10月14日访问

在应用程序中,上面的图像在画布上用作背景图像,并且在画布上拖动手指将指向检查其颜色的像素。

红色和蓝色是正偏差和负偏差,绿色是该值的较低部分。正如您在源代码中看到的那样

我希望您喜欢这个应用程序,可以通过以下方式向我发送更多信息或想法:antonio@boolesystems.com

评分和评论

分:3.0 / 5 · Less than 100 票

(*) 是必须的

之前的版本

Boole Magnetic Declination Image Table 1.01 APK - Windows 下载 - (#20184202, 5.4 MB)