SlideShare uma empresa Scribd logo
1 de 7
Mapping Toolbox 3.2
Analyze and visualize geographic information

                     Mapping Toolbox™ provides tools and utilities for analyzing geographic data and creating map displays. You can
                     import vector and raster data from shapefile, GeoTIFF, SDTS DEM, or other file formats, as well as Web-based
                     data from Web Map Service (WMS) servers. The toolbox lets you customize the imported data by subsetting,
                     trimming, intersecting, adjusting spatial resolution, and applying other methods. With features for fields such as
                     geodesy, navigation, and digital terrain analysis, the toolbox enables you to develop geospatial analyses and
                     illustrate the results. Geographic data can be combined with base map layers from multiple sources in a single map
                     display.

                     Mapping Toolbox and MATLAB® enable you to develop customized solutions to geospatial problems such as
                     predicting weather patterns, modeling the movement of glacial land masses, or finding optimal locations for wind
                     turbines. With function-level access to all key features in the toolbox and the high-level MATLAB language, you
                     can develop innovative algorithms and automate your workflow for repetitive tasks.

                     Key Features
                      ▪ Vector and raster data import and export from standard formats and specific data products

                      ▪ Data retrieval from Web Map Service (WMS) servers for customized geographic data sets and related
                         metadata

                      ▪ 2D and 3D map display, customization, and interaction

                      ▪ Digital terrain and elevation model analysis functions, including profile, gradient, line-of-sight, and viewshed
                         calculations

                      ▪ Geometric geodesy, including distance and area calculations, 3D coordinate transformations, and more than
                         65 map projections

                      ▪ Utilities for converting units, adjusting spatial resolution, wrapping longitudes, and managing spatially
                         referenced images and raster data




                     Blue Marble image courtesy of NASA-JPL/Caltech.




                                                                                                                                           1
Import and Export Geographic Data

Mapping Toolbox imports a wide range of GIS and geospatial file formats, enabling you to read both vector and
raster data into the MATLAB environment. The toolbox helps you reduce access time and improve memory usage
by providing functionality for specific file types to read a portion of a file and downsample data prior to use. The
toolbox supports georeferenced imagery and other raster data grids, including orthoimagery, satellite swath data,
digital terrain elevation models, and various global data grids.

Mapping Toolbox also exports data to a number of file formats, enabling you to share data with applications such
as Google Earth™ and ArcGIS. Using the toolbox with MATLAB or Image Processing Toolbox™ provides access to
additional file formats.

File formats and data products supported by Mapping Toolbox include:

 ▪ Raster file formats, such as GeoTIFF, USGS DEM, DEM, DTED, Arc ASCII Grid, GTOPO30, ETOPO, and
    worldfile

 ▪ Vector file formats, such as ESRI shapefiles, KML, VMAP0, DCW, and GSHHS

 ▪ Selected data products, such as AVHRR and EGM96

File formats supported by MATLAB include:

 ▪ Image file formats, such as TIFF, JPEG, PNG, and JPEG2000

 ▪ Scientific data formats, such as NetCDF, HDF5, HDF4, HDF-EOS, and multiband files (BIP, BIL, BSQ)

File formats supported by Image Processing Toolbox include:

 ▪ Image file formats, such as NITF and HDR

Access Web Map Service (WMS) Servers

With Mapping Toolbox, you can find and download raster data from WMS servers. Many government and
commercial organizations, such as NASA, ESA, USGS, NOAA, ESRI, and Microsoft, adhere to the WMS protocol
for rendering, reprojecting, and serving georeferenced data sets over the Internet. Mapping Toolbox enables you
to access elevation, oceanography, weather, satellite imagery, and many other raster data sets in MATLAB.

To assist with identifying WMS data layers that are appropriate to your application, the toolbox provides a
prequalified database of WMS servers and layers that enables you to search for an appropriate data set by layer
name, server name, location, and other terms. To request and retrieve a map with appropriate characteristics, such
as spatial resolution and geographic limits, the toolbox provides functions and classes that enable you to define a
custom map request, submit it to the server, and retrieve a map into a file or directly into MATLAB for
processing.




                                                                                                                       2
