ASPRS LIDAR Data Exchange Format (LAS) Reader/Writer

Size: px
Start display at page:

Download "ASPRS LIDAR Data Exchange Format (LAS) Reader/Writer"

Transcription

1 FME Readers and Writers 2013 SP1 ASPRS LIDAR Data Exchange Format (LAS) Reader/Writer Format Note: This format is not supported by FME Base Edition. The American Society Photogrammetry and Remote Sensing (ASPRS) LIDAR (LAS) Reader allows FME to read LIDAR (data exchange format standard) LAS specifications. Overview The LAS file is intended to contain LIDAR point records. The data will generally be put into this format from software (provided by LIDAR hardware vendors) which combines GPS, IMU, and laser pulse range data to produce X, Y, and Z point data. The intention of the data format is to provide an open format that allows different LIDAR hardware and software tools to output data in a common format. FME supports LAS versions 1.0, 1.1, and 1.2. The format contains binary data consisting of a header block, Variable Length Records (VLRs), and point data. Note: Reading and writing of VLRs is not currently supported; only defined georeferencing information VLRs are supported. About Point Clouds A point cloud is a type of geometry that is useful for storing large amounts of data, typically gathered from LIDAR applications. The use of LIDAR allows for fast and accurate collection of data, such as for forestry canopy measurements, or landscape modeling. Point cloud geometry allows for quick and efficient processing of a large collection of vertices in 3D space that represent the external surfaces of objects. Together, these vertices form a model which can be transformed, and visualized. Some operations of the point cloud geometry involve thinning, splitting, and combining to produce a more useable set of vertices. This is an example point cloud image:

2 Overview Associated with each vertex are a number of properties called components, which contain a value that describes the point. These component values can be used to classify different sections of the collection of points contained in the point cloud geometry. The specific set of components stored by the point cloud is referred to as the interpretation. The default value specifies the value that will be assigned to the component when no other information is available. For example, this could occur if writing a point cloud to a format that requires a certain component to be present, but that component does not exist on the input point cloud. Interpretation Allowed Values Default Value Description Intensity 1.7E +/- 308 (15 digits) 0 The magnitude of the intensity of the pulse return. Color 0 to 65,535 0 The color of the object at the point, in RGB color. Classification 0 to 65,535 0 The classification value categorizes the points into fields, such as ground, building, water, etc. Returns The return value is the return number from a pulse. Number of returns The total number of detected returns from a single pulse. Angle -90 to 90 0 The angle of the pulse that the point was scanned at. Flight line 0 to 4,294,967,295 0 The flight line number the point was detected in. Scan Direction 0 and 1 0 The direction in which a scanning mirror was directed when the point was detected. Point ID 1 to 65,535 0 This point ID is indicative of the point origin. POSIX time 1.7E +/- 308 (15 0 Used to express the time,

3 FME Readers and Writers 2013 SP1 Interpretation Allowed Values Default Value Description digits) as the number of seconds elapsed since UTC January 1st, User data 0 to 65,535 0 The user data value is for the user to use. GPS time and GPS week Flight line Edge GPS Week: 1.7E +/- 308 (15 digits) GPS Time: 0 to 65, for points on the edge, 0 otherwise. 0 Together, these two values express the time since January 6th, The GPS Week represents a week number, and the GPS time represents the number of seconds into a week. 0 The flight line edge value is a flag for points that lie on the edge of the scan, along the flight line. LAS Quick Facts About Quick Facts Tables Format Type Identifier Reader/Writer Licensing Level Dependencies Dataset Type Feature Type Typical File Extensions Automated Translation Support User-Defined Attributes Coordinate System Support Generic Color Support Spatial Index Schema Required Transaction Support Geometry Type Attribute Encoding Support LAS Both Professional None Reader: File, Writer: Directory LAS or <source_dataset_filename>.las.laz Yes No Yes No Never Not Applicable No las_type No

4 Overview Geometry Support Geometry Supported? Geometry Supported? aggregate no point no circles no point cloud yes circular arc no polygon no donut polygon no raster no elliptical arc no solid no ellipses no surface no line no text no none no z values no Point Cloud Component Data Type Notes fmepc_angle REAL64 Range: -90 to 90 fmepc_classification UINT8 fmepc_color_r UINT16 Only supported in version 1.1+ fmepc_color_g UINT16 Only supported in version 1.1+ fmepc_color_b UINT16 Only supported in version 1.1+ fmepc_flight_line_edge UINT8 Range: 0 to 1 fmepc_flight_line not supported While not directly supported, flight line will be written as point source ID if point source ID does not exist on the point cloud. fmepc_gps_time fmepc_gps_week fmepc_intensity REAL64 not supported UINT16 fmepc_number_of_returns UINT8 Range: 1 to 5 fmepc_point_source_id UINT16 Only supported in version

5 FME Readers and Writers 2013 SP1 fmepc_posix_time not supported fmepc_return UINT8 Range: 1 to 5 fmepc_scan_direction UINT8 Range: 0 to 1 fmepc_user_data UINT8 (version 1.1+) or UINT16 (version 1.0) Reader Overview FME considers a single LAS file to be a dataset. Each dataset contains a single FME point cloud feature. ASPRS Lidar Data Exchange Format (LAS) Reader Parameters Dataset Parameters Group By Filename/Dataset If you select this option, feature types are grouped by dataset, and are named using the filename of each dataset (without the path or the extension). If you do not select this option, the only feature type this reader will use is the reader type name. Schema Attributes Additional Attributes to Expose This parameter exposes Format Attributes in Workbench when you create a workspace: In a dynamic scenario, it means these attributes can be passed to the output dataset at runtime. In a non-dynamic scenario where you have multiple feature types, it is convenient to expose additional attributes from one parameter. For example, if you have ten feature types and want to expose the same attribute in each one, it is easier to define it once than it is to set each feature type individually in the workspace. Search Envelope Use Search Envelope Using the minimum and maximum x and y parameters, define a bounding box that will be used to filter the input features. Only features that interact with the bounding box are returned. If all four coordinates of the search envelope are specified as 0, the search envelope will be disabled. Clip to Search Envelope Check this box if you want to remove any portions of exported features outside the area of interest

6 Overview Writer Overview FME considers a dataset to be a directory name. The feature type of each dataset is the filename. The LAS writer distinguishes duplicate output files by appending numbers to the filenames. ASPRS Lidar Data Exchange Format (LAS) Writer Parameters ASPRS LAS Version Select the version number of ASPRS LAS from the drop-down list. Compress Files This parameter enables or disables compression when writing an LAS file. Compression significantly decreases file size; compressed files are often only 10-20% of the original size. However, compressed files take longer to read than uncompressed files. Note: This parameter applies only to machines using the Windows operating system. Feature Representation In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Attributes), this format adds the format-specific attributes described in this section. Attribute Name las_type las_file_creation_date las_file_source_id las_generating_software las_gps_time_type las_project_id Contents This will always be las_point_cloud. The date on which this file was created (LAS 1.1 and 1.2), or the date on which the data was collected (LAS 1.0). The file source ID. A value of zero is interpreted to mean that an ID has not been assigned. Description of the generating software. Specifies the meaning of GPS Time in the Point Records. Only present in LAS 1.2 or later. A value of 0 indicates that GPS time in the point record fields is GPS Week Time (the same as previous versions of LAS). A value of 1 indicates that GPS Time is standard GPS Time (satellite GPS Time) minus 1 x The offset moves the time back to near zero to improve floating point resolution. A complete Globally Unique Identifier to serve as a project ID. By assigning a Project

