Skip to content

Commit

Permalink
Improving projection options...
Browse files Browse the repository at this point in the history
... by removing dependency on package `PBSmapping` and instead using package `sp` for all projections.  Change is fully backwards compatible and by default auto-detects the same UTM zone as used by PBSmapping.  Also fixing small bugs in `make_covariates(.)` and `load_example(.)`
  • Loading branch information
James-Thorson-NOAA authored Jan 14, 2020
2 parents 2fa3885 + b90c65b commit 0bad1e2
Show file tree
Hide file tree
Showing 62 changed files with 1,651 additions and 1,298 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: FishStatsUtils
Type: Package
Title: Utilities (shared code and data) for FishStats spatio-temporal modeling toolbox
Version: 2.4.0
Date: 2019-11-27
Version: 2.5.0
Date: 2019-12-01
Authors@R: person("James","Thorson", email="[email protected]", role=c("aut","cre"))
Maintainer: James Thorson <[email protected]>
Description: FishStatsUtils contains utilities (shared code and data) used by multiple
Expand All @@ -14,7 +14,6 @@ Imports:
mapproj,
maptools,
deldir,
PBSmapping,
RANN,
stats,
colorspace,
Expand Down
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ S3method(summary,fit_model)
export(Calc_Anisotropic_Mesh)
export(Calc_Kmeans)
export(Calc_Polygon_Areas_and_Polygons_Fn)
export(Convert_LL_to_EastNorth_Fn)
export(Convert_LL_to_UTM_Fn)
export(Geostat_Sim)
export(PlotLoadings)
export(PlotMap_Fn)
Expand Down Expand Up @@ -69,5 +67,7 @@ export(plot_residuals)
export(plot_results)
export(plot_timeseries)
export(plot_variable)
export(project_coordinates)
export(rotate_factors)
export(sample_variable)
export(summarize_covariance)
38 changes: 0 additions & 38 deletions R/Convert_LL_to_EastNorth_Fn.R

This file was deleted.

32 changes: 0 additions & 32 deletions R/Convert_LL_to_UTM_Fn.R

This file was deleted.

153 changes: 0 additions & 153 deletions R/PlotMap_Fn.R

This file was deleted.

35 changes: 0 additions & 35 deletions R/Prepare_AI_Extrapolation_Data_Fn.R

This file was deleted.

36 changes: 0 additions & 36 deletions R/Prepare_BC_Coast_Extrapolation_Data_Fn.r

This file was deleted.

35 changes: 0 additions & 35 deletions R/Prepare_BSslope_Extrapolation_Data_Fn.R

This file was deleted.

Loading

0 comments on commit 0bad1e2

Please sign in to comment.