whereami

버전 1.0.1 (2.23 MB) 작성자: François Beauducel
Automatic geolocation map
다운로드 수: 19
업데이트 날짜: 2021/12/9

Automatic geolocation map

whereami.m

The function whereami tries to locate where your computer is and produces a map of illuminated relief topography as new figure, centered on your position. whereami(HOST) allows to specify any host name or IP address. Other options are available (see examples below).

The function needs an internet connection, READHGT and DEM functions, also available at https://github/IPGP/mapping-matlab.

Installation

  1. Download zip files from the two archives: whereami and readhgt (includes dem.m);
  2. unzip and copy/move the following files in your working directory:
    • whereami.m
    • readhgt.m
    • readhgt_srtm_index.txt
    • dem.m
    • landcolor.m
  3. under Matlab or GNU Octave, go to your working directory and type following examples at the command prompt.

Examples

% makes a figure centered on your present position on Earth
whereami
% makes a figure centered on the IPGP institute in Paris, France.
whereami('www.ipgp.fr')

% makes a figure centered on latitude/longitude 53.38°N / 13.06°E,
% which is the GFZ institute in Potsdam, Germany, with a 0.5° height.
whereami([53.38 13.06],0.5)

Author

François Beauducel, beaudu, beauducel@ipgp.fr

Documentation

Type doc whereami for help and syntax. See also View whereami on File Exchange users community comments.

인용 양식

François Beauducel (2024). whereami (https://github.com/beaudu/whereami/releases/tag/v1.0.1), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

See release notes for this release on GitHub: https://github.com/beaudu/whereami/releases/tag/v1.0.1

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.