7 FME Readers and Writers 2013 SP1 ID and using a File Source ID (defined above) every file within a project and every point within a file can be uniquely identified, globally. las_system_identifier las_version las_vertical_coordsys_code las_vertical_datum_code las_vertical_units_code A string identifying the hardware system or operation that generated the data. The version of the LAS file. The GeoTIFF code identifying the vertical coordinate system. The GeoTIFF code identifying the vertical datum. The GeoTIFF code identifying the units of the vertical coordinate system. Format Mapping File Directives Note: FME translations were originally based entirely on Mapping Files. Mapping files still exist under the surface but the interface has been almost entirely replaced by Workbench's graphical interface. Information on mapping files is included in this manual for technical reference purposes. Mapping Files are ASCII text files that contain a series of rules that specify the FME readers, writers, and transformations (in Workbench, these are represented by transformers). A mapping file (.fme) is a series of commands for FME to perform. Mapping files use functions and factories to transform the data. They also contain the definition and parameters for the readers and writers. A mapping file can be run through the FME Quick Translator. Before FME Workbench was designed and developed (about 2001), this was the only way to configure a translation process. You can create a mapping file either by manually programming it or by using FME Workbench. In Workbench, there is still an Export as.fme tool on the toolbar. The Workbench file format itself (.fmw file) is partially a mapping file with an XML header. When FME runs a workspace it is converted into a mapping file. Since mapping files are written in a plain ASCII format, so you can use any text editor to edit them. To see what a mapping file looks like: select one or more transformers in Workbench, copy them, and then paste them in a text editor. The mapping file equivalent of those transformers will be pasted. Directives and Reader/Writer Keywords Directives are processed by the reader or writer. Directives are prefixed by the current <ReaderKeyword> or <WriterKeyword> in a mapping file. By default, the keywords for formats are the format shortname (viewable in the Formats Gallery, or in the Format Quick Facts tables

8 Overview Reader Directives The directives listed below are processed by the LAS reader. The suffixes shown are prefixed by the current <ReaderKeyword> in a mapping file. By default, the <ReaderKeyword> for the LAS reader is LAS. DATASET The value for this directive is the LAS file to be read. Required LAS_DATASET /usr/data/test.las Source ASPRS LAS File(s) GROUP_BY_DATASET The value for this directive can be either Yes or No. When the value is set to No, the only feature type this reader will use is the reader type name, which in this case is LAS. When the value is set to Yes, the feature type of each dataset is the filename (without the path or the extension) of the dataset. The default value for this directive is No. Required LAS_DATASET /usr/data/test.las Source ASPRS LAS File(s) SEARCH_ENVELOPE This directive specifies a bounding box used to filter the input features. Only features that interact with the bounding box are returned. If this directive is not specified, then all features are returned.this directive is only honoured by the MITAB-based MapInfo reader in FME. This is the only MapInfo reader available on the UNIX platforms supported by FME, and can optionally be enabled on Windows platforms by renaming the mitab.dll in the FME home directory to mapinfo.dll. <ReaderKeyword>_SEARCH_ENVELOPE <minx> <miny> <maxx> <maxy>

9 FME Readers and Writers 2013 SP1 Note: If all four coordinates of the search envelope are specified as zero, the search envelope will be disabled. Optional Minimum X, Minimum Y, Maximum X, Maximum Y SEARCH_ENVELOPE_COORDINATE_SYSTEM This directive specifies the coordinate system of the search envelope if it is different than the coordinate system of the data. The COORDINATE_SYSTEM directive, which specifies the coordinate system associated with the data to be read, must always be set if the SEARCH_ENVELOPE_COORDINATE_ SYSTEM directive is set. If this directive is set, the minimum and maximum points of the search envelope are reprojected from the SEARCH_ENVELOPE_COORDINATE_SYSTEM to the reader COORDINATE_SYSTEM prior to applying the envelope. Optional <ReaderKeyword>_SEARCH_ENVELOPE_COORDINATE_SYSTEM <coordinate system> Search Envelope Coordinate System CLIP_TO_ENVELOPE This directive specifies whether or not FME should clip features to the envelope specified in the SEARCH_ENVELOPE directive. Values YES NO (default) <ReaderKeyword>_CLIP_TO_ENVELOPE [yes no] Clip To Envelope

10 Overview EXPOSED_ATTRS This directive allows the selection of format attributes to be explicitly added to the reader feature type. This is similar to exposing format attributes on a reader feature type once it has been generated; however, it is even more powerful because it enables schema-driven applications other than Workbench to access and leverage these attributes as if they were explicitly on the schema as user attributes. The result of picking a list of attributes is a comma-separated list of attribute names and types that will be added to the schema features. Currently all reader feature types will receive the same set of additional schema attributes for a given instance of the reader. Optional Not applicable. While it is possible for FME Objects applications to invoke this directive, the required format is not documented. This directive is intended for use in our GUI applications (for example, Workbench) only. Additional Attributes to Expose Writer Directives The directives listed below are processed by the LAS writer. The suffixes shown are prefixed by the current <WriterKeyword> in a mapping file. By default, the <WriterKeyword> for the LAS writer is LAS. DATASET The value for this directive is the path of the output directory where the data will be written.. Required LAS_DATASET /usr/data/ Destination ASPRS LAS Directory VERSION The version of the LAS file to be written

11 FME Readers and Writers 2013 SP1 Optional Values (default) LAS_DATASET VERSION 1.1 ASPRS LAS Version ARCGIS_LAS_DATASET This directive identifies the name of the Esri ArcGIS LAS Dataset file to create. The.lasd file produced using this directive will reference all the LAS files created by the FME LAS Writer during the translation. An.lasd file is required to work with LAS files in the Esri ArcGIS environment. By default, the.lasd file will be written to the same directory as the.las files to which it refers. To write the.lasd to a different directory, use a fully qualified path. This directive applies to machines using the Windows operating system. Note that this option is currently incompatible with compression. When writing compressed LAS files, a.lasd file will not be generated. Note: To use this directive, you must install and license both ArcGIS 10.1 (or newer) and the 3D Analyst extension. Optional Values <filename of the.lasd to create> LAS_ARCGIS_LAS_DATASET terrain.lasd ArcGIS LAS Dataset (.lasd) COMPUTE_STATISTICS_ON_ARCGIS_LAS_DATASET This directive is applicable when an ArcGIS LAS Dataset is written. It determines whether to calculate statistics for the LAS files referenced by the ArcGIS LAS Dataset. Optional

12 Overview Values Yes No (default) LAS_COMPUTE_STATISTICS_ON_ARCGIS_LAS_DATASET Yes Compute Statistics on ArcGIS LAS Dataset USE_RELATIVE_PATHS_IN_ARCGIS_LAS_DATASET This directive is applicable when an ArcGIS LAS Dataset is written. It determines whether the references to the LAS files within the ArcGIS LAS Dataset are stored using relative or absolute path names. Use relative paths when the LAS files referenced by the ArcGIS LAS Dataset will be moved from their original location (for example, moved to a server). Optional Values Yes (default) No LAS_USE_RELATIVE_PATHS_IN_ARCGIS_LAS_DATASET No Use Relative Paths in ArcGIS LAS Dataset COMPRESSION Enables or disables compression when writing an LAS file. Compression will significantly decrease file size: compressed files are often only 10-20% of the original size. However, compressed files take longer to read than uncompressed files. This directive applies to machines using the Windows operating system. Optional Values Yes No (default) LAS_COMPRESSION YES

