原始檔案(SVG 檔案,表面大小:975 × 787 像素,檔案大小:47 KB)


摘要

描述
English: Diagram of Earth Centered, Earth Fixed coordinates in relation to latitude and longitude.
日期
來源 自己的作品
作者 Krishnavedala
 
W3C-validity not checked.
LaTeX source code
\documentclass[10pt,border=1pt,tikz,class=scrartcl]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{mathtools}
\usepackage{gensymb}

\usepackage{tikz-3dplot}
\usetikzlibrary{arrows,calc,positioning,decorations.pathreplacing}

\begin{document}
\scriptsize
\tdplotsetmaincoords {80}{100}
\begin{tikzpicture}[thick,auto,>=stealth,xscale=4,yscale=3,tdplot_main_coords]
	\pgfmathsetmacro{\pxyz}{.6}
	\draw [->,thin] (0,0,0) -- (1.2,0,0) node [anchor=north east] {X};
	\draw [->,thin] (0,0,0) -- (0,1.2,0) node [anchor=north] {Y};
	\draw [->,thin] (0,0,0) -- (0,0,1.2) node [anchor=south] {Z};
	\tdplotdrawarc {(0,0,0)}{1}{-90}{90}{}{};
	\tdplotdrawarc [dotted] {(0,0,0)}{1}{90}{270}{}{};
	\draw [green!50!gray] (\pxyz,0,0) -- ++(0,\pxyz,0) node [pos=.5,below] {$y$} 
		-- ++(-\pxyz,0,0) node [pos=.5,below right] {$x$} 
		-- ++(0,0,\pxyz) node [pos=.5,right] {$z$} 
		-- ++(0,-\pxyz,0) -- ++(\pxyz,0,0) -- ++(0,0,-\pxyz)
		(\pxyz,0,\pxyz) -- ++(0,\pxyz,0) -- ++(0,0,-\pxyz)
		(\pxyz,\pxyz,\pxyz) -- ++(-\pxyz,0,0)
	;
	\draw [red] (0,0,0) -- (\pxyz,\pxyz,0)	node [pos=.8,above] {$p$}
		(0,0,0) -- (\pxyz,\pxyz,\pxyz)	node [pos=.7,above] {$r$};
	\tdplotdrawarc [->,thin] {(0,0,0)} {.3} {0}{45}{below}{$\lambda$};
	\tdplotgetpolarcoords{\pxyz}{\pxyz}{\pxyz}
	\tdplotsetthetaplanecoords{45};
	\tdplotdrawarc [tdplot_rotated_coords,->,thin] {(0,0,0)} {.3} {90}{\tdplotrestheta}{right}{$\phi$};
	%\draw [->,dashed] (0,0,0) -- (-1.2,0);
	%\draw [->,dashed] (0,0,0) -- (0,-1.2,0);
	\draw [->,dashed,thin] (0,0,0) -- (0,0,-1.2);
	\tdplotsetthetaplanecoords{0};
	\tdplotdrawarc [tdplot_rotated_coords]{(0,0,0)}{1}{0}{180}{}{};
	\tdplotdrawarc [tdplot_rotated_coords,dotted] {(0,0,0)}{1}{180}{360}{}{};
	\tdplotsetthetaplanecoords{90};
	\tdplotdrawarc [tdplot_rotated_coords]{(0,0,0)}{1}{0}{360}{}{};
	\draw (0,0,0) + (0,0,1.1) node [left] {North Pole}
		 (0,0,0) + (.5,.7,-.3) node {\parbox{1.5cm}{Equator\\(0\degree latitude)}}
		 (0,0,0) + (0,-.5,.5) node {\parbox{1.9cm}{Prime meridian\\(0\degree longitude)}}
	;
	\draw [anchor=east,yshift=3pt]
		 (0,1.2,1.2) node {$\phi=$ latitude}
		 (0,1.2,1.12) node {$\lambda=$ longitude}
		 (0,1.2,1.04) node [blue!50] {$a=$ major axis}
		 (0,1.2,.96) node [purple!70] {$b=$ minor axis}
		 (0,1.2,.88) node [green!50!gray] {$x,y,z=$ ECEF position}
	;
	\draw [->,thin] (.4,.8,-.3) .. controls +(north east:1mm) and +(south east:1mm) .. ++(-.1,-.05,.24);
	\draw [->,thin] (0,-.4,.6) .. controls +(north:1mm) and +(west:1mm) .. ++(0,.27,.2);
	\draw [blue!50,decorate,decoration={brace,amplitude=5pt,mirror}] (0,0,0) -- (1,0,0) node [pos=.4,above left=2pt] {$a$};
	\draw [blue!50,decorate,decoration={brace,amplitude=5pt}] (0,0,0) -- (0,1,0) node [pos=.5,above=4pt] {$a$};
	\draw [purple!70,decorate,decoration={brace,amplitude=5pt}] (0,0,0) -- (0,0,1) node [pos=.5,left=4pt] {$b$};
\end{tikzpicture}
\end{document}

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
w:zh:共享創意
姓名標示 相同方式分享
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
GNU head 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。
您可以選擇您需要的授權條款。

說明

添加單行說明來描述出檔案所代表的內容
ECEF model

在此檔案描寫的項目

描繪內容

創作作者 Chinese (Hong Kong) (已轉換拼寫)

沒有維基數據項目的某些值

作者姓名字串 繁體中文 (已轉換拼寫):​Krishnavedala
維基媒體使用者名稱 繁體中文 (已轉換拼寫):​Krishnavedala

著作權狀態 繁體中文 (已轉換拼寫)

有著作權 繁體中文 (已轉換拼寫)

GNU自由文檔許可證1.2或更高版本 繁體中文 (已轉換拼寫)

共享創意署名-相同方式共享3.0Unported Chinese (Hong Kong) (已轉換拼寫)

檔案來源 Chinese (Taiwan) (已轉換拼寫)

上傳者的原創作品 繁體中文 (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸用戶備⁠註
目前2017年6月8日 (四) 02:55於 2017年6月8日 (四) 02:55 版本的縮圖975 × 787(47 KB)This, that and the otherIncrease default size
2014年12月7日 (日) 16:19於 2014年12月7日 (日) 16:19 版本的縮圖325 × 262(47 KB)Krishnavedala{{Information |Description ={{en|1=Diagram of Earth Centered, Earth Fixed coordinates in relation to latitude and longitude.}} |Source ={{own}} |Author =Krishnavedala |Date =2014-12-07 |Permission...

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料