Collapse of the Larsen Ice Shelf, Antarctica, over a 3-month period. Original coastline segmented using Image
Processing Toolbox. Images courtesy of NASA/Goddard Space Flight Center Scientific Visualization Studio.




A composite map of San Francisco created with functions in Mapping Toolbox. Data courtesy of U.S. Geological
Survey and retrieved via Microsoft TerraServer.




Create 2D and 3D Map Displays

Mapping Toolbox provides a broad set of visualization functions to combine vector and raster data and produce
customized 2D and 3D map displays. The map displays can be simple or sophisticated, and can be tuned to your
application. You can readily combine data sets of different scales and modalities in the same display. For example,
you can display images and data grids in their correct positions—regardless of cell size, pixel size, or area
covered—and then overlay vector map features.

Function-level access to map display capabilities in the toolbox enables automatic creation of frequently used map
displays. For example, you can use batch mode processing to examine a geospatial time-series data set and create
an animated display that shows how the data changes over time. Functionality in MATLAB enables you to save
animated map figures to a movie or GIF file.

With the visualization functions in the toolbox, you can:




                                                                                                                      3
▪ Create scatter, line, polygon, quiver, comet, and stem plots

 ▪ Annotate your map with a scale ruler, north arrow, contour labels, and legends

 ▪ Customize map markers, colors, and line styles

 ▪ Vary transparency for polygons and raster data sets

 ▪ Control latitude-longitude grid and meridian and parallel labels

 ▪ Apply special colormaps for contour maps, terrain, bathymetry grids, and political maps

 ▪ Control lighting, shading, and perspective




Map display of eastern Massachusetts town borders and hydrology with a scale ruler, north arrow, and an inset map
of the Northeast United States. Image courtesy of Office of Geographic and Environmental Information (MassGIS).




Overlay of raster and vector data layers for Concord, Massachusetts. Data courtesy of Office of Geographic and
Environmental Information (MassGIS).




Analyze Digital Terrain and Elevation Models

Mapping Toolbox supports the visualization and analysis of 3D data, such as digital terrain, bathymetry, and other
gridded-data products. It provides functions to visualize terrain data and add annotations such as contour lines.
You can control lighting, shading, colormaps, and other aspects of the display. The MATLAB graphics
environment enables you to reposition the figure camera interactively and programmatically to view your data
from different perspectives.




                                                                                                                     4
The toolbox also provides functions to calculate gradient, slope, aspect, line-of-sight visibility, and viewshed. You
can use these functions in applications such as the placement of communication towers, where you need to
calculate the direct line-of-sight from many vantage points to determine the optimal location.

You can also use Mapping Toolbox with Simulink 3D Animation™ to create a virtual reality world from elevation
data; you can then couple the terrain data with analysis provided by other products. For example, you can use
Aerospace Blockset™ with your virtual world to perform tasks such as visualizing flight paths over geographic data
sets.




Digital terrain visualization of the Grand Canyon image with contour data. DEM data courtesy of NASA-JPL/Caltech.
Topographic data courtesy U.S. Geological Survey and retrieved via Microsoft TerraServer.




Apply Geometric Geodesy, Map Projections, and Utilities

Geometric Geodesy

With Mapping Toolbox, your calculations can account for the curvature of Earth and other planetary bodies. You
can find the surface area of arbitrary polygons or quadrangles on spheres and ellipsoids, calculate the intersections
of geometric objects, compute the distance between points on a sphere or ellipsoid, and find the overlapping area
between polygons. Navigation functionality enables you to perform tasks such as calculating and correcting for
wind and current vectors based on heading and air or ground speed.

The toolbox also provides 3D coordinate transformations between geodetic and geocentric coordinate systems.
These provide key functionality when implementing Helmert transformations and 3D datum transformations that
you would need, for example, to combine data referenced to WGS84 with legacy maps based on older datums.




                                                                                                                        5
Weather data on top of satellite imagery for the continental United States. Image Processing Toolbox is used to
segment the primary storm from national weather data, and geodetic calculations are made using Mapping Toolbox to
find the area of the storm. Data courtesy of NOAA, as retrieved via the Iowa Environmental Mesonet WMS Server,
and NASA-JPL/Caltech.




Map Projections

