last week

Ok. Let the blog to publish the process of my thoughtbuilding. Hiding it from external world may not be a good practice – I forgeteasily.

What I got last week? Hit on fw architecture as well asdetailed coding (a little bit, but will continue). Installed wxDev-C++. I shouldhit more on sw before plunging into PCIe. So…time again very limited.

Brushed up the thermal, power, ESD design of va. Not doneyet. Must finished it before tomorrow. Then review the design of vb.

Got some feelings about VB. Will keep hit on it this weekend– a good time spender for bored time.

Need to dig more details on SP. That’s so simple. All I needis familiarity. Voice, writing, discussion would be my weapon to achieve that.

ARS verification. Another change force me to get familiarwith high level sw.


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
require([ "esri/Map", "esri/layers/CSVLayer", "esri/views/MapView", "esri/widgets/Legend" ], (Map, CSVLayer, MapView, Legend) => { const url = "https://earthquake.usgs.gov/fdsnws/event/1/query.csv?starttime=2020-01-01%2000:00:00&endtime=2020-12-31%2023:59:59&minlatitude=28.032&maxlatitude=41.509&minlongitude=74.18&maxlongitude=115.857&minmagnitude=2.5&orderby=time"; // Paste the url into a browser's address bar to download and view the attributes // in the CSV file. These attributes include: // * mag - magnitude // * type - earthquake or other event such as nuclear test // * place - location of the event // * time - the time of the event const template = { title: "{place}", content: "Magnitude {mag} {type} hit {place} on {time}." }; // The heatmap renderer assigns each pixel in the view with // an intensity value. The ratio of that intensity value // to the maxPixel intensity is used to assign a color // from the continuous color ramp in the colorStops property const renderer = { type: "heatmap", colorStops: [ { color: "rgba(63, 40, 102, 0)", ratio: 0 }, { color: "#472b77", ratio: 0.083 }, { color: "#4e2d87", ratio: 0.166 }, { color: "#563098", ratio: 0.249 }, { color: "#5d32a8", ratio: 0.332 }, { color: "#6735be", ratio: 0.415 }, { color: "#7139d4", ratio: 0.498 }, { color: "#7b3ce9", ratio: 0.581 }, { color: "#853fff", ratio: 0.664 }, { color: "#a46fbf", ratio: 0.747 }, { color: "#c29f80", ratio: 0.83 }, { color: "#e0cf40", ratio: 0.913 }, { color: "#ffff00", ratio: 1 } ], maxDensity: 0.01, minDensity: 0 }; const layer = new CSVLayer({ url: url, title: "Magnitude 2.5+ earthquakes from the last week", copyright: "USGS Earthquakes", popupTemplate: template, renderer: renderer, labelsVisible: true, labelingInfo: [ { symbol: { type: "text", // autocasts as new TextSymbol() color: "white", font: { family: "Noto Sans", size: 8 }, haloColor: "#472b77", haloSize: 0.75 }, labelPlacement: "center-center", labelExpressionInfo: { expression: "Text($feature.mag, '#.0')" }, where: "mag > 5" } ] }); const map = new Map({ basemap: "gray-vector", layers: [layer] }); const view = new MapView({ container: "viewDiv", center: [-138, 30], zoom: 2, map: map }); view.ui.add( new Legend({ view: view }), "bottom-left" ); }); </script>怎么把这段代码中引用的地址改成本地内存的地址
06-08

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值