Main Content

Standard File Formats

Read, write, and get information about data files

Read, write, and get information about geospatial data files. Read data in formats such as Esri Binary Grid, Esri GridFloat, DTED, GeoTIFF, and GPX. Write data in GeoTIFF, world file, shapefile, and KML formats.

Functions

expand all

Read

readgeorasterRead geospatial raster data file
worldfilereadRead world file and return reference object
imreadRead image from graphics file

Get Information

georasterinfoInformation about geospatial raster data file
geotiffinfoInformation about GeoTIFF file
sdtsinfoInformation about SDTS data set
getworldfilenameDerive world file name from image file name

Write

geotiffwriteWrite GeoTIFF file
worldfilewriteWrite world file from raster reference object
imwriteWrite image to graphics file

Read

readgeotableRead geospatial table from vector data file
gpxreadRead GPX file
shapereadRead vector features and attributes from shapefile

Get Information

shapeinfoInformation about shapefile

Write

kmlwriteWrite geographic data to KML file
kmlwritelineWrite geographic line data to KML file
kmlwritepoint Write geographic point data to KML file
kmlwritepolygonWrite geographic polygon to KML file
makeattribspecCreate attribute specification
shapewriteWrite geographic vector data structure to shapefile
makedbfspecCreate DBF specification

Objects

RasterInfoInformation about geospatial raster data file
RPCCoefficientTag Rational Polynomial Coefficients Tag

Topics

  • Export Vector Geodata

    You can export geodata as a shapefile, which can be exchanged between different geographic information systems. You can also create KML files to upload geodata to the web.

  • Export KML Files for Viewing in Earth Browsers

    Keyhole Markup Language (KML) specifies how a set of geographic features should be displayed in "Earth browsers".

  • Select Shapefile Data to Read

    You can import a subset of elements in a shapefile by filtering elements according to attribute names and values.