13 FME Readers and Writers 2013 SP1 Compress Files RESCALE_COORDINATES The LAS format stores coordinates as int32 values with a scale and offset factor. Since FME stores coordinates as real64 values, there is no guarantee that LAS will be able to store the coordinate data as is. To resolve this, the LAS writer will rescale coordinates to span the int32 range ( to ) and calculate a new scale and offset factor to preserve the original coordinate values as closely as possible. However, this rescaling may slightly distort some coordinates if they were already safely storable as int32. To disable this rescaling, set this option to No. Optional Values Yes (default) No RESCALE_COORDINATES YES Re-scale Coordinates ASTM E57 Reader Writer Format Note: This format is not supported by FME Base Edition. The ASTM E57 Reader/Writer allows FME to access data in the E57 format. Overview The E57 file format is a compact, vendor-neutral format for storing point clouds, images, and metadata produced by 3D imaging systems, such as laser scanners. A single E57 file may contain any number of point clouds and rasters. E57 files are structured as a tree. A path is a string that specifies the sequence of element names when traversing the tree. Point cloud data is read from path /data3d. Raster data is read from path /images2d. An E57 file may contain attributes and geometry traits. Elements at the root of the tree are treated as attributes, e.g. /guid. Elements within a geometry node will be treated as geometry traits, e.g. /data3d/0/points/guid

14 ASTM E57 Reader Writer Note: All features will share the same attributes, but traits will differ per feature. Point Cloud Each point cloud may contain an set of components, and each component may have an data type. A mapping between E57 element and FME component may be specified through the COMPONENT_MAP directive. For example, /data3d/0/points/colorred could be mapped to FME component fmepc_color_r. The following is the set of standard E57 component names, and the corresponding default FME component name: E57 Element cartesianx cartesiany cartesianz FME Component fmepc_x fmepc_y fmepc_z sphericalrange sphericalazimuth sphericalelevation rowindex columnindex returncount returnindex timestamp intensity colorred colorgreen colorblue fmepc_return fmepc_gps_time fmepc_intensity fmepc_color_r fmepc_color_g fmepc_color_b cartesianinvalidstate sphericalinvalidstate istimestampinvalid isintensityinvalid Point clouds in E57 may have either Cartesian coordinates or spherical coordinates. If a dataset only contains spherical coordinates, the cartesianx, cartesiany, and cartesianz elements may still be selected as part of the component map, in which case the spherical values will be converted to Cartesian values

15 FME Readers and Writers 2013 SP1 Raster Each image node, e.g. /images2d/0/, contains a raster. These images may be stored as one of four representations: visualreferencerepresentation, pinholerepresentation, sphericalrepresentation, or cylindricalrepresentation. The representation type controls which additional properties are stored (see the Feature Representation section for more details). Note: One image node may actually contain two rasters: one of the set { pinholerepresentation, sphericalrepresentation, or cylindricalrepresentation}, and one visualreferencerepresentation node. In this case, the reader will produce an aggregate geometry that holds both rasters. Similarly, the writer can ingest aggregates of two rasters. Note: Raster data is stored within an E57 file as PNG or JPEG blobs. An image mask may optionally be stored separately from the image data. When reading, FME will combine the image mask and data into a single raster. Additional Notes E57 elements that that are not part of the set (i.e. user attributes, traits, or components not in the table above) should be stored in "Extensions." Each extension in a file shall be defined by a prefix and namespace. Extensions are controlled in FME through the e57_extensions{}.prefix and e57_extensions{}.uri format attributes. On reading, these attributes specify the extensions in the source dataset. On writing, these attributes may be used to define extensions. User attributes, traits, and components should be stored in extensions to ensure compatibility with other E57 readers. So for example, instead of writing a user attribute called "myattr", one might would write a user attribute called "ext:myattr", and define the "ext" extension through the e57_extensions{}.prefix and e57_extensions{}.uri format attributes. E57 Quick Facts Format Type Identifier Reader/Writer Licensing Level Dependencies Dataset Type Feature Type E57 Both Professional Reader: None Writer: None Reader: File Writer: Directory [<filename>_]<geometry>[_ <index>]

16 ASTM E57 Reader Writer Typical File Extensions.e57 Automated Translation Support User-Defined Attributes Coordinate System Support Generic Color Support Spatial Index Schema Required Transaction Support Encoding Support Geometry Type Yes Yes Yes No No No No UTF8 e57_type Band Interpretations Palette Key Interpretations Palette Value Interpretations Nodata Value PNG: Red8, Red16, Green8, Green16, Blue8, Blue16, Alpha8, Alpha16, Gray8, Gray16 JPEG: Red8, Green8, Blue8, Gray8 PNG: UInt8 JPEG: N/A PNG: RGB24 JPEG: N/A PNG: Any JPEG: N/A Cell Origin (x, y) 0.5, 0.5 Rotation Support No GCP Support No World File Support No TAB File Support No Geometry Supported? Geometry Supported? aggregate no point no circles no polygon no

17 FME Readers and Writers 2013 SP1 Geometry Supported? Geometry Supported? circular arc no raster yes donut polygon no solid no elliptical arc no surface no ellipses no text no line no z values yes None no point cloud yes Point Cloud Component Data Type Notes fmepc_angle fmepc_classification fmepc_color_r fmepc_color_g fmepc_color_b fmepc_flight_line_edge fmepc_flight_line fmepc_gps_time fmepc_gps_week fmepc_intensity fmepc_number_of_returns fmepc_point_source_id fmepc_posix_time fmepc_return fmepc_scan_direction fmepc_user_data Reader Overview FME considers a single E57 file to be a dataset. Each dataset contains one or more point cloud and raster features. ASTM E57 Reader Parameters Dataset Parameters Group By Filename/Dataset

18 ASTM E57 Reader Writer If you select this option, feature types are grouped by dataset, and are named using the filename of each dataset (without the path or the extension). If you do not select this option, the only feature type this reader will use is the reader type name. Group By Subdataset If you select this option, feature types are grouped by subdataset, and are named using the subdataset name. If you do not select this option, the only feature type this reader will use is the reader type name. If both Group by Filename and Group by Subdataset are specified, feature type names are in the format filename_subdatasetname. Point Cloud Component Mapping Click here Use this matrix to map E57 element names to FME point cloud components. Each FME component that is mapped will appear in the point cloud geometry. Schema Attributes Additional Attributes to Expose This parameter exposes Format Attributes in Workbench when you create a workspace: In a dynamic scenario, it means these attributes can be passed to the output dataset at runtime. In a non-dynamic scenario where you have multiple feature types, it is convenient to expose additional attributes from one parameter. For example, if you have ten feature types and want to expose the same attribute in each one, it is easier to define it once than it is to set each feature type individually in the workspace. Search Envelope Use Search Envelope Using the minimum and maximum x and y parameters, define a bounding box that will be used to filter the input features. Only features that interact with the bounding box are returned. If all four coordinates of the search envelope are specified as 0, the search envelope will be disabled. Clip to Search Envelope Check this box if you want to remove any portions of exported features outside the area of interest

19 FME Readers and Writers 2013 SP1 Writer Overview FME considers a dataset to be a directory name. The feature type of each dataset is the filename. ASTM E57 Writer Parameters Point Cloud Component Mapping Use this matrix to map FME point cloud components to E57 element names. Raster Default Raster Format Specifies the underlying format to which rasters are written. Feature Representation In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Attributes), this format adds the format-specific attributes described in this section. Attribute Name e57_type e57_creation_datetime e57_creation_datetime_ isatomicclockreferenced e57_extensions{}.prefix e57_extensions{}.uri e57_format_name Contents This will always be e57_point_cloud. Date and time that the file was created. This attribute will be present with a value of 1 if, and only if, the time stored in e57_creation_ datetime is obtained from an atomic clock time source. Shall be either 0 or 1. A list of extension prefixes. A list of the URI for each extension. Name of the format. Shall contain the string "ASTM E57 3D Imaging Data File". This is a reader attribute. e57_guid e57_library_version e57_geometry_index e57_version_major A globally unique identification (GUID) String for the current version of the file. The version identifier for the E57 file format library that wrote the file. The index of this point cloud or raster in the file. The major version number of the file format. This is a reader attribute. e57_version_minor The minor version number of the file format

