First, a bit of QGIS housekeeping
There’s a variety of kinds of spatial data
- Data in explicitly spatial format: shapefile, feature classes in a geodatabase, KML (google earth), geoJSON, and more – plus raster file formats
- Non-spatial data with variables for latitude and longitude
- Non-spatial data with geographic identifiers that allow “joining” to data from category 1.
- Non-spatial data with addresses or place names
- Georeferencing of paper or digital maps and digitization of features. i.e., create your own data
Some basic GIS rules
Rule #1: Don’t use Windows/Finder to copy or move individual files!
- You can copy and paste folders, but pay attention to file directory paths
Some basic GIS rules
Rule #2: When you do work in QGIS, your efforts are saved as a project
- Projects link to the data layers you’ve added, but do not actually include those layers—those stay in their original location and can be used by multiple projects at once
- If you copy your project to another location, without moving the individual layers as well, your project will be empty when you open it
Some basic GIS rules
Rule #3: How we name variables, layers, and folders can matter
- No spaces in folder or file names
- Instead use _
- Don’t start variable names or file names with numbers
- So: pop_1990 instead of 1990_pop
- Avoid strange symbols in file names and folders (& or *, for example)