Mapping Toolbox contains more than 65 of the most popular and important map projections for displaying the
curved surface of planetary bodies on a 2D map display. They include equal-area, equidistant, conformal, and
compromise projections in the cylindrical, conic, and azimuthal classes. The toolbox also supports projections in
the PROJ.4 library and the UTM/UPS systems. Many projections support both spherical and ellipsoidal models of
Earth and other bodies.

With the toolbox, you can apply forward and inverse transformations of positions and direction angles or
azimuths, enabling the reprojection of vector data into alternative systems. Raster and image data displays can be
projected in map visualizations to match the coordinate systems of other data sets. You can also explore the
properties of your projection by trimming the data to a particular latitude-longitude extent, calculating distortion
parameters at a point, or visualizing map distortions as Tissot Indicatrices or scale-distortion contours.




Mercator, Mollweide, and sinusoidal projections (clockwise from top). Images courtesy NASA-JPL/Caltech.




                                                                                                                       6
Geographic Data Utilities

                           With Mapping Toolbox, you can work with vector data as X-Y or latitude-longitude vectors or as structures where
                           other metadata can be maintained and organized. In both cases, the toolbox provides functionality to help you
                           manipulate the data, including splitting, merging, and reordering data points. It also provides functionality to
                           interpolate between waypoints and increase the sample density of your data with several interpolation techniques.

                           Many functions are available to work with raster, image, and other grid-based data. You can modify spatial
                           resolution, convert pixel indices to map coordinates, and extrapolate irregularly sampled data points into a grid.
                           Other Mapping Toolbox utility functions enable you to manipulate data structures within MATLAB, perform unit
                           and angle conversions, wrap longitude and azimuth angles, and format angle and distance strings.




                           Google Earth image showing historical earthquake data. Utility functions from Mapping Toolbox are used to locate,
                           extract, and write latitude-longitude coordinates of historical earthquake data from 1980 to 1995 (inset) to a KML file,
                           and the resulting data is viewed in Google Earth. Image courtesy of NASA/Goddard Space Flight Center Scientific
                           Visualization Studio.




Resources
Product Details, Demos, and System Requirements                                           Online User Community
www.mathworks.com/products/mapping                                                        www.mathworks.com/matlabcentral
Trial Software                                                                            Training Services
www.mathworks.com/trialrequest                                                            www.mathworks.com/training
Sales                                                                                     Third-Party Products and Services
www.mathworks.com/contactsales                                                            www.mathworks.com/connections
Technical Support                                                                         Worldwide Contacts
www.mathworks.com/support                                                                 www.mathworks.com/contact




                                             © 2011 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc. See www.mathworks.com/trademarks
                                             for a list of additional trademarks. Other product or brand names may be trademarks or registered trademarks of their respective holders.   7

Mais conteúdo relacionado

Mais procurados

Introduction to Tools in ArcGIS
Introduction to Tools in ArcGISIntroduction to Tools in ArcGIS
Introduction to Tools in ArcGISDaniele Baker
 
Manual to basic gis
Manual to basic gisManual to basic gis
Manual to basic gisQust04
 
Arc gis desktop_and_geoprocessing
Arc gis desktop_and_geoprocessingArc gis desktop_and_geoprocessing
Arc gis desktop_and_geoprocessingEsri
 
Gis+tutorial+1+basic+workbook
Gis+tutorial+1+basic+workbookGis+tutorial+1+basic+workbook
Gis+tutorial+1+basic+workbookClara Advn
 
Arc catalog introduction
Arc catalog introductionArc catalog introduction
Arc catalog introductionAshok Peddi
 
Q-GIS : Geo-referencing and Digitization
Q-GIS : Geo-referencing and DigitizationQ-GIS : Geo-referencing and Digitization
Q-GIS : Geo-referencing and DigitizationLakshya Pandit
 
Geographic information system and remote sensing
Geographic information system and remote sensingGeographic information system and remote sensing
Geographic information system and remote sensingchala hailu
 
Spatial Data with SQL Server Reporting Services
Spatial Data with SQL Server Reporting ServicesSpatial Data with SQL Server Reporting Services
Spatial Data with SQL Server Reporting ServicesMihail Mateev
 
Geodatabase: The ArcGIS Mechanism for Data Management
Geodatabase: The ArcGIS Mechanism for Data ManagementGeodatabase: The ArcGIS Mechanism for Data Management
Geodatabase: The ArcGIS Mechanism for Data ManagementEsri South Africa
 