20 ASTM E57 Reader Writer Attribute Name Contents This is a reader attribute. This format adds the following format-specific traits for point cloud geometries. Trait Name e57_acquisition_start e57_acquisition_start_ isatomicclockreferenced e57_acquisition_end e57_acquisition_end_ isatomicclockreferenced e57_atmospheric_pressure e57_description e57_guid e57_original_guids{} Contents The start date and time that the data was acquired. This attribute will be present with a value of 1 if, and only if, the time stored in e57_acquisition_start is obtained from an atomic clock time source. Shall be either 0 or 1. The end date and time that the data was acquired. This attribute will be present with a value of 1 if, and only if, the time stored in e57_acquisition_end is obtained from an atomic clock time source. Shall be either 0 or 1. The atmospheric pressure, measured at the sensor, at the time of data collection (in Pascals). A description of the point cloud. A globally unique identifier for the current version of the point cloud. A list of of globally unique identifiers identifying the data set (or sets) from which the points in this point cloud originated. e57_relative_humidity e57_sensor_hardware_version e57_sensor_model e57_sensor_serial_number e57_sensor_software_version e57_sensor_vendor e57_temperature The percentage relative humidity, measured at the sensor, at the time of data collection. The version identifier for the sensor hardware at the time of data collection. The model name or number for the sensor used to collect the points in this point cloud. The serial number for the sensor used to collect the points in this point cloud. The version identifier for the software used for the data collection. The name of the manufacturer for the sensor used to collect the points in this point cloud. The ambient temperature, measured at the sensor, at the time of data collection (in degrees Celsius). This format adds the following format-specific traits for raster geometries

21 FME Readers and Writers 2013 SP1 Trait Name e57_acquisition_datetime e57_acquisition_datetime_ isatomicclockreferenced e57_associated_pointcloud_ guid e57_description Contents The date and time that the image was acquired. This attribute will be present with a value of 1 if, and only if, the time stored in e57_acquisition_datetime is obtained from an atomic clock time source. Shall be either 0 or 1. The globally unique identifier for the point cloud object that was being acquired when the picture was taken. A user-defined description for the image. e57_image_representation e57_raster_format e57_rotation_w e57_rotation_x e57_rotation_y e57_rotation_z e57_sensor_model e57_sensor_serial_number e57_sensor_vendor e57_separate_image_mask The representation of the image. Values are visualreferencerepresentation, pinholerepresentation, sphericalrepresentation, and cylindricalrepresentation. The underlying format in which the raster is stored. Either PNGRASTER or JPEG. The scalar part of the rotation quaternion. The i coefficient of the rotation quaternion. The j coefficient of the rotation quaternion. The k coefficient of the rotation quaternion. The model name or number for the sensor. The serial number for the sensor. The name of the manufacturer for the sensor used to collect the image. Whether the image mask (alpha band) is stored in a separate blob from the data. This format adds the following format-specific traits for raster geometries with an image representation of pinholerepresentation: Trait Name e57_focal_length e57_pixel_height e57_pixel_width e57_principal_point_x e57_principal_point_y Contents The camera s focal length (in meters). The height of the pixels in the camera (in meters). The width of the pixels in the camera (in meters). The X coordinate in the image of the principal point, (in pixels). The principal point is the intersection of the z axis of the camera. The Y coordinate in the image of the principal point (in pixels)

22 ASTM E57 Reader Writer This format adds the following format-specific traits for raster geometries with an image representation of sphericalrepresentation: Trait Name e57_pixel_height e57_pixel_width Contents The width of a pixel in the image (in radians). The height of a pixel in the image (in radians). This format adds the following format-specific traits for raster geometries with an image representation of cylindricalrepresentation: Trait Name e57_pixel_height e57_pixel_width e57_principal_point_y e57_radius Contents The height of a pixel in the image (in meters). The width of a pixel in the image (in radians). The Y coordinate in the image of the principal point (in pixels). This is the intersection of the z = 0 plane with the image. The closest distance from the cylindrical image surface to the center of projection (that is, the radius of the cylinder) (in meters). Format Mapping File Directives Note: FME translations were originally based entirely on Mapping Files. Mapping files still exist under the surface but the interface has been almost entirely replaced by Workbench's graphical interface. Information on mapping files is included in this manual for technical reference purposes. Mapping Files are ASCII text files that contain a series of rules that specify the FME readers, writers, and transformations (in Workbench, these are represented by transformers). A mapping file (.fme) is a series of commands for FME to perform. Mapping files use functions and factories to transform the data. They also contain the definition and parameters for the readers and writers. A mapping file can be run through the FME Quick Translator. Before FME Workbench was designed and developed (about 2001), this was the only way to configure a translation process. You can create a mapping file either by manually programming it or by using FME Workbench. In Workbench, there is still an Export as.fme tool on the toolbar. The Workbench file format itself (.fmw file) is partially a mapping file with an XML header. When FME runs a workspace it is converted into a mapping file. Since mapping files are written in a plain ASCII format, so you can use any text editor to edit them. To see what a mapping file looks like: select one or more transformers in Workbench, copy them, and then paste them in a text editor. The mapping file equivalent of those transformers will be pasted

