The Upload Polygon tool allows users to bring in their own polygon to define an area of interest.



Supported Formats:

  • Shapefile (.shp)
    • Must be in a single ZIP package
  • GeoJSON (.json or .geojson)
    • WGS 84 (geographic) projection only
  • KML (.kml)
    • WGS 84 (geographic) projection only

All polygons must be 2D.


Supported Projections for Shapefile

  • Alberta 10-TM (Resource)
    • "EPSG:3401": "+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs",
    • "urn:ogc:def:crs:EPSG::3401": "+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs",
  • NAD_1983_10TM_AEP_Resource
    • "SR-ORG:6871" : "+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs",
  • Alberta 10-TM (Forest)
    • "SR-ORG:8838" : "+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs",
  • Web Mercator
    • "EPSG:3857": "+proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +a=6378137 +b=6378137 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs",
  • WGS 84 (geographic)
    • "EPSG:4327": "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs",
  • Alberta 3TM
    • "EPSG:3775" : "+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs",
    • "EPSG:3776" : "+proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs",
    • "EPSG:3777" : "+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs",
    • "EPSG:3778" : "+proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs",
  • UTM (Zones 7 - 16)
    • "EPSG:26910" : "+proj=utm +zone=10 +ellps=GRS80 +datum=NAD83 +units=m +no_defs",
    • "EPSG:26911" : "+proj=utm +zone=11 +ellps=GRS80 +datum=NAD83 +units=m +no_defs",
    • "EPSG:26912" : "+proj=utm +zone=12 +ellps=GRS80 +datum=NAD83 +units=m +no_defs"