Lab Notes Flashcards

1
Q

Short Integer

A

2 byte Integers (-32768 to 32768)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Long integer

A

4 byte integer (-2bil to 2bil)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Float

A

Single precision floating point number - -3.4E38 to 1.2E38

Can be decimals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Double

A

Double precision floating point number - -2.2E308 to 1.8 E308
Can also be decimals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Joining data

A

Right click data in list - add join, select both fields to be joined
Name output field

This allowed us to join census data to county shapefiles bc they shared the same FIPS code

We also used this to join gas leaks to zip codes after assigning zip codes to each gas leak point - didn’t need a an attribute to join based on because they were joined based on spatial data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Calculating slope

A

Use slope tool - enter a raster
We used this to get slope with the raster that had elevation (the DEM)

Then RECLASSIFIED the raster so the suitable slopes had a value of 1 and the not suitable slopes had a value of 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Reclassify

A

Changes the value of a entries in a raster either to perform a conversion, or select values that you need (by converting them to 0 and 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Map algebra

A

With raster inputs that have been reclassified to reflect which areas are desired, map algebra allows you to create a statement that finds areas that fit that requirement in an intersection of multiple inputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Geocoding

A

right click on file with addresses and select geocode addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Spatial Join

A

We used to determine zip code of gas leaks
Target Features - the information the join is based on
Join Features - the feature whose information will be transferred to the target

The gas leaks was the target feature and received the information of the zip code based on its spatial location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Count

A

To count number of gas leaks in zip code, we added a field named count, then used the FIELD CALCULATOR to assign a value of 1 to each one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Guidelines for Control Points (for georeferencing)

A
spaced out over image
distinct static geographic features
minimum of 3 points but not much more
zoom in when selecting
first click on location in UNREFERENCED layer then on the referenced layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Setting up georeferencing

A

create a bookmark where the image should end up, zoom to the layer that contains the image to be georeferenced.

Then imagery -> georeference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Digitizing Features (Creating your own shapefile)

A

In right toolbar, under catalog, untwirl current project database and right click, select “new shapefile,”

drag the shapefile onto the map

in edit toolbar -> create features, then drawing tools become available

right click on shapefile and open attribute table to edit names of shapes, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly