Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GEOG 400, Advanced GIS, Fall 2020; Week 1 Lectu...

GEOG 400, Advanced GIS, Fall 2020; Week 1 Lecture 2

Avatar for alan.kasprak

alan.kasprak

August 26, 2020
Tweet

More Decks by alan.kasprak

Other Decks in Education

Transcript

  1. A brief plug for two upper-level courses! If you are

    pursuing a certificate in GIS at Fort Lewis… 1. GEOG 480 Internship in GIS (1, 2, or 3 credits) 2. GEOG 499 Independent Study (1, 2, or 3 credits) 1 credit hour equates to 50 work hours! Work (not necessarily paid) with an outside employer that consists of at least 50% GIS We’ll help you set this up, but feel free to bring your own employment ideas to the table! Contact Scott White ([email protected]) to arrange enrollment and an internship Individual research conducted in collaboration with an FLC faculty member; for the GIS certificate, this is a GIS-oriented project. Final product can be written report, set of maps, online repository of products, etc. Contact me or a faculty member of interest if you’d like to pursue a GIS independent study project.
  2. Introduce Yourselves! 1. Your name 2. Your major 3. Your

    previous GIS experience/courses 4. Whether you’ve used ArcPro 5. A landscape that has meaning to you
  3. What’s a Raster? [our practical definition] A raster is a

    regularly spaced grid of cells, or pixels. -Me Raster data models define space as discrete cells, in which each cell has a value associated with it that represents certain characteristics of that area. - Bolstad, GIS Fundamentals
  4. What’s in the BLUE cell? VALUE = NOTHING …or ‘NULL’

    …or ‘NO DATA’ Let’s rasterize the farm.
  5. What’s in the BLUE cell? VALUE = some NO DATA

    some DUCK some PIGEON NODIGEON? Let’s rasterize the farm.
  6. What’s a Raster? [our practical definition] A raster is a

    regularly spaced grid of cells, or pixels. -Me Raster data models define space as discrete cells, in which each cell has a value associated with it that represents certain characteristics of that area. - Bolstad, GIS Fundamentals
  7. But wait, there’s more! In Intro GIS, you might have

    discussed two data types, raster and vector What’s the difference?
  8. But wait, there’s more! In Intro GIS, you might have

    discussed two data types, raster and vector What’s the difference? Rasters represent the world as a continuous grid of cells Vectors represent the world as points (and subsequently lines, and polygons) SQL Server Rider
  9. But wait, there’s more! In Intro GIS, you might have

    discussed two data types, raster and vector What’s the difference? Rasters represent the world as a continuous grid of cells Vectors represent the world as points, lines, and polygons 2.bp.blogspot.com
  10. Is this a raster or vector data model? Rasters represent

    the world as a continuous grid of cells Vectors represent the world as points, lines, and polygons You’ll get really good at doing this quickly, but the most intuitive way? Just zoom in. Vectors are discrete points or connected points, so they’ll always be sharp Rasters are pixels of a given size, so they’ll get “pixelated” or blurry up close. Shutterstock Adobe
  11. Is this a raster or vector data model? Rasters represent

    the world as a continuous grid of cells Vectors represent the world as points, lines, and polygons A map of wetlands in the Rocky Mountains
  12. Is this a raster or vector data model? Rasters represent

    the world as a continuous grid of cells Vectors represent the world as points, lines, and polygons An aerial photo of the Rocky Mountains
  13. Is this a raster or vector data model? Rasters represent

    the world as a continuous grid of cells Vectors represent the world as points, lines, and polygons A map of elevations around Flagstaff, AZ
  14. Is this a raster or vector data model? Rasters represent

    the world as a continuous grid of cells Vectors represent the world as points, lines, and polygons A map of elevations around Flagstaff, AZ
  15. Cool, then why not always just use vectors? Because over

    large areas, vector data is much, much slower to display and analyze. Arc will let you convert rasters to vectors easily, but it probably shouldn’t…
  16. Cool, then why not always just use vectors? And often,

    rasters just make more sense to answer certain questions. How big is the patch of pine forest in the map? What if the house was twice as large? What’s the area of water in the map?
  17. Not-so-excellent uses of raster data Things that are inherently Point-based

    (e.g., GPS surveys, animal capture locations) Rubke and O’Donnell, 2019 Ferierabend and Kielland, 2015 Flickr
  18. Not-so-excellent uses of raster data Things that are inherently Point-based

    (e.g., GPS surveys, animal capture locations) Arizona Daily Star
  19. Raster Considerations 1: Format Raster data come in many formats;

    here are a few you might see regularly JPEG (.jpg); developed by joint photographic experts group; your standard phone/camera format PDF (.pdf); can house either raster or vector data, so be careful here!; used for many old topo maps PNG (.png); ‘portable network graphics’; low file sizes, used for many web images IMG (.img) TIFF (.tif); ‘tagged image file format’; many air photos and elevation rasters ESRI GRID (no extension); beware of many file name constraints TEXT BASED RASTERS (.asc, .txt); useful for data storage, human-readable, but require some pre-processing for display and often aren’t georeferenced
  20. Raster Considerations 1: Format Raster data come in many formats;

    here are a few you might see regularly JPEG (.jpg); developed by joint photographic experts group; your standard phone/camera format PDF (.pdf); can house either raster or vector data, so be careful here!; used for many old topo maps PNG (.png); ‘portable network graphics’; low file sizes, used for many web images IMG (.img) TIFF (.tif); ‘tagged image file format’; many air photos and elevation rasters ESRI GRID (no extension); beware of many file name constraints TEXT BASED RASTERS (.asc, .txt); useful for data storage, human-readable, but require some pre-processing for display and often aren’t georeferenced
  21. Raster Considerations 2: Resolution Raster resolution is a delicate balancing

    act between the information you want to convey and the size (and processing time) of the file you’re dealing with.
  22. Raster Considerations 2: Resolution Raster resolution is a delicate balancing

    act between the information you want to convey and the size (and processing time) of the file you’re dealing with. “1 m resolution” “0.5 m resolution” 1 m 1 m 1 m 1 m To DOUBLE the resolution, we have to QUADRUPLE the cells So be very careful, because files can get really big, really fast.
  23. Raster Considerations 3: Data Type Discrete (or thematic, or categorical)

    rasters divide the world into a number of categories, which are assigned different symbologies
  24. Raster Considerations 3: Data Type Continuous (or field, or surface)

    rasters display a continuous gradient of information across a color ramp
  25. Raster Considerations 4: Bit Depth The information held in each

    cell, and its precision, varies between different raster types. What might a cell’s value be in each of these rasters?
  26. Raster Considerations 4: Bit Depth The information held in each

    cell, and its precision, varies between different raster types. What might a cell’s value be in each of these rasters? Value = 921.24 m
  27. Raster Considerations 4: Bit Depth The information held in each

    cell, and its precision, varies between different raster types. What might a cell’s value be in each of these rasters? Value = 921.24 m
  28. Raster Considerations 4: Bit Depth The information held in each

    cell, and its precision, varies between different raster types. What might a cell’s value be in each of these rasters? Value = 921.24 m Value = ‘Mixed Forest’ or Value = 22
  29. Raster Considerations 4: Bit Depth The information held in each

    cell, and its precision, varies between different raster types. What might a cell’s value be in each of these rasters? Value = 921.24 m Value = ‘Mixed Forest’ or Value = 22
  30. Raster Considerations 4: Bit Depth The information held in each

    cell, and its precision, varies between different raster types. What might a cell’s value be in each of these rasters? Value = 921.24 m Value = ‘Mixed Forest’ or Value = 22 Value = 1 or 0 (stream or not stream)