Defination of gis and components of arc gis
Defination of gis and components of arc gisDefination of gis and components of arc gis
Defination of gis and components of arc gisSreedhar Siddhu
 
Global mapper tutorial Jimma University Ethiopia
Global mapper tutorial Jimma University EthiopiaGlobal mapper tutorial Jimma University Ethiopia
Global mapper tutorial Jimma University Ethiopiachala hailu
 
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...Kamlesh Kumar
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsMohammad Liton Hossain
 
Dsm Presentation
Dsm PresentationDsm Presentation
Dsm Presentationrichoe
 
Remote Sensing: Georeferencing
Remote Sensing: GeoreferencingRemote Sensing: Georeferencing
Remote Sensing: GeoreferencingKamlesh Kumar
 
QGIS Module 4
QGIS Module 4QGIS Module 4
QGIS Module 4CAPSUCSF
 

Mais procurados (20)

Geoprocessing
GeoprocessingGeoprocessing
Geoprocessing
 
Introduction to Tools in ArcGIS
Introduction to Tools in ArcGISIntroduction to Tools in ArcGIS
Introduction to Tools in ArcGIS
 
Manual to basic gis
Manual to basic gisManual to basic gis
Manual to basic gis
 
Arc gis desktop_and_geoprocessing
Arc gis desktop_and_geoprocessingArc gis desktop_and_geoprocessing
Arc gis desktop_and_geoprocessing
 
Gis+tutorial+1+basic+workbook
Gis+tutorial+1+basic+workbookGis+tutorial+1+basic+workbook
Gis+tutorial+1+basic+workbook
 
Arc catalog introduction
Arc catalog introductionArc catalog introduction
Arc catalog introduction
 
Q-GIS : Geo-referencing and Digitization
Q-GIS : Geo-referencing and DigitizationQ-GIS : Geo-referencing and Digitization
Q-GIS : Geo-referencing and Digitization
 
Arcgis training day_1
Arcgis training day_1Arcgis training day_1
Arcgis training day_1
 
Geographic information system and remote sensing
Geographic information system and remote sensingGeographic information system and remote sensing
Geographic information system and remote sensing
 
Spatial Data with SQL Server Reporting Services
Spatial Data with SQL Server Reporting ServicesSpatial Data with SQL Server Reporting Services
Spatial Data with SQL Server Reporting Services
 
Geodatabase: The ArcGIS Mechanism for Data Management
Geodatabase: The ArcGIS Mechanism for Data ManagementGeodatabase: The ArcGIS Mechanism for Data Management
Geodatabase: The ArcGIS Mechanism for Data Management
 
Defination of gis and components of arc gis
Defination of gis and components of arc gisDefination of gis and components of arc gis
Defination of gis and components of arc gis
 
Global mapper tutorial Jimma University Ethiopia
Global mapper tutorial Jimma University EthiopiaGlobal mapper tutorial Jimma University Ethiopia
Global mapper tutorial Jimma University Ethiopia
 
Arcgis training day_2
Arcgis training day_2Arcgis training day_2
Arcgis training day_2
 
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps
 
QGIS training class 3
QGIS training class 3QGIS training class 3
QGIS training class 3
 
Dsm Presentation
Dsm PresentationDsm Presentation
Dsm Presentation
 
Remote Sensing: Georeferencing
Remote Sensing: GeoreferencingRemote Sensing: Georeferencing
Remote Sensing: Georeferencing
 
QGIS Module 4
QGIS Module 4QGIS Module 4
QGIS Module 4
 

Destaque

2ª TertúLia Satense
2ª TertúLia Satense2ª TertúLia Satense
2ª TertúLia SatenseSatao
 
Entrada 2... my rutina
Entrada 2... my rutinaEntrada 2... my rutina
Entrada 2... my rutinageilermosquera
 
Birds Bees and Butterflies Wings Over the Curriculum by Mary Van Dyke and Chr...
Birds Bees and Butterflies Wings Over the Curriculum by Mary Van Dyke and Chr...Birds Bees and Butterflies Wings Over the Curriculum by Mary Van Dyke and Chr...
Birds Bees and Butterflies Wings Over the Curriculum by Mary Van Dyke and Chr...Mary Van Dyke
 
