Points Of Diversion - Irrigation
State of Oregon
@usgov.state_of_oregon_points_of_diversion_irrigation_2cf62
State of Oregon
@usgov.state_of_oregon_points_of_diversion_irrigation_2cf62
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:55:53.550040
Tags: oregon, places-of-use, points-of-appropriation, points-of-diversion, water-rights
CREATE TABLE table_1 (
  "x" DOUBLE,
  "y" DOUBLE,
  "objectid" BIGINT,
  "pod_display" VARCHAR,
  "pod_display_short" VARCHAR,
  "wris_link" VARCHAR,
  "snp_id" BIGINT,
  "pod_location_id" BIGINT,
  "pod_use_id" BIGINT,
  "app_char" VARCHAR,
  "app_nbr" BIGINT,
  "permit_char" VARCHAR,
  "permit_nbr" DOUBLE,
  "cert_nbr" DOUBLE,
  "claim_char" VARCHAR,
  "claim_nbr" VARCHAR,
  "decree_title" VARCHAR,
  "transfer_nbr" VARCHAR,
  "wr_type" VARCHAR,
  "name_last" VARCHAR,
  "name_first" VARCHAR,
  "name_company" VARCHAR,
  "pod_nbr" BIGINT,
  "pod_char" VARCHAR,
  "source_type" VARCHAR,
  "use_code" VARCHAR,
  "use_category" BIGINT,
  "use_code_description" VARCHAR,
  "priority_date" TIMESTAMP,
  "duty" DOUBLE,
  "rate_cfs" DOUBLE,
  "rate_cfs_est" BIGINT,
  "max_rate_cfs" DOUBLE,
  "acre_feet" DOUBLE,
  "acre_feet_est" BIGINT,
  "max_rate_acre_feet" DOUBLE,
  "source" VARCHAR,
  "tributary_to" VARCHAR,
  "streamcode" VARCHAR,
  "stream_name" VARCHAR,
  "supplemental" BIGINT,
  "begin_month" BIGINT,
  "begin_day" BIGINT,
  "end_month" BIGINT,
  "end_day" BIGINT,
  "technician_initials" VARCHAR,
  "agency" VARCHAR,
  "rec_creation_date" TIMESTAMP,
  "last_updt_date" TIMESTAMP,
  "feature_quality_code" DOUBLE,
  "remarks" VARCHAR
);Anyone who has the link will be able to view this.