Skip to content

Instantly share code, notes, and snippets.

@planemad
Last active June 3, 2016 16:46
Show Gist options
  • Save planemad/eb24ed65e7116e42452d to your computer and use it in GitHub Desktop.
Save planemad/eb24ed65e7116e42452d to your computer and use it in GitHub Desktop.

Introduction to GIS

The world is not flat

Projection

India is 1.5 times the area of Greenland

Data types

  • Geometry
    • Vector: shp, geojson, kml, csv
      • points, lines, areas
    • Raster: geotiff
      • pixel data
      • pixel color
  • Attributes: csv, dbf

Analysis

  • Raster
    • Classification
    • Contours
  • Vector
    • Boolean operations
    • Statistics
    • Spatial analysis

Read more at mapschool

Publish

  • Images: png, jpeg, pdf
  • Maps
    • Static: geotiff
    • Interactive: wms, wfs

Tutorials

Data Sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment