├── .Rbuildignore ├── .Rproj.user ├── 65207881 │ ├── cpp-definition-cache │ ├── pcs │ │ ├── files-pane.pper │ │ ├── source-pane.pper │ │ ├── windowlayoutstate.pper │ │ └── workbench-pane.pper │ ├── rmd-outputs │ ├── saved_source_markers │ └── sources │ │ └── prop │ │ ├── 48A6B3CD │ │ ├── 85485D52 │ │ └── INDEX ├── 2531EA9A │ ├── cpp-definition-cache │ ├── pcs │ │ ├── files-pane.pper │ │ ├── packages-pane.pper │ │ ├── source-pane.pper │ │ ├── windowlayoutstate.pper │ │ └── workbench-pane.pper │ ├── rmd-outputs │ ├── saved_source_markers │ └── sources │ │ ├── per │ │ └── t │ │ │ ├── E87F384D │ │ │ └── E87F384D-contents │ │ └── prop │ │ ├── 50324921 │ │ ├── 0292CE62 │ │ ├── 0526883A │ │ ├── 1A2E2F8C │ │ ├── 219E6E92 │ │ ├── 28C3061A │ │ ├── 293921CB │ │ ├── 2AC740DD │ │ ├── 38DFAEEA │ │ ├── 3B4579F9 │ │ ├── 401C65D7 │ │ ├── 66D17A54 │ │ ├── 76D4BEC5 │ │ ├── 7C39B116 │ │ ├── 972F7730 │ │ ├── 984C082E │ │ ├── AD2DC697 │ │ ├── B387B882 │ │ ├── C56EBD2E │ │ ├── C6E75A30 │ │ ├── DB0EF591 │ │ ├── EBFEC2AA │ │ ├── FB89F804 │ │ └── INDEX ├── 64B39E06 │ ├── cpp-definition-cache │ ├── persistent-state │ ├── rmd-outputs │ ├── saved_source_markers │ └── sources │ │ └── prop │ │ ├── 29441093 │ │ ├── 85941739 │ │ ├── 118FC1F2 │ │ ├── 2939153B │ │ ├── 2E14E184 │ │ ├── 65E6A912 │ │ ├── 87C62B67 │ │ ├── 8BE68D45 │ │ ├── 9B86804C │ │ ├── 9EC678EC │ │ ├── A9EBB72F │ │ ├── B0C3F0DA │ │ ├── C468F400 │ │ ├── D518835A │ │ ├── D563BD58 │ │ ├── FDCB15CE │ │ ├── FE91ED0F │ │ ├── FF0720A3 │ │ └── INDEX ├── F3E2DDE3 │ ├── cpp-definition-cache │ ├── pcs │ │ ├── files-pane.pper │ │ ├── source-pane.pper │ │ ├── windowlayoutstate.pper │ │ └── workbench-pane.pper │ ├── rmd-outputs │ ├── saved_source_markers │ └── sources │ │ └── prop │ │ ├── 1977EEE7 │ │ ├── 39D27CC4 │ │ ├── 3D4BE0C5 │ │ ├── 5ABB3F51 │ │ ├── 9A47330B │ │ ├── A03E69D5 │ │ ├── A7069C14 │ │ ├── C099B4FC │ │ ├── C0FCEAE0 │ │ ├── DFF589B6 │ │ └── INDEX └── shared │ └── notebooks │ ├── patch-chunk-names │ └── paths ├── .gitignore ├── CRAN-SUBMISSION ├── DESCRIPTION ├── LICENSE.md ├── NAMESPACE ├── NEWS.md ├── R ├── assessDL.R ├── assessPnts.R ├── assessRaster.R ├── checkDynamicChips.R ├── defineDynamicSegDataSet.R ├── defineSegDataSet.R ├── describeBatch.R ├── describeChips.R ├── globals.R ├── luzMetrics.R ├── makeChips.R ├── makeChipsDF.R ├── makeChipsMultiClass.R ├── makeDynamicChipsSF.R ├── makeLSPs.R ├── makeMasks.R ├── predictSpatial.R ├── saveDynamicChips.R ├── segModels.R ├── terrainSegModel.R ├── unifiedFocalLoss.R ├── utilities.R ├── viewBatch.R ├── viewBatchPreds.R └── viewChips.R ├── README.Rmd ├── README.md ├── _pkgdown.yml ├── cran-comments.md ├── geodl.Rproj └── man ├── assessDL.Rd ├── assessPnts.Rd ├── assessRaster.Rd ├── callback_save_model_state_dict.Rd ├── checkDynamicChips.Rd ├── countParams.Rd ├── defineDynmamicSegDataSet.Rd ├── defineMobileUNet.Rd ├── defineSegDataSet.Rd ├── defineTerrainSeg.Rd ├── defineUNet.Rd ├── defineUNet3p.Rd ├── defineUnifiedFocalLoss.Rd ├── defineUnifiedFocalLossDS.Rd ├── describeBatch.Rd ├── describeChips.Rd ├── luz_metric_f1score.Rd ├── luz_metric_overall_accuracy.Rd ├── luz_metric_precision.Rd ├── luz_metric_recall.Rd ├── makeAspect.Rd ├── makeChips.Rd ├── makeChipsDF.Rd ├── makeChipsMultiClass.Rd ├── makeCrv.Rd ├── makeDynamicChipsSF.Rd ├── makeHillshade.Rd ├── makeMasks.Rd ├── makeSlope.Rd ├── makeTPI.Rd ├── makeTRI.Rd ├── makeTerrainVisTerra.Rd ├── makeTerrainVisTorch.Rd ├── predictSpatial.Rd ├── saveDynamicChips.Rd ├── viewBatch.Rd ├── viewBatchPreds.Rd └── viewChips.Rd /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/cpp-definition-cache: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/pcs/files-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/pcs/files-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/pcs/packages-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/pcs/packages-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/pcs/source-pane.pper: -------------------------------------------------------------------------------- 1 | { 2 | "activeTab": 0 3 | } -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/pcs/windowlayoutstate.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/pcs/windowlayoutstate.pper -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/pcs/workbench-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/pcs/workbench-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/rmd-outputs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/saved_source_markers: -------------------------------------------------------------------------------- 1 | {"active_set":"","sets":[]} -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/per/t/E87F384D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/per/t/E87F384D -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/per/t/E87F384D-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/per/t/E87F384D-contents -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/0292CE62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/0292CE62 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/0526883A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/0526883A -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/1A2E2F8C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/1A2E2F8C -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/219E6E92: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/219E6E92 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/28C3061A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/28C3061A -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/293921CB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/293921CB -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/2AC740DD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/2AC740DD -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/38DFAEEA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/38DFAEEA -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/3B4579F9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/3B4579F9 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/401C65D7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/401C65D7 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/50324921: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/50324921 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/66D17A54: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/66D17A54 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/76D4BEC5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/76D4BEC5 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/7C39B116: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/7C39B116 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/972F7730: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/972F7730 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/984C082E: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/984C082E -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/AD2DC697: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/AD2DC697 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/B387B882: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/B387B882 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/C56EBD2E: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/C56EBD2E -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/C6E75A30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/C6E75A30 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/DB0EF591: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/DB0EF591 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/EBFEC2AA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/EBFEC2AA -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/FB89F804: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/FB89F804 -------------------------------------------------------------------------------- /.Rproj.user/2531EA9A/sources/prop/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/2531EA9A/sources/prop/INDEX -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/cpp-definition-cache: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/persistent-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/persistent-state -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/rmd-outputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/rmd-outputs -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/saved_source_markers: -------------------------------------------------------------------------------- 1 | {"active_set":"","sets":[]} -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/118FC1F2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/118FC1F2 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/2939153B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/2939153B -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/29441093: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/29441093 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/2E14E184: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/2E14E184 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/65E6A912: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/65E6A912 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/85941739: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/85941739 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/87C62B67: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/87C62B67 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/8BE68D45: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/8BE68D45 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/9B86804C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/9B86804C -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/9EC678EC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/9EC678EC -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/A9EBB72F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/A9EBB72F -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/B0C3F0DA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/B0C3F0DA -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/C468F400: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/C468F400 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/D518835A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/D518835A -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/D563BD58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/D563BD58 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/FDCB15CE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/FDCB15CE -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/FE91ED0F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/FE91ED0F -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/FF0720A3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/FF0720A3 -------------------------------------------------------------------------------- /.Rproj.user/64B39E06/sources/prop/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/64B39E06/sources/prop/INDEX -------------------------------------------------------------------------------- /.Rproj.user/65207881/cpp-definition-cache: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /.Rproj.user/65207881/pcs/files-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/65207881/pcs/files-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/65207881/pcs/source-pane.pper: -------------------------------------------------------------------------------- 1 | { 2 | "activeTab": 14 3 | } -------------------------------------------------------------------------------- /.Rproj.user/65207881/pcs/windowlayoutstate.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/65207881/pcs/windowlayoutstate.pper -------------------------------------------------------------------------------- /.Rproj.user/65207881/pcs/workbench-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/65207881/pcs/workbench-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/65207881/rmd-outputs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.Rproj.user/65207881/saved_source_markers: -------------------------------------------------------------------------------- 1 | {"active_set":"","sets":[]} -------------------------------------------------------------------------------- /.Rproj.user/65207881/sources/prop/48A6B3CD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/65207881/sources/prop/48A6B3CD -------------------------------------------------------------------------------- /.Rproj.user/65207881/sources/prop/85485D52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/65207881/sources/prop/85485D52 -------------------------------------------------------------------------------- /.Rproj.user/65207881/sources/prop/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/65207881/sources/prop/INDEX -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/cpp-definition-cache: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/pcs/files-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/pcs/files-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/pcs/source-pane.pper: -------------------------------------------------------------------------------- 1 | { 2 | "activeTab": -1 3 | } -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/pcs/windowlayoutstate.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/pcs/windowlayoutstate.pper -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/pcs/workbench-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/pcs/workbench-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/rmd-outputs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/saved_source_markers: -------------------------------------------------------------------------------- 1 | {"active_set":"","sets":[]} -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/1977EEE7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/1977EEE7 -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/39D27CC4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/39D27CC4 -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/3D4BE0C5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/3D4BE0C5 -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/5ABB3F51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/5ABB3F51 -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/9A47330B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/9A47330B -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/A03E69D5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/A03E69D5 -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/A7069C14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/A7069C14 -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/C099B4FC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/C099B4FC -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/C0FCEAE0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/C0FCEAE0 -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/DFF589B6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/DFF589B6 -------------------------------------------------------------------------------- /.Rproj.user/F3E2DDE3/sources/prop/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/F3E2DDE3/sources/prop/INDEX -------------------------------------------------------------------------------- /.Rproj.user/shared/notebooks/patch-chunk-names: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.Rproj.user/shared/notebooks/paths: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.Rproj.user/shared/notebooks/paths -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/.gitignore -------------------------------------------------------------------------------- /CRAN-SUBMISSION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/CRAN-SUBMISSION -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/LICENSE.md -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/NAMESPACE -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/NEWS.md -------------------------------------------------------------------------------- /R/assessDL.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/assessDL.R -------------------------------------------------------------------------------- /R/assessPnts.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/assessPnts.R -------------------------------------------------------------------------------- /R/assessRaster.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/assessRaster.R -------------------------------------------------------------------------------- /R/checkDynamicChips.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/checkDynamicChips.R -------------------------------------------------------------------------------- /R/defineDynamicSegDataSet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/defineDynamicSegDataSet.R -------------------------------------------------------------------------------- /R/defineSegDataSet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/defineSegDataSet.R -------------------------------------------------------------------------------- /R/describeBatch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/describeBatch.R -------------------------------------------------------------------------------- /R/describeChips.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/describeChips.R -------------------------------------------------------------------------------- /R/globals.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/globals.R -------------------------------------------------------------------------------- /R/luzMetrics.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/luzMetrics.R -------------------------------------------------------------------------------- /R/makeChips.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/makeChips.R -------------------------------------------------------------------------------- /R/makeChipsDF.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/makeChipsDF.R -------------------------------------------------------------------------------- /R/makeChipsMultiClass.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/makeChipsMultiClass.R -------------------------------------------------------------------------------- /R/makeDynamicChipsSF.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/makeDynamicChipsSF.R -------------------------------------------------------------------------------- /R/makeLSPs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/makeLSPs.R -------------------------------------------------------------------------------- /R/makeMasks.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/makeMasks.R -------------------------------------------------------------------------------- /R/predictSpatial.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/predictSpatial.R -------------------------------------------------------------------------------- /R/saveDynamicChips.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/saveDynamicChips.R -------------------------------------------------------------------------------- /R/segModels.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/segModels.R -------------------------------------------------------------------------------- /R/terrainSegModel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/terrainSegModel.R -------------------------------------------------------------------------------- /R/unifiedFocalLoss.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/unifiedFocalLoss.R -------------------------------------------------------------------------------- /R/utilities.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/utilities.R -------------------------------------------------------------------------------- /R/viewBatch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/viewBatch.R -------------------------------------------------------------------------------- /R/viewBatchPreds.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/viewBatchPreds.R -------------------------------------------------------------------------------- /R/viewChips.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/R/viewChips.R -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/README.md -------------------------------------------------------------------------------- /_pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/_pkgdown.yml -------------------------------------------------------------------------------- /cran-comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/cran-comments.md -------------------------------------------------------------------------------- /geodl.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/geodl.Rproj -------------------------------------------------------------------------------- /man/assessDL.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/assessDL.Rd -------------------------------------------------------------------------------- /man/assessPnts.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/assessPnts.Rd -------------------------------------------------------------------------------- /man/assessRaster.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/assessRaster.Rd -------------------------------------------------------------------------------- /man/callback_save_model_state_dict.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/callback_save_model_state_dict.Rd -------------------------------------------------------------------------------- /man/checkDynamicChips.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/checkDynamicChips.Rd -------------------------------------------------------------------------------- /man/countParams.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/countParams.Rd -------------------------------------------------------------------------------- /man/defineDynmamicSegDataSet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/defineDynmamicSegDataSet.Rd -------------------------------------------------------------------------------- /man/defineMobileUNet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/defineMobileUNet.Rd -------------------------------------------------------------------------------- /man/defineSegDataSet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/defineSegDataSet.Rd -------------------------------------------------------------------------------- /man/defineTerrainSeg.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/defineTerrainSeg.Rd -------------------------------------------------------------------------------- /man/defineUNet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/defineUNet.Rd -------------------------------------------------------------------------------- /man/defineUNet3p.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/defineUNet3p.Rd -------------------------------------------------------------------------------- /man/defineUnifiedFocalLoss.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/defineUnifiedFocalLoss.Rd -------------------------------------------------------------------------------- /man/defineUnifiedFocalLossDS.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/defineUnifiedFocalLossDS.Rd -------------------------------------------------------------------------------- /man/describeBatch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/describeBatch.Rd -------------------------------------------------------------------------------- /man/describeChips.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/describeChips.Rd -------------------------------------------------------------------------------- /man/luz_metric_f1score.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/luz_metric_f1score.Rd -------------------------------------------------------------------------------- /man/luz_metric_overall_accuracy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/luz_metric_overall_accuracy.Rd -------------------------------------------------------------------------------- /man/luz_metric_precision.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/luz_metric_precision.Rd -------------------------------------------------------------------------------- /man/luz_metric_recall.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/luz_metric_recall.Rd -------------------------------------------------------------------------------- /man/makeAspect.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeAspect.Rd -------------------------------------------------------------------------------- /man/makeChips.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeChips.Rd -------------------------------------------------------------------------------- /man/makeChipsDF.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeChipsDF.Rd -------------------------------------------------------------------------------- /man/makeChipsMultiClass.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeChipsMultiClass.Rd -------------------------------------------------------------------------------- /man/makeCrv.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeCrv.Rd -------------------------------------------------------------------------------- /man/makeDynamicChipsSF.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeDynamicChipsSF.Rd -------------------------------------------------------------------------------- /man/makeHillshade.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeHillshade.Rd -------------------------------------------------------------------------------- /man/makeMasks.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeMasks.Rd -------------------------------------------------------------------------------- /man/makeSlope.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeSlope.Rd -------------------------------------------------------------------------------- /man/makeTPI.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeTPI.Rd -------------------------------------------------------------------------------- /man/makeTRI.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeTRI.Rd -------------------------------------------------------------------------------- /man/makeTerrainVisTerra.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeTerrainVisTerra.Rd -------------------------------------------------------------------------------- /man/makeTerrainVisTorch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/makeTerrainVisTorch.Rd -------------------------------------------------------------------------------- /man/predictSpatial.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/predictSpatial.Rd -------------------------------------------------------------------------------- /man/saveDynamicChips.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/saveDynamicChips.Rd -------------------------------------------------------------------------------- /man/viewBatch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/viewBatch.Rd -------------------------------------------------------------------------------- /man/viewBatchPreds.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/viewBatchPreds.Rd -------------------------------------------------------------------------------- /man/viewChips.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwell-geospatial/geodl/HEAD/man/viewChips.Rd --------------------------------------------------------------------------------