色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

python實現經緯度采樣的示例代碼

瀏覽:34日期:2022-07-02 15:57:16
原理

經度 phi,緯度 theta 處的坐標為:x =R* cos(phi) * cos(theta)y = Rsin(phi) * cos(theta)z = Rsin(theta)

問題

經緯度采樣的采樣點是相同經緯度間隔的交點。但是采樣1000個點,如何劃分多少條經線,多少條緯線相交,才能使1000個采樣點最均勻的分布在球面上(雖然經緯度采樣本來就不均勻,但對于不同的采樣點個數應該有一種相對最均勻的經緯線劃分)?求大佬指教!我目前是將緯度每10度進行劃分。

Code

import randomfrom mpl_toolkits import mplot3dimport numpy as npimport mathimport matplotlib.pyplot as plt%matplotlib inlineax=plt.axes(projection='3d')N=1000x=[]y=[]z=[]r=1#經度def longitude(lng): phi=(180+lng)*(math.pi/180) return phi#緯度def latitude(lat): theta=lat*(math.pi/180) return thetafor i in range(-80,90,10): for j in np.arange(-180,180,360/((N-2)/17)): #x.append(-r*math.sin(latitude(i))*math.cos(longitude(j))) #y.append(r*math.cos(latitude(i))) #z.append(r*math.sin(latitude(i))*math.sin(longitude(j)))x.append(r*math.cos(latitude(i))*math.cos(longitude(j))) z.append(r*math.sin(latitude(i))) y.append(r*math.cos(latitude(i))*math.sin(longitude(j)))x.append(r*math.cos(latitude(-90))*math.cos(longitude(0)))z.append(r*math.sin(latitude(-90)))y.append(r*math.cos(latitude(-90))*math.sin(longitude(0)))x.append(r*math.cos(latitude(90))*math.cos(longitude(0)))z.append(r*math.sin(latitude(90)))y.append(r*math.cos(latitude(90))*math.sin(longitude(0)))xline=np.array(x)yline=np.array(y)zline=np.array(z)print(xline.shape)ax.scatter3D(xline,yline,zline,s=2)plt.savefig('D:samples經緯度采樣.png')

效果

python實現經緯度采樣的示例代碼

到此這篇關于python實現經緯度采樣的示例代碼的文章就介紹到這了,更多相關python 經緯度采樣內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 久久厕所 | 香港全黄一级毛片在线播放 | 一区二区在线播放福利视频 | 伊人久久网站 | 欧美99| 成人a免费α片在线视频网站 | 99欧美视频| 午夜视频一区二区三区 | 中文字幕二区三区 | 亚洲精品国产专区一区 | 亚洲国产精品二区久久 | 露脸 在线 国产 眼镜 | 成年网在线观看免费观看网址 | 成人网18免费网站 | 性欧美高清come | 精品国产亚一区二区三区 | 在线视频中文字幕 | 成人中文字幕在线 | 亚洲激情视频网 | 久久网站免费 | 一级做a免费视频观看网站 一级做a爰 | 亚洲欧美激情在线 | a级午夜毛片免费一区二区 a级性生活视频 | 97免费在线 | 国产亚洲精品片a77777 | 国产在线观看一区 | 日韩欧美精品一区二区三区 | 97久久精品国产精品青草 | 午夜一级做a爰片久久毛片 午夜伊人网 | 视频一区二区三区自拍 | 在线免费观看国产 | 深夜福利视频在线观看免费视频 | 欧美与黑人午夜性猛交久久久 | 盗摄偷拍a在线观看 | 女人被男人躁得好爽免费视频免费 | 久久福利精品 | 免费看成人毛片 | 国产亚洲精品国产第一 | 中国女警察一级毛片视频 | 国内精品久久久久久 | 亚洲国产天堂久久精品网 |