Introduction to Geographic Information Systems (GIS)

Vector and Raster Data in GIS

The digital GIS representations of geographic features are called vector and raster data. Vector data are designed for discrete objects and are represented with pairs of x, y coordinates.

  • Point features have a single pair of coordinates. Examples include a tree or an electric pole.
  • Lines are represented with a start node and a stop node, and usually several vertices between these nodes, all having defined positions (pairs of x, y coordinates). Examples include roads or
Read More

Petroleum Distillation and Gasoline Properties

REDUCED PRESSURE DISTILLATION

Distillation is a process designed to separate liquids by boiling point. After fractional distillation or topping, a material called petroleum spirit is obtained and must be further distilled for use. The problem is that if it is distilled in the same way as crude oil, its high boiling point would cause much of the material to evaporate or burn. The decomposition temperature of the material is less than the boiling point. At 350 °C the carbon chains begin to decompose.

Read More

Transformers: Principles, Connections, and Applications

Transformers

Schedule Index

The process for determining the rate schedule is as follows:

  1. For single-phase transformers, represent the primary winding so that terminal A is at the top of the diagram (coinciding with the number 12 of an imaginary clock placed overlapping the vector diagram).
  2. Represent the secondary winding, noting that primary and secondary windings located in the same column produce in-phase FEMs (homologous terminals).
  3. Overlap both diagrams. The schedule is the angle formed by two vectors:
Read More

Understanding IP Addressing, Subnetting, and Network Security

  • CIDR (Classless Inter-Domain Routing) is a subnetting method that allows administrators to divide network and host bits anywhere in the address, not just between octets. It introduces a new notation: a standard dotted-decimal address followed by a forward slash and a numeral indicating the network prefix size. The IANA (Internet Assigned Numbers Authority), managed by ICANN (Internet Corporation for Assigned Names and Numbers), is the source of all registered addresses. They allocate address blocks
Read More

Network Configuration for Cancun, Los Cabos, and Mexico

Cancun

Switch Configuration

Switch>enable
Switch#conf t
Switch(config)#hostname SW-C1
SW-C1(config)#interface giga 0/1
SW-C1(config-if)#switchport mode trunk
SW-C1(config-if)#exit
SW-C1(config)#vlan 20
SW-C1(config-vlan)#name CANCUN1
SW-C1(config-vlan)#exit
SW-C1(config)#vlan 30
SW-C1(config-vlan)#name CANCUN2
SW-C1(config-vlan)#exit
SW-C1(config)#vlan 40
SW-C1(config-vlan)#name CANCUN3
SW-C1(config-vlan)#exit
SW-C1(config)#interface range fast 0/1-13
SW-C1(config-if-range)#switchport mode access
Read More

Introduction to Distributed and Cloud Computing

HW 1

Utility Computing, Distributed Computing, and Paradigms

  • Utility computing offers computing resources as a metered service.
  • Distributed computing is a computer system in which several interconnected computers share the computing tasks assigned to the system.
  • Paradigms of distributed computing include cluster computing, grid computing, and cloud computing.

Improving Performance

  • Three ways to improve performance: work harder, work smarter, and get help.
  • In computer analogy, the three ways to run applications
Read More