sjrwmd-wmm / nfseg_auto_cup_tool

This repository hosts the District's Regulatory automated tool to calculate changes in groundwater availability and other drawdown effects due to well additions or deletions (cup - consumptive use permit) within the NFSEG groundwater model.
0 stars 0 forks source link

Reduce wellpkg_update collective file size #6

Closed pbremner-sjr closed 3 years ago

pbremner-sjr commented 3 years ago

The wellpkg_update.zip is ~80 MB, small enough to send to GitHub but much larger than needed.

The main culprits are: nfseg_v_1_grid.dbf (~448MB), wellpkg_stress_period_01_records_nfseg.asc (~77MB), nfseg_v1_1_grid.shp (~70MB), temp.mxd (~5MB), case_007c_eval.mxd (~5MB), nfseg_v1_1_grid.sbn (~4.7MB), and nfseg_v1_1_grid.shx (~4MB)

Reducing dbf file may solve much of the problem. The temp.mxd may not be needed. Also, the case_007c_eval.mxd file may need updating to 007h version

Original issue opened Sept 14, 2020 by @pbremner-sjr

pbremner-sjr commented 3 years ago

Completed this task with commit 19d646b

The gdb was removed with commit d27f673

Original comment made on Feb 23, 2021 by @pbremner-sjr