La web 2.0 un mundo de posibilidades.
La web 2.0 un mundo de posibilidades.La web 2.0 un mundo de posibilidades.
La web 2.0 un mundo de posibilidades.shelylala
 
Dsp 1recordprophess-140720055832-phpapp01
Dsp 1recordprophess-140720055832-phpapp01Dsp 1recordprophess-140720055832-phpapp01
Dsp 1recordprophess-140720055832-phpapp01Sagar Gore
 
Kazy Meritorious Mast
Kazy Meritorious MastKazy Meritorious Mast
Kazy Meritorious MastStephen Kazy
 
Overcoming Homelessness and Refugees
Overcoming Homelessness and RefugeesOvercoming Homelessness and Refugees
Overcoming Homelessness and RefugeesTauvia Blue
 
Midi-Pyrénées - Yawa
Midi-Pyrénées - YawaMidi-Pyrénées - Yawa
Midi-Pyrénées - Yawae_rine
 
Exposicion de cirugia practica
Exposicion de cirugia practicaExposicion de cirugia practica
Exposicion de cirugia practicaBriguisel
 
Unethical Business by Cocacola
Unethical Business by CocacolaUnethical Business by Cocacola
Unethical Business by CocacolaNethan P
 

Destaque (17)

Fildlar etika
Fildlar etikaFildlar etika
Fildlar etika
 
AEROPUERTOS 2016
AEROPUERTOS 2016AEROPUERTOS 2016
AEROPUERTOS 2016
 
2ª TertúLia Satense
2ª TertúLia Satense2ª TertúLia Satense
2ª TertúLia Satense
 
Car
CarCar
Car
 
Entrada 2... my rutina
Entrada 2... my rutinaEntrada 2... my rutina
Entrada 2... my rutina
 
Birds Bees and Butterflies Wings Over the Curriculum by Mary Van Dyke and Chr...
Birds Bees and Butterflies Wings Over the Curriculum by Mary Van Dyke and Chr...Birds Bees and Butterflies Wings Over the Curriculum by Mary Van Dyke and Chr...
Birds Bees and Butterflies Wings Over the Curriculum by Mary Van Dyke and Chr...
 
La web 2.0 un mundo de posibilidades.
La web 2.0 un mundo de posibilidades.La web 2.0 un mundo de posibilidades.
La web 2.0 un mundo de posibilidades.
 
Dsp 1recordprophess-140720055832-phpapp01
Dsp 1recordprophess-140720055832-phpapp01Dsp 1recordprophess-140720055832-phpapp01
Dsp 1recordprophess-140720055832-phpapp01
 
Kazy Meritorious Mast
Kazy Meritorious MastKazy Meritorious Mast
Kazy Meritorious Mast
 
Overcoming Homelessness and Refugees
Overcoming Homelessness and RefugeesOvercoming Homelessness and Refugees
Overcoming Homelessness and Refugees
 
Midi-Pyrénées - Yawa
Midi-Pyrénées - YawaMidi-Pyrénées - Yawa
Midi-Pyrénées - Yawa
 
tagine pot
tagine pottagine pot
tagine pot
 
Exposicion de cirugia practica
Exposicion de cirugia practicaExposicion de cirugia practica
Exposicion de cirugia practica
 
Hemodynamics
HemodynamicsHemodynamics
Hemodynamics
 
Brady ignite presentation
Brady ignite presentationBrady ignite presentation
Brady ignite presentation
 
153871364 gradiente-de-fractura
153871364 gradiente-de-fractura153871364 gradiente-de-fractura
153871364 gradiente-de-fractura
 
Unethical Business by Cocacola
Unethical Business by CocacolaUnethical Business by Cocacola
Unethical Business by Cocacola
 

Semelhante a Mapping toolbox

Sql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperSql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperKlaudiia Jacome
 
ArcGIS por
ArcGIS porArcGIS por
ArcGIS porWizoAli
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GISSatish Taji
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxUniversity of Colombo
 
Unit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxUnit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxe20ag004
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsMohammad Liton Hossain
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps IJSRP Journal
 
Datascape Introduction
Datascape IntroductionDatascape Introduction
Datascape IntroductionDaden Limited
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfsakinatunnajmi
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Prothangqd
 
