rmf_read_usgs_model_reference: Read RMODFLOW projection information from a USGS model...

View source: R/spatial.R

rmf_read_usgs_model_referenceR Documentation

Read RMODFLOW projection information from a USGS model reference file

Description

Read RMODFLOW projection information from a USGS model reference file

Usage

rmf_read_usgs_model_reference(
  file = {
     cat("Please select usgs.model.reference file ...\n")
     file.choose()

    },
  dis = {
     cat("Please select corresponding dis file ...\n")
    
    rmf_read_dis(file.choose())
 }
)

Arguments

file

path to the USGS model reference file; typically "usgs.model.reference"

dis

RMODFLOW dis object

Value

a prj object


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.