Places Of Use - Mining
State of Oregon
@usgov.state_of_oregon_places_of_use_mining_d92c8
State of Oregon
@usgov.state_of_oregon_places_of_use_mining_d92c8
Points of Diversion (POD): Depicts the location of each water right diversion point (POD) and provides basic information about the associated water right. All current and individually held water rights are shown in this data set except for those held by irrigation districts, applications, temporary transfers, instream leases, and limited licenses.Current code definitions at: https://www.oregon.gov/owrd/WRDFormsPDF/wris_code_key.pdf.Compilation procedures document at: https://arcgis.wrd.state.or.us/data/OWRD_WR_GIS_procedures.pdf. ----- Places of Use (POU): Depicts the location of each water right place of use (POU) polygon and provides basic information about the associated water right. All current and individually held water rights are shown in this data set except for those held by irrigation districts, applications, temporary transfers, instream leases, and limited licenses.Current code definitions at: https://www.oregon.gov/owrd/WRDFormsPDF/wris_code_key.pdf.Compilation procedures document at: https://arcgis.wrd.state.or.us/data/OWRD_WR_GIS_procedures.pdf.
Organization: State of Oregon
Last updated: 2024-09-20T19:54:26.123469
Tags: oregon, places-of-use, points-of-appropriation, points-of-diversion, water-rights
CREATE TABLE table_1 (
  "objectid" BIGINT,
  "pou_display" VARCHAR,
  "pou_display_short" BIGINT,
  "wris_link" VARCHAR,
  "snp_id" BIGINT,
  "pou_use_id" BIGINT,
  "app_char" VARCHAR,
  "app_nbr" BIGINT,
  "permit_char" VARCHAR,
  "permit_nbr" VARCHAR,
  "cert_nbr" BIGINT,
  "claim_char" VARCHAR,
  "claim_nbr" VARCHAR,
  "decree_title" VARCHAR,
  "transfer_nbr" VARCHAR,
  "wr_type" VARCHAR,
  "name_last" VARCHAR,
  "name_first" VARCHAR,
  "name_company" VARCHAR,
  "use_code" VARCHAR,
  "use_category" BIGINT,
  "use_code_description" VARCHAR,
  "priority_date" TIMESTAMP,
  "supplemental" BIGINT,
  "wris_acres" VARCHAR,
  "technician_initials" VARCHAR,
  "agency" VARCHAR,
  "rec_creation_date" TIMESTAMP,
  "last_updt_date" VARCHAR,
  "feature_quality_code" BIGINT,
  "delta_size" VARCHAR,
  "remarks" VARCHAR,
  "shape_area" BIGINT  -- Shape, Area,
  "shape_length" BIGINT  -- Shape, Length
);Anyone who has the link will be able to view this.