ILWIS 3.0 SUMMARY PRESENTATION
ILWIS 3.0 SUMMARY PRESENTATIONILWIS 3.0 SUMMARY PRESENTATION
ILWIS 3.0 SUMMARY PRESENTATIONmusadoto
 
INTRODUCTION TO GIS.pdf
INTRODUCTION TO GIS.pdfINTRODUCTION TO GIS.pdf
INTRODUCTION TO GIS.pdfKingFrimp
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingmulugeta48
 
Intro GIS.pptx
Intro GIS.pptxIntro GIS.pptx
Intro GIS.pptxSamiDan2
 
GEBCO 09 - DELPH
GEBCO 09 - DELPHGEBCO 09 - DELPH
GEBCO 09 - DELPHIXSEA-DELPH
 

Semelhante a Mapping toolbox (20)

Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Sql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperSql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaper
 
ArcGIS por
ArcGIS porArcGIS por
ArcGIS por
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptx
 
Unit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxUnit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptx
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps
 
Datascape Introduction
Datascape IntroductionDatascape Introduction
Datascape Introduction
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdf
 
Extension arc gis
Extension arc gisExtension arc gis
Extension arc gis
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro
 
GIS and Its Components.pptx
GIS and Its Components.pptxGIS and Its Components.pptx
GIS and Its Components.pptx
 
ILWIS 3.0 SUMMARY PRESENTATION
ILWIS 3.0 SUMMARY PRESENTATIONILWIS 3.0 SUMMARY PRESENTATION
ILWIS 3.0 SUMMARY PRESENTATION
 
INTRODUCTION TO GIS.pdf
INTRODUCTION TO GIS.pdfINTRODUCTION TO GIS.pdf
INTRODUCTION TO GIS.pdf
 
GIS_Intro_March_2014
GIS_Intro_March_2014GIS_Intro_March_2014
GIS_Intro_March_2014
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensing
 
Surfer
Surfer Surfer
Surfer
 
Intro GIS.pptx
Intro GIS.pptxIntro GIS.pptx
Intro GIS.pptx
 
GEBCO 09 - DELPH
GEBCO 09 - DELPHGEBCO 09 - DELPH
GEBCO 09 - DELPH
 

Último

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 

Último (20)

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 

