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

Size: px
Start display at page:

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

Transcription

1 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 of Exploration Geophysicists. The first standard was developed in 1973 and many modern variations exist. The standard describes the layout of the binary data as follows: a 3200-byte EBCDIC reel header a 400-byte binary reel header trace records consisting of: a 240-byte binary trace header trace data By convention, these files use the.segy or.sgy filename extensions, but the SEG-Y reader can use any extension. SEG-Y 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 Enhanced Geometry Geometry Type Encoding Support SEGY Both Base ne File HEADER, TRACE.segy or.sgy Yes Never Yes segy_type

2 Overview Geometry Support Geometry Supported? Geometry Supported? aggregate no point yes circles no polygon yes circular arc no raster no donut polygon yes solid no elliptical arc no surface no ellipses no text no line yes z values yes none yes Reader Overview The SEG-Y reader module produces an FME feature for each trace in the SEG-Y input dataset. The SEG-Y header is read and is represented by a single FME feature. Reader Directives This section contains the directives that are processed by the SEG-Y reader. The suffixes shown are prefixed by the current <ReaderKeyword> in a mapping file. By default, the <ReaderKeyword> for the SEG-Y reader is SEGY. DATASET This directive is the name of one or more SEG-Y files. SEG-Y files can have any extension; however, common extensions are.segy or.sgy. Required SEGY_DATASET /usr/data/mysegyfile.segy Source SEG-Y File(s) COORDINATE_POSITION This directive specifies the byte offset of the coordinate values in the binary trace file

3 FME Readers and Writers 2013 SP2 The coordinate values are stored as two 4-byte values. Therefore, if the byte offset of 81 is specified, the X coordinate will be read from locations 81 to 84, and the Y coordinate will be read from locations SEGY_COORDINATE_POSITION 81 Stored coordinate location COORDINATE_FORMAT This directive specifies the binary encoding that the reader will use to interpret the coordinate values in the binary trace header. INT IEEE IBM INT specifies that the stored value is encoded as a signed integer. IEEE specifies that the stored value is encoded as an IEEE floating point number. IBM specifies that the stored value is encoded as an IBM floating point number. COORDINATE_FORMAT INT Stored coordinate format DECODE_EBCDIC : This keyword specifies whether the reader will interpret the textual header as being in the EBCDIC encoding and will transcode the textual header into ASCII. DECODE_EBCDIC YES

4 Overview Writer Overview The SEG-Y Writer writes all attributes of a feature to an SEG-Y file. Features of different types are written to different SEG-Y files. Writer Directives This section contains the directives that are processed by the SEG-Y writer. The suffixes shown are prefixed by the current <WriterKeyword>_ in a mapping file. By default, the <WriterKeyword> for the SEG-Y writer is SEGY. DATASET This is the name of a directory that contains one or more SEG-Y files. SEG-Y files can have any extension; however, common extensions are.segy or.sgy. Required SEGY_DATASET /usr/data/output.segy Destination SEG-Y File(s) COORDINATE_POSITION This directive specifies the byte offset at which the writer will write the coordinate values in the binary trace header. The coordinate values are stored as two 4-byte values. Therefore, if the byte offset of 81 is specified, the X coordinate will be read from locations 81 to 84, and the Y coordinate will be read from locations SEGY_COORDINATE_POSITION 81 Stored coordinate location

5 FME Readers and Writers 2013 SP2 COORDINATE_FORMAT This directive specifies the binary encoding that the writer will use when writing the coordinate values on the feature. INT IEEE IBM INT specifies that the stored value is encoded as a signed integer. IEEE specifies that the stored value is encoded as an IEEE floating point number. IBM specifies that the stored value is encoded as an IBM floating point number. COORDINATE_FORMAT INT Stored coordinate format ENCODE_ASCII This directive specifies whether the writer will interpret the textual header as being in ASCII encoding and will transcode the textual header into EBCDIC. ENCODE_ASCII YES Feature Representation In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Attributes), all SEG-Y features contain an segy_type attribute, which is set to either segy_point or segy_no_geom, since these are the only two valid geometries for SEG-Y features. Attribute Name segy_type Contents The FME generic geometric type of this entity. Range: segy_point, segy_no_geom The SEG-Y reads the EBCDIC and binary reel header data as a single feature of the feature type HEADER. This feature will always have a segy_geometry value of segy_ no_geom. The feature has two attributes containing the reel header data. The attributes are described in the following table