23 FME Readers and Writers 2013 SP1 Directives and Reader/Writer Keywords Directives are processed by the reader or writer. Directives are prefixed by the current <ReaderKeyword> or <WriterKeyword> in a mapping file. By default, the keywords for formats are the format shortname (viewable in the Formats Gallery, or in the Format Quick Facts tables. WriterDirectives The suffixes shown are prefixed by the current <WriterKeyword> in a mapping file. By default, the <WriterKeyword> for the ASTM E57 writer is E57. DATASET The path of the output directory where the data will be written. Required E57_DATASET C:\data\ Destination ASTM E57 Directory COMPONENT_MAP This directive maps each E57 element names to FME point cloud components. Values <E57 element name, FME component name>+ Required Component Mapping DEFAULT_RASTER_FORMAT This directive sets the underlying format to which rasters will be written. This may be overridden at the geometry level by setting the e57_raster_format trait. Values PNGRASTER, JPEG Optional

24 ASTM E57 Reader Writer Default Raster Format WRITE_INTEGER_COORDINATES This directive specifies whether coordinates should be written as integers instead of floating point values. Writing integer coordinates will produce smaller files, but values may be less accurate. Note that this affects all E57 elements that are mapped from fmepc_x, fmepc_y, or fmepc_z. It will not affect any elements mapped from other FME components. For example, if this option was set to Yes and fmepc_intensity was mapped to cartesianx, cartesianx would still be written as floating point. Values YES NO Optional Write Integer Coordinates

Esri Geodatabase (File Geodatabase API) Reader/Writer

Esri Geodatabase (File Geodatabase API) Reader/Writer FME Readers and Writers 2013 SP1 Esri Geodatabase (File Geodatabase API) Reader/Writer The Esri Geodatabase (File Geodatabase API) reader and writer modules allow FME to store data in and retrieve data

More information

dbase (DBF) Reader/Writer

dbase (DBF) Reader/Writer FME Readers and Writers 2013 SP1 dbase (DBF) Reader/Writer The dbase Format (DBF) Reader/Writer allows FME to read and write data in the DBF format. All DBF files are formatted according to the dbase III

More information

Wavefront OBJ Reader/Writer

Wavefront OBJ Reader/Writer FME Readers and Writers 2013 SP1 Wavefront OBJ Reader/Writer The Obj Reader and Writer module enables FME to read and write the Wavefront Obj format. The Obj format, originally developed for use with Wavefront's

More information

The SEG-Y Reader/Writer provides FME with direct access to data in SEG-Y format.

The SEG-Y Reader/Writer provides FME with direct access to data in SEG-Y format. FME Readers and Writers 2013 SP2 SEG-Y Reader/Writer The SEG-Y Reader/Writer provides FME with direct access to data in SEG-Y format. Overview The SEG-Y format is a tape standard developed by the Society

More information

WMS (Web Map Service) Reader

WMS (Web Map Service) Reader FME Readers and Writers 2013 SP1 WMS (Web Map Service) Reader The Web Map Service (WMS) Reader allows FME to retrieve spatially referenced raster maps from a WMS-compliant server. Overview WMS is an OpenGIS

More information

Aircom ENTERPRISE Map Data/ASSET Data Reader/Writer

Aircom ENTERPRISE Map Data/ASSET Data Reader/Writer Aircom ENTERPRISE Map Data/ASSET Data Reader/Writer FORMAT NOTES: This format is not supported by FME Base Edition. This format requires an extra-cost plug-in. Please contact Safe Software for details.

More information

MapInfo TAB Reader/Writer

MapInfo TAB Reader/Writer FME Readers and Writers 2013 SP1 MapInfo TAB Reader/Writer The MapInfo Native Format Reader and Writer modules provide FME with the ability to read and write directly to MapInfo files. The MapInfo Native

More information

LAS Specification Version 1.2 April 29, 2008

LAS Specification Version 1.2 April 29, 2008 LAS Specification Version 1.2 April 29, 2008 LAS FORMAT VERSION 1.2: This document reflects the second revision of the LAS format specification since its initial version 1.0 release. Version 1.2 retains

More information

Directory and File Pathnames Reader

Directory and File Pathnames Reader FME Readers and Writers 2013 SP1 Directory and File Pathnames Reader Overview The Directory and File Pathnames reader produces an FME feature for each file and/or directory contained in the specified directory.

More information

Esri Geodatabase Reader/Writer

Esri Geodatabase Reader/Writer FME Readers and Writers 2013 SP1 Esri Geodatabase Reader/Writer Note: To use FME s Esri Geodatabase Reader/Writer, you must also install ArcGIS Desktop. The Geodatabase reader and writer modules allow

More information

ASPRS LiDAR SPRS Data Exchan LiDAR Data Exchange Format Standard LAS ge Format Standard LAS IIT Kanp IIT Kan ur

ASPRS LiDAR SPRS Data Exchan LiDAR Data Exchange Format Standard LAS ge Format Standard LAS IIT Kanp IIT Kan ur ASPRS LiDAR Data Exchange Format Standard LAS IIT Kanpur 1 Definition: Files conforming to the ASPRS LIDAR data exchange format standard are named with a LAS extension. The LAS file is intended to contain

More information

LAS SPECIFICATION. VERSION 1.4 R12 10 June Approved: November 2011

LAS SPECIFICATION. VERSION 1.4 R12 10 June Approved: November 2011 VERSION 1.4 R12 10 June 2012 Approved: November 2011 Published by: The American Society for Photogrammetry & Remote Sensing 5410 Grosvenor Lane, Suite 210 Bethesda, Maryland 20814-2160 Voice: 301-493-0290

More information

APPENDIX E2. Vernal Pool Watershed Mapping

APPENDIX E2. Vernal Pool Watershed Mapping APPENDIX E2 Vernal Pool Watershed Mapping MEMORANDUM To: U.S. Fish and Wildlife Service From: Tyler Friesen, Dudek Subject: SSHCP Vernal Pool Watershed Analysis Using LIDAR Data Date: February 6, 2014

More information

Data Interoperability Advanced Use

Data Interoperability Advanced Use Data Interoperability Advanced Use Bruce Harold Dale Lutz bharold@esri.com Safe Software This is your world ask us today about best practices Automate Moving Data No Domain Limitations ArcGIS Data Interoperability

More information

Microsoft SQL Server (Spatial) Reader/Writer

Microsoft SQL Server (Spatial) Reader/Writer FME Readers and Writers 2013 SP1 Microsoft SQL Server (Spatial) Reader/Writer Note: Format Note: This format is supported only by FME Database Edition and above. Overview The Microsoft SQL Server (Spatial)

More information

LAS extrabytes implementation in RIEGL software WHITEPAPER

LAS extrabytes implementation in RIEGL software WHITEPAPER in RIEGL software WHITEPAPER _ Author: RIEGL Laser Measurement Systems GmbH Date: May 25, 2012 Status: Release Pages: 13 All rights are reserved in the event of the grant or the registration of a utility

More information

Smallworld 4 Reader/Writer

Smallworld 4 Reader/Writer FME Readers and Writers 2013 SP2 Smallworld 4 Reader/Writer This chapter explains how FME reads and writes data to a Smallworld database. Format Notes This format is supported only by the FME Smallworld

More information

An alternate proposal for the LAS 1.4 specification

An alternate proposal for the LAS 1.4 specification August 24th 2011 An alternate proposal for the LAS 1.4 specification This is not an official LAS document! Do not implement! Yes, it would be easy. (-; This is NOT an official LAS document. This document

More information

MRR (Multi Resolution Raster) Revolutionizing Raster

MRR (Multi Resolution Raster) Revolutionizing Raster MRR (Multi Resolution Raster) Revolutionizing Raster Praveen Gupta Praveen.Gupta@pb.com Pitney Bowes, Noida, India T +91 120 4026000 M +91 9810 659 350 Pitney Bowes, pitneybowes.com/in 5 th Floor, Tower

More information

MARS v Release Notes Revised: December 20, 2018 (Builds )

MARS v Release Notes Revised: December 20, 2018 (Builds ) MARS v2019.0 Release Notes Revised: December 20, 2018 (Builds 8399.00 8400.00) Contents New Features:... 2 Enhancements:... 2 List of Bug Fixes... 7 1 STATEMENT OF KNOWN ISSUE: The following Albers coordinate

More information

Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (with Ground Control Points)

Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (with Ground Control Points) Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (with Ground Control Points) Overview Agisoft PhotoScan Professional allows to generate georeferenced dense point

More information

LAS SPECIFICATION. VERSION 1.43 R6211 APRILOCTOBER 1124, August Approved: TBD

LAS SPECIFICATION. VERSION 1.43 R6211 APRILOCTOBER 1124, August Approved: TBD VERSION 1.43 R6211 APRILOCTOBER 1124, 2011015 August 2011 Approved: TBD2009-07 Published by: The American Society for Photogrammetry & Remote Sensing 5410 Grosvenor Lane, Suite 210 Bethesda, Maryland 20814-2160

More information

Spatial Density Distribution

Spatial Density Distribution GeoCue Group Support Team 5/28/2015 Quality control and quality assurance checks for LIDAR data continue to evolve as the industry identifies new ways to help ensure that data collections meet desired

More information

An Introduction to Lidar & Forestry May 2013

An Introduction to Lidar & Forestry May 2013 An Introduction to Lidar & Forestry May 2013 Introduction to Lidar & Forestry Lidar technology Derivatives from point clouds Applied to forestry Publish & Share Futures Lidar Light Detection And Ranging

More information

GEOSYSTEMS... 2 UAV Workflow ERDAS IMAGINE UAV Feature Overview Section ERDAS IMAGINE UAV Feature... 2

GEOSYSTEMS... 2 UAV Workflow ERDAS IMAGINE UAV Feature Overview Section ERDAS IMAGINE UAV Feature... 2 Contents GEOSYSTEMS... 2 UAV Workflow... 2 ERDAS IMAGINE UAV Feature Overview... 2 Section 1... 2 ERDAS IMAGINE UAV Feature... 2 Processing Workflow Concept... 2 IMAGINE UAV Menu... 3 IMAGINE UAV Layout...

More information

TLS Parameters, Workflows and Field Methods

TLS Parameters, Workflows and Field Methods TLS Parameters, Workflows and Field Methods Marianne Okal, UNAVCO June 20 th, 2014 How a Lidar instrument works (Recap) Transmits laser signals and measures the reflected light to create 3D point clouds.

More information

Cell based GIS. Introduction to rasters

Cell based GIS. Introduction to rasters Week 9 Cell based GIS Introduction to rasters topics of the week Spatial Problems Modeling Raster basics Application functions Analysis environment, the mask Application functions Spatial Analyst in ArcGIS

More information

Digital Photogrammetric System. Version 6.3 USER MANUAL. LIDAR Data processing

Digital Photogrammetric System. Version 6.3 USER MANUAL. LIDAR Data processing Digital Photogrammetric System Version 6.3 USER MANUAL Table of Contents 1. About... 3 2. Import of LIDAR data... 3 3. Load LIDAR data window... 4 4. LIDAR data loading and displaying... 6 5. Splitting

More information

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line.

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line. Lecture 06 Raster and Vector Data Models Part (1) 1 Common Data Models Vector Raster Y Points Points ( x,y ) Line Area Line Area 2 X 1 3 Raster uses a grid cell structure Vector is more like a drawn map

More information

Imagery and Raster Data in ArcGIS. Abhilash and Abhijit

Imagery and Raster Data in ArcGIS. Abhilash and Abhijit Imagery and Raster Data in ArcGIS Abhilash and Abhijit Agenda Imagery in ArcGIS Mosaic datasets Raster processing ArcGIS is a Comprehensive Imagery System Integrating All Types, Sources, and Sensor Models

More information

Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (without Ground Control Points)

Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (without Ground Control Points) Tutorial (Beginner level): Orthomosaic and DEM Generation with Agisoft PhotoScan Pro 1.3 (without Ground Control Points) Overview Agisoft PhotoScan Professional allows to generate georeferenced dense point

More information

Managing Lidar and Photogrammetric Point Clouds. Lindsay Weitz Cody Benkelman

Managing Lidar and Photogrammetric Point Clouds. Lindsay Weitz Cody Benkelman and Photogrammetric Point Clouds Lindsay Weitz Cody Benkelman Presentation Context What is lidar, and how does it work? Not this presentation! What can you do with lidar in ArcGIS? What does Esri recommend

More information

MARS v Release Notes Revised: May 23, 2018 (Builds and )

MARS v Release Notes Revised: May 23, 2018 (Builds and ) MARS v2018.0 Release Notes Revised: May 23, 2018 (Builds 8302.01 8302.18 and 8350.00 8352.00) Contents New Features:... 2 Enhancements:... 6 List of Bug Fixes... 13 1 New Features: LAS Up-Conversion prompts

More information

Image Services for Elevation Data

Image Services for Elevation Data Image Services for Elevation Data Peter Becker Need for Elevation Using Image Services for Elevation Data sources Creating Elevation Service Requirement: GIS and Imagery, Integrated and Accessible Field

More information

LAS Specification 1.4 OGC Community Standard

LAS Specification 1.4 OGC Community Standard Open Geospatial Consortium Submission Date: 2017-06-27 Approval Date: 2017-10-02 Publication Date: 2018-03-01 External identifier of this OGC document: http://www.opengis.net/doc/cs/las/1.4 Internal reference

More information

Tools, Tips, and Workflows An Introduction to LAS File Analyst LP360

Tools, Tips, and Workflows An Introduction to LAS File Analyst LP360 LP360 l In 2016 we added a very powerful new tool to LP360 (standalone version) called Feature Analyst. This is a tabular-driven tool that synchronizes a table view of Features, Feature Parts and Vertices

More information

TerraScan New Features

TerraScan New Features www.terrasolid.com TerraScan New Features Arttu Soininen 23.01.2018 Import Scanner Positions for Trajectories File / Import scanner positions menu command in Manage Trajectories reads scanner positions

More information

Light Detection and Ranging (LiDAR)

Light Detection and Ranging (LiDAR) Light Detection and Ranging (LiDAR) http://code.google.com/creative/radiohead/ Types of aerial sensors passive active 1 Active sensors for mapping terrain Radar transmits microwaves in pulses determines

More information

Managing Imagery and Raster Data Using Mosaic Datasets

Managing Imagery and Raster Data Using Mosaic Datasets 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Managing Imagery and Raster Data Using Mosaic Datasets Hong Xu, Prashant Mangtani Esri UC2013. Technical

More information

Technical Specifications

Technical Specifications 1 Contents INTRODUCTION...3 ABOUT THIS LAB...3 IMPORTANCE OF THIS MODULE...3 EXPORTING AND IMPORTING DATA...4 VIEWING PROJECTION INFORMATION...5...6 Assigning Projection...6 Reprojecting Data...7 CLIPPING/SUBSETTING...7

More information

The Reference Library Generating Low Confidence Polygons

The Reference Library Generating Low Confidence Polygons GeoCue Support Team In the new ASPRS Positional Accuracy Standards for Digital Geospatial Data, low confidence areas within LIDAR data are defined to be where the bare earth model might not meet the overall

More information

COMPUTING SOLAR ENERGY POTENTIAL OF URBAN AREAS USING AIRBORNE LIDAR AND ORTHOIMAGERY

COMPUTING SOLAR ENERGY POTENTIAL OF URBAN AREAS USING AIRBORNE LIDAR AND ORTHOIMAGERY COMPUTING SOLAR ENERGY POTENTIAL OF URBAN AREAS USING AIRBORNE LIDAR AND ORTHOIMAGERY Ryan Hippenstiel The Pennsylvania State University John A. Dutton e-education Institute 2217 Earth & Engineering Sciences

More information

Geoprocessing and georeferencing raster data

Geoprocessing and georeferencing raster data Geoprocessing and georeferencing raster data Raster conversion tools Geoprocessing tools ArcCatalog tools ESRI Grid GDB Raster Raster Dataset Raster Catalog Erdas IMAGINE TIFF ArcMap - raster projection

More information

Introduction to LiDAR

Introduction to LiDAR Introduction to LiDAR Our goals here are to introduce you to LiDAR data. LiDAR data is becoming common, provides ground, building, and vegetation heights at high accuracy and detail, and is available statewide.

More information

PUG List. Raster Analysis 3D Analysis Geoprocessing. Steve Kopp

PUG List. Raster Analysis 3D Analysis Geoprocessing. Steve Kopp PUG List Raster Analysis 3D Analysis Geoprocessing Steve Kopp Contour Polygons Spatial Analyst - color-filled contours. Similar to thematic classification, where blue = -1000 to zero, and red = 0 to +1000,

More information

By Colin Childs, ESRI Education Services. Catalog

By Colin Childs, ESRI Education Services. Catalog s resolve many traditional raster management issues By Colin Childs, ESRI Education Services Source images ArcGIS 10 introduces Catalog Mosaicked images Sources, mosaic methods, and functions are used

More information

What s New in Desktop 10.1

What s New in Desktop 10.1 What s New in Desktop 10.1 Damian Spangrud Esri Redlands Trip Down Memory Lane ArcGIS A Complete System for Geographic Information Cloud Web Online Mobile Enterprise Desktop Sharing Information sharing

More information

MODULE 1 BASIC LIDAR TECHNIQUES

MODULE 1 BASIC LIDAR TECHNIQUES MODULE SCENARIO One of the first tasks a geographic information systems (GIS) department using lidar data should perform is to check the quality of the data delivered by the data provider. The department

More information

FME / ArcGIS 9 Data Interoperability Extension

FME / ArcGIS 9 Data Interoperability Extension FME / ArcGIS 9 Data Interoperability Extension About us Founded: 1993 Head office: Vancouver, Canada # of Employees: 45 Target markets: GIS & GPS vendors, Telecom and utilities, Oil & gas, Government agencies

More information

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O TOPICS COVERED Spatial Analyst basics Raster / Vector conversion Raster data

More information

Analytical and Computer Cartography Winter Lecture 9: Geometric Map Transformations

Analytical and Computer Cartography Winter Lecture 9: Geometric Map Transformations Analytical and Computer Cartography Winter 2017 Lecture 9: Geometric Map Transformations Cartographic Transformations Attribute Data (e.g. classification) Locational properties (e.g. projection) Graphics

More information

FME Extension for ArcGIS

FME Extension for ArcGIS FME Extension for ArcGIS Welcome to the FME Extension for ArcGIS The FME Extension for ArcGIS uses Safe Software's FME technology. The FME Extension for ArcGIS allows users to integrate spatial data formats

More information

CS 130 Final. Fall 2015

CS 130 Final. Fall 2015 CS 130 Final Fall 2015 Name Student ID Signature You may not ask any questions during the test. If you believe that there is something wrong with a question, write down what you think the question is trying

More information

An Introduction to Using Lidar with ArcGIS and 3D Analyst

An Introduction to Using Lidar with ArcGIS and 3D Analyst FedGIS Conference February 24 25, 2016 Washington, DC An Introduction to Using Lidar with ArcGIS and 3D Analyst Jim Michel Outline Lidar Intro Lidar Management Las files Laz, zlas, conversion tools Las

More information

Tools, Tips, and Workflows Exporting Final Product LP360

Tools, Tips, and Workflows Exporting Final Product LP360 LP360 Support Revision 1.0 l Final products can be exported from LIDAR data using either LP360 command line executables or the LP360 Export Wizard. Some export functions and resulting products include,

More information

File Format Specification MMPLD Version: 1.2 Release Author: Sebastian Grottel Date:

File Format Specification MMPLD Version: 1.2 Release Author: Sebastian Grottel Date: File Format Specification MMPLD Version: 1.2 Release Author: Sebastian Grottel Date: 17.05.2016 Preface The file formats MMPLD and MMDPLD basically are binary memory dumps of MegaMol s internal data structures,

More information

MrSID Plug-in for 3D Analyst

MrSID Plug-in for 3D Analyst LizardTech MrSID Plug-in for 3D Analyst User Manual Copyrights Copyright 2009 2010 LizardTech. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Digital Photogrammetric System. Version 5.3 USER GUIDE. Processing of UAV data

Digital Photogrammetric System. Version 5.3 USER GUIDE. Processing of UAV data Digital Photogrammetric System Version 5.3 USER GUIDE Table of Contents 1. Workflow of UAV data processing in the system... 3 2. Create project... 3 3. Block forming... 5 4. Interior orientation... 6 5.

More information

Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments

Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments Lecture 1 Core of GIS Thematic layers Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments Lecture 2 What is GIS? Info: value added data Data to solve

More information

Sandy River, OR Bathymetric Lidar Project, 2012 Delivery QC Analysis Lidar QC Report March 26 th, 2013

Sandy River, OR Bathymetric Lidar Project, 2012 Delivery QC Analysis Lidar QC Report March 26 th, 2013 O R E G O N D E P A R T M E N T O F G E O L O G Y A N D M I N E R A L I N D U S T R I E S OLC Sandy River, OR Bathymetric Lidar Project Delivery Acceptance Report. Department of Geology & Mineral Industries

More information

QUESTIONS & ANSWERS FOR. ORTHOPHOTO & LiDAR AOT

QUESTIONS & ANSWERS FOR. ORTHOPHOTO & LiDAR AOT QUESTIONS & ANSWERS FOR ORTHOPHOTO & LiDAR AOT Question# 1. Section 3.2 Will the imagery be clipped to the 1000m boundary? If so, what color will be used for null valued pixels? Yes, the imagery will be

More information

Third Rock from the Sun

Third Rock from the Sun Geodesy 101 AHD LiDAR Best Practice The Mystery of LiDAR Best Practice Glenn Jones SSSi GIS in the Coastal Environment Batemans Bay November 9, 2010 Light Detection and Ranging (LiDAR) Basic principles

More information

GEOG 4110/5100 Advanced Remote Sensing Lecture 4

GEOG 4110/5100 Advanced Remote Sensing Lecture 4 GEOG 4110/5100 Advanced Remote Sensing Lecture 4 Geometric Distortion Relevant Reading: Richards, Sections 2.11-2.17 Review What factors influence radiometric distortion? What is striping in an image?

More information

LP360 for ArcGIS Tool Guide

LP360 for ArcGIS Tool Guide Common ArcMap Tools Environmental Systems Research Institute (ESRI) Add Data Zoom In Measure Point Cloud Tasks Tab Identify Zoom Out Select Features ArcToolbox Pan Full LAS Files Tab ArcCatalog LP360 Basic

More information

Tutorial: Using LiDAR Data for Power Line Corridor Management

Tutorial: Using LiDAR Data for Power Line Corridor Management Tutorial: Using LiDAR Data for Power Line Corridor Management Contents Introduction... 2 Software requirements... 2 Sample data... 2 Exercise 1: Power line corridor modeling... 3 Classifying power lines

More information

Quality Report Generated with Pix4Dmapper Pro version

Quality Report Generated with Pix4Dmapper Pro version Quality Report Generated with Pix4Dmapper Pro version 3.2.23 Important: Click on the different icons for: Help to analyze the results in the Quality Report Additional information about the sections Click

More information

ii. From the Tools menu choose Multi-Extract

ii. From the Tools menu choose Multi-Extract Created By: Grant J. Firl Advisors: Paul Evangelista, Jim Graham Date: November 2010 Software: ArcGIS v9.2, TUGZip v3.5 Lesson 8: Mosaicking and Clipping Landsat Data The purpose of this tutorial is to

More information

Media Types. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of

Media Types. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of Contents Media Types Contents Web Architecture and Information Management [./] Spring 2009 INFO 190-02 (CCN 42509) Erik Wilde, UC Berkeley School of Information [http://creativecommons.org/licenses/by/3.0/]

More information

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Richard Knox CE 394K Fall 2011 Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Objective: The objective of this term project is to use ArcGIS to evaluate

More information

RASTER ANALYSIS GIS Analysis Winter 2016

RASTER ANALYSIS GIS Analysis Winter 2016 RASTER ANALYSIS GIS Analysis Winter 2016 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information.

More information

Geometric Rectification of Remote Sensing Images

Geometric Rectification of Remote Sensing Images Geometric Rectification of Remote Sensing Images Airborne TerrestriaL Applications Sensor (ATLAS) Nine flight paths were recorded over the city of Providence. 1 True color ATLAS image (bands 4, 2, 1 in

More information

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds and DSM Tutorial This tutorial shows how to generate point clouds and a digital surface model (DSM) from IKONOS satellite stereo imagery. You will view the resulting point clouds

More information

Introduction to LiDAR

Introduction to LiDAR Introduction to LiDAR Our goals here are to introduce you to LiDAR data, to show you how to download it for an area of interest, and to better understand the data and uses through some simple manipulations.

More information

Crop Counting and Metrics Tutorial

Crop Counting and Metrics Tutorial Crop Counting and Metrics Tutorial The ENVI Crop Science platform contains remote sensing analytic tools for precision agriculture and agronomy. In this tutorial you will go through a typical workflow

More information

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network John Alsup & John Long Presentation Outline Utility Network Preparation - Migration Patterns - Understanding the Asset Package

More information

Introduction to 3D Machine Vision

Introduction to 3D Machine Vision Introduction to 3D Machine Vision 1 Many methods for 3D machine vision Use Triangulation (Geometry) to Determine the Depth of an Object By Different Methods: Single Line Laser Scan Stereo Triangulation

More information

Your Prioritized List. Priority 1 Faulted gridding and contouring. Priority 2 Geoprocessing. Priority 3 Raster format

Your Prioritized List. Priority 1 Faulted gridding and contouring. Priority 2 Geoprocessing. Priority 3 Raster format Your Prioritized List Priority 1 Faulted gridding and contouring Priority 2 Geoprocessing Priority 3 Raster format Priority 4 Raster Catalogs and SDE Priority 5 Expanded 3D Functionality Priority 1 Faulted

More information

ArcGIS Pro Editing. Jennifer Cadkin & Phil Sanchez

ArcGIS Pro Editing. Jennifer Cadkin & Phil Sanchez ArcGIS Pro Editing Jennifer Cadkin & Phil Sanchez ArcGIS Pro Editing Overview Provides tools that allow you to maintain, update, and create new data - Modifying geometry, drawing new features - Entering

More information

Light Detection and Ranging (LiDAR) Radiohead House of Cards

Light Detection and Ranging (LiDAR) Radiohead House of Cards Light Detection and Ranging (LiDAR) Radiohead House of Cards http://the-moni-blog.blogspot.com/2009/03/lidar-is-going-mainstream-mtv-baby.html h =? Laser Vision GPS + IMU θ H X a h Types of aerial sensors

More information

Basics of Using LiDAR Data

Basics of Using LiDAR Data Conservation Applications of LiDAR Basics of Using LiDAR Data Exercise #2: Raster Processing 2013 Joel Nelson, University of Minnesota Department of Soil, Water, and Climate This exercise was developed

More information

TLS Parameters, Workflows and Field Methods

TLS Parameters, Workflows and Field Methods TLS Parameters, Workflows and Field Methods Marianne Okal, UNAVCO GSA, September 23 rd, 2016 How a Lidar instrument works (Recap) Transmits laser signals and measures the reflected light to create 3D point

More information

Feature Analyst Quick Start Guide

Feature Analyst Quick Start Guide Feature Analyst Quick Start Guide Change Detection Change Detection allows you to identify changes in images over time. By automating the process, it speeds up a acquisition of data from image archives.

More information

Terrestrial GPS setup Fundamentals of Airborne LiDAR Systems, Collection and Calibration. JAMIE YOUNG Senior Manager LiDAR Solutions

Terrestrial GPS setup Fundamentals of Airborne LiDAR Systems, Collection and Calibration. JAMIE YOUNG Senior Manager LiDAR Solutions Terrestrial GPS setup Fundamentals of Airborne LiDAR Systems, Collection and Calibration JAMIE YOUNG Senior Manager LiDAR Solutions Topics Terrestrial GPS reference Planning and Collection Considerations

More information

FRAQCEL USER GUIDE

FRAQCEL USER GUIDE FRAQCEL 2.7.1 USER GUIDE Author: Kevin Orloske Email Address: orloske.1@osu.edu Overview: This document provides user instructions for Fraqcel (pronounced frack-cell). Fraqcel is an open source fractal

More information

CS 464 Review. Review of Computer Graphics for Final Exam

CS 464 Review. Review of Computer Graphics for Final Exam CS 464 Review Review of Computer Graphics for Final Exam Goal: Draw 3D Scenes on Display Device 3D Scene Abstract Model Framebuffer Matrix of Screen Pixels In Computer Graphics: If it looks right then

More information

LiDAR Derived Contours

LiDAR Derived Contours LiDAR Derived Contours Final Delivery June 10, 2009 Prepared for: Prepared by: Metro 600 NE Grand Avenue Portland, OR 97232 Watershed Sciences, Inc. 529 SW Third Avenue, Suite 300 Portland, OR 97204 Metro

More information

The Raster Data Model

The Raster Data Model The Raster Data Model 2 2 2 2 8 8 2 2 8 8 2 2 2 2 2 2 8 8 2 2 2 2 2 2 2 2 2 Llano River, Mason Co., TX 1 Rasters are: Regular square tessellations Matrices of values distributed among equal-sized, square

More information

TerraScan New Features

TerraScan New Features www.terrasolid.com TerraScan New Features Arttu Soininen 03.02.2016 32 & Various Improvements Compute normal vectors action on project also without trajectory information Multiple source classes in Classify

More information

Central Coast LIDAR Project, 2011 Delivery 1 QC Analysis LIDAR QC Report February 17 th, 2012

Central Coast LIDAR Project, 2011 Delivery 1 QC Analysis LIDAR QC Report February 17 th, 2012 O R E G O N D E P A R T M E N T O F G E O L O G Y A N D M I N E R A L I N D U S T R I E S OLC Central Coast Delivery 1 Acceptance Report. Department of Geology & Mineral Industries 800 NE Oregon St, Suite

More information

Masking Lidar Cliff-Edge Artifacts

Masking Lidar Cliff-Edge Artifacts Masking Lidar Cliff-Edge Artifacts Methods 6/12/2014 Authors: Abigail Schaaf is a Remote Sensing Specialist at RedCastle Resources, Inc., working on site at the Remote Sensing Applications Center in Salt

More information

QUICK START GUIDE. SOLO Forest

QUICK START GUIDE. SOLO Forest QUICK START GUIDE SOLO Forest Software Installation 1. For PC installation, run the.msi file. 2. For Mobile device installation, copy the.cab file onto the device 3. Run the.cab file Starting the Program

More information

Raster Data Model & Analysis

Raster Data Model & Analysis Topics: 1. Understanding Raster Data 2. Adding and displaying raster data in ArcMap 3. Converting between floating-point raster and integer raster 4. Converting Vector data to Raster 5. Querying Raster

More information

TBC v License Matrix - Rev 0

TBC v License Matrix - Rev 0 Command Name Viewer (Unlicensed) Base Intermediate Advanced Advanced Drafting Aerial Photogrammetry Data Prep GIS Scanning Tunneling Category 3D Preset Views x x x x General Software 3D View Projection

More information

TLS Parameters, Workflows and Field Methods

TLS Parameters, Workflows and Field Methods TLS Parameters, Workflows and Field Methods Marianne Okal, UNAVCO GSA, October 20 th, 2017 How a Lidar instrument works (Recap) Transmits laser signals and measures the reflected light to create 3D point

More information

Using Imagery for Intelligence Analysis

Using Imagery for Intelligence Analysis 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Using Imagery for Intelligence Analysis Renee Bernstein Natalie Campos Esri UC2013. Technical Workshop.

More information

Files Used in This Tutorial. Background. Feature Extraction with Example-Based Classification Tutorial

Files Used in This Tutorial. Background. Feature Extraction with Example-Based Classification Tutorial Feature Extraction with Example-Based Classification Tutorial In this tutorial, you will use Feature Extraction to extract rooftops from a multispectral QuickBird scene of a residential area in Boulder,

More information

newfasant US User Guide

newfasant US User Guide newfasant US User Guide Software Version: 6.2.10 Date: April 15, 2018 Index 1. FILE MENU 2. EDIT MENU 3. VIEW MENU 4. GEOMETRY MENU 5. MATERIALS MENU 6. SIMULATION MENU 6.1. PARAMETERS 6.2. DOPPLER 7.

More information

Unpacking Instructions

Unpacking Instructions DNR Data Deli II Unpacking and User Instructions May 2004 Now that you ve successfully downloaded a bundle of GIS data from the Minnesota Dept. of Natural Resources, GIS Data Deli II there are a couple

More information

GEON Points2Grid Utility Instructions By: Christopher Crosby OpenTopography Facility, San Diego Supercomputer Center

GEON Points2Grid Utility Instructions By: Christopher Crosby OpenTopography Facility, San Diego Supercomputer Center GEON Points2Grid Utility Instructions By: Christopher Crosby (ccrosby@sdsc.edu) OpenTopography Facility, San Diego Supercomputer Center (Formerly: GEON / Active Tectonics Research Group School of Earth

More information