Mapping toolbox

  • 1. Mapping Toolbox 3.2 Analyze and visualize geographic information Mapping Toolbox™ provides tools and utilities for analyzing geographic data and creating map displays. You can import vector and raster data from shapefile, GeoTIFF, SDTS DEM, or other file formats, as well as Web-based data from Web Map Service (WMS) servers. The toolbox lets you customize the imported data by subsetting, trimming, intersecting, adjusting spatial resolution, and applying other methods. With features for fields such as geodesy, navigation, and digital terrain analysis, the toolbox enables you to develop geospatial analyses and illustrate the results. Geographic data can be combined with base map layers from multiple sources in a single map display. Mapping Toolbox and MATLAB® enable you to develop customized solutions to geospatial problems such as predicting weather patterns, modeling the movement of glacial land masses, or finding optimal locations for wind turbines. With function-level access to all key features in the toolbox and the high-level MATLAB language, you can develop innovative algorithms and automate your workflow for repetitive tasks. Key Features ▪ Vector and raster data import and export from standard formats and specific data products ▪ Data retrieval from Web Map Service (WMS) servers for customized geographic data sets and related metadata ▪ 2D and 3D map display, customization, and interaction ▪ Digital terrain and elevation model analysis functions, including profile, gradient, line-of-sight, and viewshed calculations ▪ Geometric geodesy, including distance and area calculations, 3D coordinate transformations, and more than 65 map projections ▪ Utilities for converting units, adjusting spatial resolution, wrapping longitudes, and managing spatially referenced images and raster data Blue Marble image courtesy of NASA-JPL/Caltech. 1
  • 2. Import and Export Geographic Data Mapping Toolbox imports a wide range of GIS and geospatial file formats, enabling you to read both vector and raster data into the MATLAB environment. The toolbox helps you reduce access time and improve memory usage by providing functionality for specific file types to read a portion of a file and downsample data prior to use. The toolbox supports georeferenced imagery and other raster data grids, including orthoimagery, satellite swath data, digital terrain elevation models, and various global data grids. Mapping Toolbox also exports data to a number of file formats, enabling you to share data with applications such as Google Earth™ and ArcGIS. Using the toolbox with MATLAB or Image Processing Toolbox™ provides access to additional file formats. File formats and data products supported by Mapping Toolbox include: ▪ Raster file formats, such as GeoTIFF, USGS DEM, DEM, DTED, Arc ASCII Grid, GTOPO30, ETOPO, and worldfile ▪ Vector file formats, such as ESRI shapefiles, KML, VMAP0, DCW, and GSHHS ▪ Selected data products, such as AVHRR and EGM96 File formats supported by MATLAB include: ▪ Image file formats, such as TIFF, JPEG, PNG, and JPEG2000 ▪ Scientific data formats, such as NetCDF, HDF5, HDF4, HDF-EOS, and multiband files (BIP, BIL, BSQ) File formats supported by Image Processing Toolbox include: ▪ Image file formats, such as NITF and HDR Access Web Map Service (WMS) Servers With Mapping Toolbox, you can find and download raster data from WMS servers. Many government and commercial organizations, such as NASA, ESA, USGS, NOAA, ESRI, and Microsoft, adhere to the WMS protocol for rendering, reprojecting, and serving georeferenced data sets over the Internet. Mapping Toolbox enables you to access elevation, oceanography, weather, satellite imagery, and many other raster data sets in MATLAB. To assist with identifying WMS data layers that are appropriate to your application, the toolbox provides a prequalified database of WMS servers and layers that enables you to search for an appropriate data set by layer name, server name, location, and other terms. To request and retrieve a map with appropriate characteristics, such as spatial resolution and geographic limits, the toolbox provides functions and classes that enable you to define a custom map request, submit it to the server, and retrieve a map into a file or directly into MATLAB for processing. 2
  • 3. Collapse of the Larsen Ice Shelf, Antarctica, over a 3-month period. Original coastline segmented using Image Processing Toolbox. Images courtesy of NASA/Goddard Space Flight Center Scientific Visualization Studio. A composite map of San Francisco created with functions in Mapping Toolbox. Data courtesy of U.S. Geological Survey and retrieved via Microsoft TerraServer. Create 2D and 3D Map Displays Mapping Toolbox provides a broad set of visualization functions to combine vector and raster data and produce customized 2D and 3D map displays. The map displays can be simple or sophisticated, and can be tuned to your application. You can readily combine data sets of different scales and modalities in the same display. For example, you can display images and data grids in their correct positions—regardless of cell size, pixel size, or area covered—and then overlay vector map features. Function-level access to map display capabilities in the toolbox enables automatic creation of frequently used map displays. For example, you can use batch mode processing to examine a geospatial time-series data set and create an animated display that shows how the data changes over time. Functionality in MATLAB enables you to save animated map figures to a movie or GIF file. With the visualization functions in the toolbox, you can: 3
  • 4. ▪ Create scatter, line, polygon, quiver, comet, and stem plots ▪ Annotate your map with a scale ruler, north arrow, contour labels, and legends ▪ Customize map markers, colors, and line styles ▪ Vary transparency for polygons and raster data sets ▪ Control latitude-longitude grid and meridian and parallel labels ▪ Apply special colormaps for contour maps, terrain, bathymetry grids, and political maps ▪ Control lighting, shading, and perspective Map display of eastern Massachusetts town borders and hydrology with a scale ruler, north arrow, and an inset map of the Northeast United States. Image courtesy of Office of Geographic and Environmental Information (MassGIS). Overlay of raster and vector data layers for Concord, Massachusetts. Data courtesy of Office of Geographic and Environmental Information (MassGIS). Analyze Digital Terrain and Elevation Models Mapping Toolbox supports the visualization and analysis of 3D data, such as digital terrain, bathymetry, and other gridded-data products. It provides functions to visualize terrain data and add annotations such as contour lines. You can control lighting, shading, colormaps, and other aspects of the display. The MATLAB graphics environment enables you to reposition the figure camera interactively and programmatically to view your data from different perspectives. 4
  • 5. The toolbox also provides functions to calculate gradient, slope, aspect, line-of-sight visibility, and viewshed. You can use these functions in applications such as the placement of communication towers, where you need to calculate the direct line-of-sight from many vantage points to determine the optimal location. You can also use Mapping Toolbox with Simulink 3D Animation™ to create a virtual reality world from elevation data; you can then couple the terrain data with analysis provided by other products. For example, you can use Aerospace Blockset™ with your virtual world to perform tasks such as visualizing flight paths over geographic data sets. Digital terrain visualization of the Grand Canyon image with contour data. DEM data courtesy of NASA-JPL/Caltech. Topographic data courtesy U.S. Geological Survey and retrieved via Microsoft TerraServer. Apply Geometric Geodesy, Map Projections, and Utilities Geometric Geodesy With Mapping Toolbox, your calculations can account for the curvature of Earth and other planetary bodies. You can find the surface area of arbitrary polygons or quadrangles on spheres and ellipsoids, calculate the intersections of geometric objects, compute the distance between points on a sphere or ellipsoid, and find the overlapping area between polygons. Navigation functionality enables you to perform tasks such as calculating and correcting for wind and current vectors based on heading and air or ground speed. The toolbox also provides 3D coordinate transformations between geodetic and geocentric coordinate systems. These provide key functionality when implementing Helmert transformations and 3D datum transformations that you would need, for example, to combine data referenced to WGS84 with legacy maps based on older datums. 5
  • 6. Weather data on top of satellite imagery for the continental United States. Image Processing Toolbox is used to segment the primary storm from national weather data, and geodetic calculations are made using Mapping Toolbox to find the area of the storm. Data courtesy of NOAA, as retrieved via the Iowa Environmental Mesonet WMS Server, and NASA-JPL/Caltech. Map Projections Mapping Toolbox contains more than 65 of the most popular and important map projections for displaying the curved surface of planetary bodies on a 2D map display. They include equal-area, equidistant, conformal, and compromise projections in the cylindrical, conic, and azimuthal classes. The toolbox also supports projections in the PROJ.4 library and the UTM/UPS systems. Many projections support both spherical and ellipsoidal models of Earth and other bodies. With the toolbox, you can apply forward and inverse transformations of positions and direction angles or azimuths, enabling the reprojection of vector data into alternative systems. Raster and image data displays can be projected in map visualizations to match the coordinate systems of other data sets. You can also explore the properties of your projection by trimming the data to a particular latitude-longitude extent, calculating distortion parameters at a point, or visualizing map distortions as Tissot Indicatrices or scale-distortion contours. Mercator, Mollweide, and sinusoidal projections (clockwise from top). Images courtesy NASA-JPL/Caltech. 6
  • 7. Geographic Data Utilities With Mapping Toolbox, you can work with vector data as X-Y or latitude-longitude vectors or as structures where other metadata can be maintained and organized. In both cases, the toolbox provides functionality to help you manipulate the data, including splitting, merging, and reordering data points. It also provides functionality to interpolate between waypoints and increase the sample density of your data with several interpolation techniques. Many functions are available to work with raster, image, and other grid-based data. You can modify spatial resolution, convert pixel indices to map coordinates, and extrapolate irregularly sampled data points into a grid. Other Mapping Toolbox utility functions enable you to manipulate data structures within MATLAB, perform unit and angle conversions, wrap longitude and azimuth angles, and format angle and distance strings. Google Earth image showing historical earthquake data. Utility functions from Mapping Toolbox are used to locate, extract, and write latitude-longitude coordinates of historical earthquake data from 1980 to 1995 (inset) to a KML file, and the resulting data is viewed in Google Earth. Image courtesy of NASA/Goddard Space Flight Center Scientific Visualization Studio. Resources Product Details, Demos, and System Requirements Online User Community www.mathworks.com/products/mapping www.mathworks.com/matlabcentral Trial Software Training Services www.mathworks.com/trialrequest www.mathworks.com/training Sales Third-Party Products and Services www.mathworks.com/contactsales www.mathworks.com/connections Technical Support Worldwide Contacts www.mathworks.com/support www.mathworks.com/contact © 2011 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc. See www.mathworks.com/trademarks for a list of additional trademarks. Other product or brand names may be trademarks or registered trademarks of their respective holders. 7