WGS84 Ellipsoidal Earth Plotted at 4 pixels Per Degree

Draws a satellite view of earth scaled to match the WGS84 ellipsoid, with political boundaries.
5.4K descargas
Actualizado 30 Sep 2005

Sin licencia

SATGLOBE4e - Draws an idealized satellite view of earth scaled to match the WGS84 ellipsoid.

This file renders a fully manipulatable satellite view of earth at a resolution of four pixels per degree, with added international political boundaries and gridlines. The imagery was obtained from NASA, then postprocessed. The globe was rendered using the MATLAB Mapping Toolbox.

The Mapping Toolbox is not needed to use this file; however, if you have the toolbox, you will be able to use the plot3m command to add your own graphics. If not, you can simply use plot3. (In both cases, keep in mind the WGS84 scaling.)

In order to save storage space, this m-file loads image data from the file satglobe.mat, and then creates the graticule mesh itself. This process allows users who do not have the MATLAB Mapping Toolbox to render the figure, but it does take a few moments to compute the mesh. Using this trick, the data storage is reduced considerably; however, once the figure is rendered, you may wish to save it as a regular MATLAB figure file to increase speed. (You must place the included file satglobe4.mat on your MATLAB path.)

NOTE: Try using set(gcf,'renderer','opengl') for best on-screen performance and set(gcf,'renderer','zbuffer') for best printed performance. (This will vary depeding on your computer system, so try experimenting.) The default renderer is zbuffer in order to obtain decent cross-platform performance. If your image seems sub-optimal, switch to OpenGL.

No warranty; use at your own risk.

ver 1.0 Initial writing. Michael Kleder, 2004
ver 1.1 Scaled to WGS84 ellipsoid, named "satglobe4e". Michael Kleder, Sep 2005

Submitted in response to a MATLAB Central File Exchange user request.

Citar como

Michael Kleder (2024). WGS84 Ellipsoidal Earth Plotted at 4 pixels Per Degree (https://www.mathworks.com/matlabcentral/fileexchange/8590-wgs84-ellipsoidal-earth-plotted-at-4-pixels-per-degree), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R11
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Map Display en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0