6 Overview Attribute TEXT_HEADER Data EBCDIC descriptive reel header. Byte offset (from beginning of file) BINARY_HEADER Binary reel header The EBCDIC and binary reel header is followed by multiple sets of trace records. A trace record consists of a binary trace header followed by the trace data. The size of the trace data is not fixed and is derived from information contained in the binary reel header and binary trace header. Each trace record is output as a feature of the feature type TRACE. This feature will always have a segy_geometry value of segy_point. The attributes of the trace record feature are described in the following table. Attribute Data Byte offset (from beginning of each trace) BINARY_ HEADER EBCDIC descriptive reel header SAMPLES Binary reel header 401-xxx From each trace record, coordinates are extracted from the trace headers from the byte offset specified by the COORDINATE_POSITION directive. The binary values are then interpreted with the bit-format specified by the COORDINATE_FORMAT directive. The coordinates form one point for every feature

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

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

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 (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

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

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

ASPRS LIDAR Data Exchange Format (LAS) Reader/Writer

ASPRS LIDAR Data Exchange Format (LAS) Reader/Writer 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

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

FLATIRONS TUTORIAL - SEG-Y DICTIONARY EDITOR

FLATIRONS TUTORIAL - SEG-Y DICTIONARY EDITOR FLATIRONS TUTORIAL - SEG-Y DICTIONARY EDITOR Canonical Geosciences LLC PROJECT CREATION: START THE APPLICATION This varies from platform to platform, but for Linux/Mac: Open a terminal window CD into the

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

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

SEG Y2 overview SEGD3.1 for publication

SEG Y2 overview SEGD3.1 for publication SEG Y2 overview SEGD3.1 for publication SEG Technical Standards Committee http://www.seg.org/ts and tsc SEG History 1930 On 11 March, twenty-nine men and one woman met in Houston at the University Club

More information

1. INTERLIS 2 Reader/Writer for FME

1. INTERLIS 2 Reader/Writer for FME 1. INTERLIS 2 Reader/Writer for FME The INTERLIS 2 reader and writer module (ili2fme) provides the Feature Manipulation Engine (FME) with access to INTERLIS 2 and INTERLIS 1 transfer files. ili2fme is

More information

1. INTERLIS 2 Reader/Writer for FME

1. INTERLIS 2 Reader/Writer for FME 1. INTERLIS 2 Reader/Writer for FME The INTERLIS 2 reader and writer module (ili2fme) provides the Feature Manipulation Engine (FME) with access to INTERLIS 2 and INTERLIS 1 transfer files. ili2fme is

More information

Seismic Processing Workshop

Seismic Processing Workshop Seismic Processing Workshop Training Manual V2.2 Parallel Geoscience Corporation Parallel Geoscience Corporation Providing State-of-the-Art Seismic Data Solutions since 1988 Welcome to the Seismic Processing

More information

A Fortran90 implementation of symmetric nonstationary phaseshift extrapolator

A Fortran90 implementation of symmetric nonstationary phaseshift extrapolator A Fortran90 implementation of symmetric nonstationary phaseshift extrapolator Yanpeng Mi and Gary F Margrave ABSTRACT Symmetric nonstationary phase-shift (SNPS) for 2D (SNPS2D) is a 2D prestack shot-gather

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

13 File Structures. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to:

13 File Structures. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to: 13 File Structures 13.1 Source: Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: Define two categories of access methods: sequential

More information

libsegy Programmer s Reference Manual

libsegy Programmer s Reference Manual libsegy Programmer s Reference Manual Nate Gauntt Last Modified: August 11, 2008 Contents 1 Introduction 2 2 Why Use libsegy? 2 3 Building and Installation 3 3.1 Building C-Library Interface.....................

More information

2D Seismic Utilities Programs: aaspi_segy_read_batch aaspi_2d_combine aaspi_pseudo3d_split aaspi_mega2d_split aaspi_segy_write_batch

2D Seismic Utilities Programs: aaspi_segy_read_batch aaspi_2d_combine aaspi_pseudo3d_split aaspi_mega2d_split aaspi_segy_write_batch 2D Seismic Utilities Programs: aaspi_segy_read_batch aaspi_2d_combine aaspi_pseudo3d_split aaspi_mega2d_split aaspi_segy_write_batch Most of AASPI utilities, such as dip3d, spec_cwt, and som3d, are designed

More information

Variations in standards such as Sercel s version of SegB are automatically sensed and demultiplexed accurately.

Variations in standards such as Sercel s version of SegB are automatically sensed and demultiplexed accurately. Beltway_Transcribe is an integrated tape copy and reformat program designed for the Seismic industry. It will reformat / demultiplex all standard SEG formats as well as many non-standard formats. Variations

More information

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03 AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03 AutoCAD Import Limitations The following is a list of AutoCAD features that will not give an expected viewable when using SAP 3D Visual

More information

DC2 File Format. 1. Header line 2. Entity line 3. Point line 4. String line

DC2 File Format. 1. Header line 2. Entity line 3. Point line 4. String line DC2 File Format The DesignCAD DC2 drawing file is an ASCII file, with the data present in character format. Each "record" in the file is actually a line in a text file. There are four types of records,

More information

Seg2Mat: SEG-2 to MATLAB file converter

Seg2Mat: SEG-2 to MATLAB file converter Seg2Mat: SEG-2 to MATLAB file converter Stewart A. Levin ABSTRACT To support SEG-2 data import into MATLAB R, I have modified a SEG-2 converter from the Colorado School of Mines Center for Wave Phenomena

More information

Reflection Seismic Processing

Reflection Seismic Processing Reflection Seismic Processing Objective Processing Systems General concept of CMP processing Processing Tools SEGY and similar file formats General features of ProMAX Reading: ProMAX manual (Introduction)

More information

Whitepaper. Reading Map 3D Object Data with FME. Overview. FME and Spatial Data Interoperability. Spatial ETL Tools

Whitepaper. Reading Map 3D Object Data with FME. Overview. FME and Spatial Data Interoperability. Spatial ETL Tools Whitepaper Reading Map 3D Object Data with FME Overview A key challenge for users of spatial data is interoperability. Even for a committed user of AutoCAD Map 3D, there are likely to be occasional needs

More information

Using GLOBE Claritas. 2D/3D Seismic Processing Software

Using GLOBE Claritas. 2D/3D Seismic Processing Software Using GLOBE Claritas 2D/3D Seismic Processing Software June 2008 GLOBE Claritas : Concept Created as a processing environment Designed to fit around your workflows and practices No un-wieldy database or

More information

Input File Syntax The parser expects the input file to be divided into objects. Each object must start with the declaration:

Input File Syntax The parser expects the input file to be divided into objects. Each object must start with the declaration: TCC Low Level Parser Purpose The TCC low level parser is designed to convert the low level ASCII based configuration files into a binary format which can then be downloaded to the Alpha processor boards.

More information

Data Storage and Query Answering. Data Storage and Disk Structure (4)

Data Storage and Query Answering. Data Storage and Disk Structure (4) Data Storage and Query Answering Data Storage and Disk Structure (4) Introduction We have introduced secondary storage devices, in particular disks. Disks use blocks as basic units of transfer and storage.

More information

Chapter 3. Sukhwinder Singh

Chapter 3. Sukhwinder Singh Chapter 3 Sukhwinder Singh PIXEL ADDRESSING AND OBJECT GEOMETRY Object descriptions are given in a world reference frame, chosen to suit a particular application, and input world coordinates are ultimately

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

CSE COMPUTER USE: Fundamentals Test 1 Version D

CSE COMPUTER USE: Fundamentals Test 1 Version D Name:, (Last name) (First name) Student ID#: Registered Section: Instructor: Lew Lowther Solutions York University Faculty of Pure and Applied Science Department of Computer Science CSE 1520.03 COMPUTER

More information

CS 222/122C Fall 2016, Midterm Exam

CS 222/122C Fall 2016, Midterm Exam STUDENT NAME: STUDENT ID: Instructions: CS 222/122C Fall 2016, Midterm Exam Principles of Data Management Department of Computer Science, UC Irvine Prof. Chen Li (Max. Points: 100) This exam has six (6)

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

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

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

Safe Software is the world s leading supplier of spatial data translation software. We are focused on helping organizations enhance access to spatial

Safe Software is the world s leading supplier of spatial data translation software. We are focused on helping organizations enhance access to spatial Safe Software is the world s leading supplier of spatial data translation software. We are focused on helping organizations enhance access to spatial data resources by providing software solutions that

More information

IXSeg2Segy Instruction Manual. Version 1.2. Copyright 2012 Interpex Limited. All Rights Reserved. 7 August Interpex Limited. P.O.

IXSeg2Segy Instruction Manual. Version 1.2. Copyright 2012 Interpex Limited. All Rights Reserved. 7 August Interpex Limited. P.O. IXSeg2Segy Instruction Manual Version 1.2 Copyright 2012 Interpex Limited All Rights Reserved 7 August 2015 Interpex Limited P.O. Box 839 Golden, CO 80401 USA www.interpex.com Tel: 303 278 9124 Fax: 303

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

RadExPro seismic software for 2D/3D data QC and infield processing

RadExPro seismic software for 2D/3D data QC and infield processing RadExPro seismic software for 2D/3D data QC and infield processing History The software took its origin in 1992 at the Geophysical Department, Faculty of Geology, Lomonosov Moscow State University and,

More information

(SSOL) Simple Shape Oriented Language

(SSOL) Simple Shape Oriented Language (SSOL) Simple Shape Oriented Language Madeleine Tipp Jeevan Farias Daniel Mesko mrt2148 jtf2126 dpm2153 Description: SSOL is a programming language that simplifies the process of drawing shapes to SVG

More information

As stated earlier, the declaration

As stated earlier, the declaration The int data type As stated earlier, the declaration int a; is an instruction to the compiler to reserve a certain amount of memory to hold the values of the variable a. How much memory? Two bytes (usually,

More information

eçï=^ååìj~é=fåíéêéêéíë== pbd=mn=cáäéë= Copyright 2003, IHS Energy and its affiliated and subsidiary companies, all rights reserved.

eçï=^ååìj~é=fåíéêéêéíë== pbd=mn=cáäéë= Copyright 2003, IHS Energy and its affiliated and subsidiary companies, all rights reserved. Copyright 2003, IHS Energy and its affiliated and subsidiary companies, all rights reserved. `çéóêáöüí= Copyright 2003, IHS Energy and its affiliated and subsidiary companies, all rights reserved. Printed

More information

1. Create a map of the layer and attribute that needs to be queried

1. Create a map of the layer and attribute that needs to be queried Single Layer Query 1. Create a map of the layer and attribute that needs to be queried 2. Choose the desired Select Type. This can be changed from the Map menu at the far top or from the Select Type Icon

More information

JHDF5 (HDF5 for Java) 14.12

JHDF5 (HDF5 for Java) 14.12 JHDF5 (HDF5 for Java) 14.12 Introduction HDF5 is an efficient, well-documented, non-proprietary binary data format and library developed and maintained by the HDF Group. The library provided by the HDF

More information

Using Replicas. RadExPro

Using Replicas. RadExPro Using Replicas RadExPro 2018.1 Replicas are copies of one and the same flow executed with different sets of module parameters. Sets of parameters for each replica are taken from variables defined in a

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

Furthermore, a new shape type has been added: multipatch. This type is used to represent certain 3D geometries.

Furthermore, a new shape type has been added: multipatch. This type is used to represent certain 3D geometries. Extended Shapefile Record Format July 28, 2006 Introduction The shapefile record structure has been extended to allow for the presence of additional modifiers in a shape record. Additional modifiers currently

More information

SaneSeisA Ian Vincent Oct 2015 Updated 18-Oct2015 A proposed seismic acquisition file format

SaneSeisA Ian Vincent Oct 2015 Updated 18-Oct2015 A proposed seismic acquisition file format SaneSeisA Ian Vincent Oct 2015 Updated 18-Oct2015 A proposed seismic acquisition file format The SEG file formats currently used for seismic acquisition (SEGD, SEGY SEG2) are based on decades old concepts

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

Welcome to the FME Data Inspector

Welcome to the FME Data Inspector Welcome to the FME Data Inspector FME Data Inspector is a Safe Software Technology Preview Safe Software is the world s leading supplier of spatial data translation software. We are focused on helping

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

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

Introduction to the 3D-datainterpretation within REFLEXW

Introduction to the 3D-datainterpretation within REFLEXW Introduction to the 3D-datainterpretation within REFLEXW In the following the 3D-datainterpretation of REFLEXW is described including the generation of a 3Ddataset (Chap. I), the processing of 3D-datafiles

More information

Thus needs to be a consistent method of representing negative numbers in binary computer arithmetic operations.

Thus needs to be a consistent method of representing negative numbers in binary computer arithmetic operations. Signed Binary Arithmetic In the real world of mathematics, computers must represent both positive and negative binary numbers. For example, even when dealing with positive arguments, mathematical operations

More information

Kubotek KeyCreator V8.5 What s New Page 1 of 12. Kubotek KeyCreator V8.5 What s New

Kubotek KeyCreator V8.5 What s New Page 1 of 12. Kubotek KeyCreator V8.5 What s New Page 1 of 12 Kubotek KeyCreator V8.5 What s New Page 2 of 12 Table of Contents File Management 3 General Interface 4 Detailing/Drawing 5 Modeling 10 Display and Graphics 12 Page 3 of 12 File Management

More information

COMP2611: Computer Organization. Data Representation

COMP2611: Computer Organization. Data Representation COMP2611: Computer Organization Comp2611 Fall 2015 2 1. Binary numbers and 2 s Complement Numbers 3 Bits: are the basis for binary number representation in digital computers What you will learn here: How

More information

Work with External Data in SPSS or Excel Format - Open SPSS data

Work with External Data in SPSS or Excel Format - Open SPSS data Work with External Data in SPSS or Excel Format - Open SPSS data Contents WORK WITH EXTERNAL DATA IN SPSS OR EXCEL FORMAT - OPEN SPSS DATA... 1 Open an Excel file... 1 Create new External File... 2 Save

More information

These notes are designed to provide an introductory-level knowledge appropriate to understanding the basics of digital data formats.

These notes are designed to provide an introductory-level knowledge appropriate to understanding the basics of digital data formats. A brief guide to binary data Mike Sandiford, March 2001 These notes are designed to provide an introductory-level knowledge appropriate to understanding the basics of digital data formats. The problem

More information

Lecture 7. Neutral File. Lecture 7 1

Lecture 7. Neutral File. Lecture 7 1 Lecture 7 Neutral File Lecture 7 1 What is neutral file? Without neutral file, we requires 2 N number of translator for N numbers of software. Translator Computer Computer Computer Computer Computer Neutral

More information

Programming in C++ 5. Integral data types

Programming in C++ 5. Integral data types Programming in C++ 5. Integral data types! Introduction! Type int! Integer multiplication & division! Increment & decrement operators! Associativity & precedence of operators! Some common operators! Long

More information

UNIT - V DHARANI KUMAR.S/AP/MECH

UNIT - V DHARANI KUMAR.S/AP/MECH UNIT - V DHARANI KUMAR.S/AP/MECH CAD Standards are a set of guidelines for the way Computer-aided design (CAD) drawings should appear, to improve productivity and interchange of CAD documents between different

More information

Number Systems Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. Indian Institute of Technology Kharagpur Number Representation

Number Systems Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. Indian Institute of Technology Kharagpur Number Representation Number Systems Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. Indian Institute of Technology Kharagpur 1 Number Representation 2 1 Topics to be Discussed How are numeric data items actually

More information

Delphin 6 Output File Specification

Delphin 6 Output File Specification Delphin 6 Output File Specification Technical Report Stefan Vogelsang, Andreas Nicolai Institut für Bauklimatik Technische Universität Dresden D-01062 Dresden, Germany stefan.vogelsang@tu-dresden.de Abstract

More information

Object-Oriented Programming. Chapter 4

Object-Oriented Programming. Chapter 4 Data Structures Dr Ahmed Rafat Abas Computer Science Dept, Faculty of Computer and Information, Zagazig University arabas@zu.edu.eg http://www.arsaliem.faculty.zu.edu.eg/ Object-Oriented Programming Chapter

More information

UNIT 7A Data Representation: Numbers and Text. Digital Data

UNIT 7A Data Representation: Numbers and Text. Digital Data UNIT 7A Data Representation: Numbers and Text 1 Digital Data 10010101011110101010110101001110 What does this binary sequence represent? It could be: an integer a floating point number text encoded with

More information

Avro Specification

Avro Specification Table of contents 1 Introduction...2 2 Schema Declaration... 2 2.1 Primitive Types... 2 2.2 Complex Types...2 2.3 Names... 5 2.4 Aliases... 6 3 Data Serialization...6 3.1 Encodings... 7 3.2 Binary Encoding...7

More information

A Fast Review of C Essentials Part I

A Fast Review of C Essentials Part I A Fast Review of C Essentials Part I Structural Programming by Z. Cihan TAYSI Outline Program development C Essentials Functions Variables & constants Names Formatting Comments Preprocessor Data types

More information

FME Configuration: FME_HOME is `C:\Program Files (x86)\esri\data Interoperability (x86)\' FME Configuration: FME_BASE is 'yes' FME Configuration:

FME Configuration: FME_HOME is `C:\Program Files (x86)\esri\data Interoperability (x86)\' FME Configuration: FME_BASE is 'yes' FME Configuration: Command-line to run this workspace: "C:\Program Files (x86)\esri\data Interoperability (x86)\fme.exe" "C:\Users\SmithsTL\AppData\Local\Safe Software\Interoperability\ArcCatalog-20170918-093401\fmetool-a12580.fmw"

More information

COS 140: Foundations of Computer Science

COS 140: Foundations of Computer Science COS 140: Foundations of Computer Science Variables and Primitive Data Types Fall 2017 Introduction 3 What is a variable?......................................................... 3 Variable attributes..........................................................

More information

Object modeling and geodatabases. GEOG 419: Advanced GIS

Object modeling and geodatabases. GEOG 419: Advanced GIS Object modeling and geodatabases GEOG 419: Advanced GIS CAD Data Model 1960s and 1970s Geographic data stored as points, lines, and areas No attributes; each feature type stored on a different layer No

More information

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming Topics C H A P T E R 1 Introduction to Computers and Programming Introduction Hardware and Software How Computers Store Data Using Python Introduction Computers can be programmed Designed to do any job

More information

Basic data types. Building blocks of computation

Basic data types. Building blocks of computation Basic data types Building blocks of computation Goals By the end of this lesson you will be able to: Understand the commonly used basic data types of C++ including Characters Integers Floating-point values

More information

Week 3 Lecture 2. Types Constants and Variables

Week 3 Lecture 2. Types Constants and Variables Lecture 2 Types Constants and Variables Types Computers store bits: strings of 0s and 1s Types define how bits are interpreted They can be integers (whole numbers): 1, 2, 3 They can be characters 'a',

More information

GETTING STARTED TABLE OF CONTENTS

GETTING STARTED TABLE OF CONTENTS Sketchup Tutorial GETTING STARTED Sketchup is a 3D modeling program that can be used to create 3D objects in a 2D environment. Whether you plan to model for 3D printing or for other purposes, Sketchup

More information

OGP positioning exchange formats The Significant Benefits of the new OGP Formats over Legacy Formats

OGP positioning exchange formats The Significant Benefits of the new OGP Formats over Legacy Formats OGP positioning exchange formats The Significant Benefits of the new OGP Formats over Legacy Formats Presented by: John Conner Aim of This Presentation Describe the newly adopted formats which have been

More information

(6.6) Geometry and spatial reasoning. The student uses geometric vocabulary to describe angles, polygons, and circles.

(6.6) Geometry and spatial reasoning. The student uses geometric vocabulary to describe angles, polygons, and circles. (6.6) Geometry and spatial reasoning. The student uses geometric vocabulary to describe angles, polygons, and circles. (6.6.a) Geometry and spatial reasoning. The student uses geometric vocabulary to describe

More information

MST: Converting from Shape file to PostGIS using FME. Version 0.2

MST: Converting from Shape file to PostGIS using FME. Version 0.2 MST: Converting from Shape file to PostGIS using FME Version 0.2 Revisions Filename ConvertingFromShape2PostGIS_v0.1.docx Project Document Version Control Vs. Date Author Change Details 0.2 08-01-2018

More information

FME Desktop. Esri ArcGIS v Pathway Training. FME 2014-SP2 Edition

FME Desktop. Esri ArcGIS v Pathway Training. FME 2014-SP2 Edition FME Desktop Esri ArcGIS v10.2.1 Pathway Training FME 2014-SP2 Edition Safe Software Inc. makes no warranty either expressed or implied, including, but not limited to, any implied warranties of merchantability

More information

FME Desktop. Esri ArcGIS v10.3 Pathway Training. FME Edition

FME Desktop. Esri ArcGIS v10.3 Pathway Training. FME Edition FME Desktop Esri ArcGIS v10.3 Pathway Training FME 2015.1.1 Edition Safe Software Inc. makes no warranty either expressed or implied, including, but not limited to, any implied warranties of merchantability

More information

Data Loading in CE8 SAMPLE IMAGE. Simon Voisey June 2008 Hampson-Russell London Written for CE8R1

Data Loading in CE8 SAMPLE IMAGE. Simon Voisey June 2008 Hampson-Russell London Written for CE8R1 Data Loading in CE8 SAMPLE IMAGE Simon Voisey June 2008 Hampson-Russell London Written for CE8R1 Introduction Data loading has been made much easier in CE8. The principles and locations of the buttons

More information

IBM 370 Basic Data Types

IBM 370 Basic Data Types IBM 370 Basic Data Types This lecture discusses the basic data types used on the IBM 370, 1. Two s complement binary numbers 2. EBCDIC (Extended Binary Coded Decimal Interchange Code) 3. Zoned Decimal

More information

Introduction to C CMSC 104 Spring 2014, Section 02, Lecture 6 Jason Tang

Introduction to C CMSC 104 Spring 2014, Section 02, Lecture 6 Jason Tang Introduction to C CMSC 104 Spring 2014, Section 02, Lecture 6 Jason Tang Topics History of Programming Languages Compilation Process Anatomy of C CMSC 104 Coding Standards Machine Code In the beginning,

More information

Final Labs and Tutors

Final Labs and Tutors ICT106 Fundamentals of Computer Systems - Topic 2 REPRESENTATION AND STORAGE OF INFORMATION Reading: Linux Assembly Programming Language, Ch 2.4-2.9 and 3.6-3.8 Final Labs and Tutors Venue and time South

More information

AUTACK. Secure authentication and acknowledgement message. Edition 2012

AUTACK. Secure authentication and acknowledgement message. Edition 2012 Secure authentication and acknowledgement message Edition 2012 1. Introduction... 2 2. Message Structure Chart... 3 3. Branching Diagram... 4 4. Segments Description... 5 5. Segments Layout... 6 6. Example(s)...

More information

Constraint Based Modeling Geometric and Dimensional. ENGR 1182 SolidWorks 03

Constraint Based Modeling Geometric and Dimensional. ENGR 1182 SolidWorks 03 Constraint Based Modeling Geometric and Dimensional ENGR 1182 SolidWorks 03 Today s Objectives Using two different type of constraints in SolidWorks: Geometric Dimensional SW03 In-Class Activity List Geometric

More information

Introduction to Computer Programming in Python Dr. William C. Bulko. Data Types

Introduction to Computer Programming in Python Dr. William C. Bulko. Data Types Introduction to Computer Programming in Python Dr William C Bulko Data Types 2017 What is a data type? A data type is the kind of value represented by a constant or stored by a variable So far, you have

More information

DEVELOPMENT OF CONICAL SURFACES USING CAD PROCEDURES

DEVELOPMENT OF CONICAL SURFACES USING CAD PROCEDURES DEELOPMENT OF CONICAL SURFACES USING CAD PROCEDURES Mircea LAZAR University of Pitesti, Faculty of Mechanics and Technology, Department of Technology and Management e-mail: mircea@lzr.ro Keywords : development,

More information

Avro Specification

Avro Specification Table of contents 1 Introduction...2 2 Schema Declaration... 2 2.1 Primitive Types... 2 2.2 Complex Types...2 2.3 Names... 5 3 Data Serialization...6 3.1 Encodings... 6 3.2 Binary Encoding...6 3.3 JSON

More information

M1 Computers and Data

M1 Computers and Data M1 Computers and Data Module Outline Architecture vs. Organization. Computer system and its submodules. Concept of frequency. Processor performance equation. Representation of information characters, signed

More information

What s new in SEPLIB?

What s new in SEPLIB? Stanford Exploration Project, Report 82, May 11, 2001, pages 1 207 What s new in SEPLIB? Dave Nichols, Martin Karrenbach, and Hector Urdaneta 1 ABSTRACT The CD-ROM version of this report is distributed

More information

SQL Parsers with Message Analyzer. Eric Bortei-Doku

SQL Parsers with Message Analyzer. Eric Bortei-Doku SQL Parsers with Message Analyzer Eric Bortei-Doku Agenda Message Analyzer Overview Simplified Operation Message Analyzer Parsers Overview Desktop UI Demos Analyzing Local Ping Traffic Analyzing a Capture

More information

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu Lecture 5: Spatial Data Management in GIS Dr. Bo Wu lsbowu@polyu.edu.hk Department of Land Surveying & Geo-Informatics The Hong Kong Polytechnic University Contents 1. Learning outcomes 2. From files to

More information

World Premium Points of Interest Getting Started Guide

World Premium Points of Interest Getting Started Guide World Premium Points of Interest Getting Started Guide Version: 0.1 1 Table of Contents INTRODUCTION... 3 1. Preface... 3 2. Data Characteristics... 3 3. Loading the data into RDMS Databases... 3 Oracle...

More information

Overview The Auto Number functionality allows users to configure auto numbering on an Attribute for a specific Entity within Dynamics 365.

Overview The Auto Number functionality allows users to configure auto numbering on an Attribute for a specific Entity within Dynamics 365. Overview The Auto Number functionality allows users to configure auto numbering on an Attribute for a specific Entity within Dynamics 365. An Auto Number Header will need to be created. This allows you

More information

MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot

MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot Multiattribute display of dip magnitude modulating dip azimuth Program hlplot AASPI provides two ways to blend a polychromatic

More information

BinX Usage Standard PE-TN-ESA-GS-120

BinX Usage Standard PE-TN-ESA-GS-120 Page: 1 / 6 BinX Usage Standard PE-TN-ESA-GS-120 M.Zundo (ESA/ESTEC) A.Gutierrez (Deimos Engheneria) Page: 2 / 6 1. PURPOSE AND SCOPE Purpose of this TN is to specialise the usage standard of BinX Binary

More information

Why use an RDBMS? ❽ Data maintenance ❽ Standardized access ❽ Multi-user access ❽ Data protection

Why use an RDBMS? ❽ Data maintenance ❽ Standardized access ❽ Multi-user access ❽ Data protection 1 Why use an RDBMS? ❽ Data maintenance ❽ Standardized access ❽ Multi-user access ❽ Data protection 2 RDBMSs offer Data protection ❽ Recovery ❽ Concurrency ❽ Security 3 Data protection ❽ Recovery from ❽

More information

mith College Computer Science CSC103 How Computers Work Week 7 Fall 2017 Dominique Thiébaut

mith College Computer Science CSC103 How Computers Work Week 7 Fall 2017 Dominique Thiébaut mith College Computer Science CSC103 How Computers Work Week 7 Fall 2017 Dominique Thiébaut dthiebaut@smith.edu Important Review Does the animation leave a trace? Are the moving objects move without a

More information

End-to-End Data. Presentation Formatting. Difficulties. Outline Formatting Compression

End-to-End Data. Presentation Formatting. Difficulties. Outline Formatting Compression End-to-End Data Outline Formatting Compression Spring 2009 CSE30264 1 Presentation Formatting Marshalling (encoding) application data into messages Unmarshalling (decoding) messages into application data

More information