Releases: RJbalikian/wells4hydrogeology
Releases · RJbalikian/wells4hydrogeology
v0.0.25
Major Changes:
- All elevation data included in xarray output (which defaults to a Dataset object, not DataArray, now)
- Cross section visualization tool up (w4h.plot_cross_section())
- Intended for dataset output from w4h.run()
- Use surface raster data for well locating by default
- Exports no longer made by default
- Statewide/regional sample data issue fixed
- Remove extra band when data only has 1 band
What's Changed
- Dev updates from main back to main by @RJbalikian in #23
- syncing everything up by @RJbalikian in #30
- Merge pull request #30 from RJbalikian/main by @RJbalikian in #31
Full Changelog: v0.0.23...v0.0.25
v0.0.24-dev
- Include all layers (surface elevation, bedrock elevation, layer elevations, drift thickness, layer thickness) in output dataset
- Removes extra "band" dimension if applicable (for 1 band data with band dimension)
- No longer exports by default
- Statewide sample data fix
- Profile plots working provisionally and incompletely
- A few minor updates in preparation for parallelization (not yet supported)
- Update docstrings, etc.
What's Changed
- Dev updates from main back to main by @RJbalikian in #23
- syncing everything up by @RJbalikian in #30
- Merge pull request #30 from RJbalikian/main by @RJbalikian in #31
Full Changelog: v0.0.23...v0.0.24-dev
0.0.23
- Fix issue with verbose outputs (percentages)
- Fixed issue with local sample data
- Add readthedocs documentation (update _generate_docs file and docs dir accordingly, including name)
- Update license file
- Change default output_crs to EPSG:5070 (USGS National Grid)
- Fix issues with inconsistent reprojection
- Make output_crs an inferred kwarg of w4h.run() instead of a specified kwarg
- Add w4h.version attribute
- Various (minor) formatting fixes (many for linting programs)
0.0.22-dev
What's Changed
- Add readthedocs documentation (update _generate_docs file and docs dir accordingly, including name)
- Update license file
- Change default output_crs to EPSG:5070 (USGS National Grid)
- Fix issues with inconsistent reprojection
- Make output_crs an inferred kwarg of w4h.run() instead of a specified kwarg
- Add w4h.version attribute
- Various (minor) formatting fixes (many for linting programs)
Automatically generated updates:
- merging by @RJbalikian in #21
- Minor updates, specifically for readthedocs by @RJbalikian in #22
- Outputs to CRS Used by USGS National Grid by default by @RJbalikian in #24
- Run fixes 2024 03 13 by @RJbalikian in #26
Full Changelog: v0.0.21...v0.0.22-dev
0.0.21
What's Changed
- Added development branch/prerelease verisons
- Allow multiple study_area input types
- Reproject all data first after reading it in (to output_crs, esp. when using w4h.run())
- Add more complete documentation to w4h.run() (accessible using help(w4h.run))
- Run reconfigure by @RJbalikian in #14
- fix issues with circular imports created at last commit by @RJbalikian in #16
- Dev by @RJbalikian in #19
Full Changelog: v0.0.19...v0.0.21
0.0.21-alpha
Updated some parameters in w4h.run() and tried to fix errors with sample data
Full Changelog: v0.0.20-dev...v0.0.21-alpha
0.0.20-dev
- Try to fix issues with results not interpolating correctly
0.0.19
Updates since v0.0.15:
- More detailed verbose output (including parameter values, timing, and better formatting)
- Added more sample data, including ability to choose between a relatively small scope (Metro area) and large scope (statewide) and between returning dictionary with filepaths or dictionary with data objects (takes longer)
- Changed some parameter names and default parameters in layer_interp() function for clarity and consistency
- Updated description from readme and other updates to info on pypi repository
- Updated logging
Fixes:
- Issues with column naming in output dataframes (causing issues with core functions as well)
- Added automatic creation of output directory if none specified
- Replaced dunder variables with programmatic/pythonic routines, primarily from inspect module
- Better file management on git syncing, etc.
0.0.18
- Fix issues with w4h.run()
- Add sample data accessible via get_resources()
0.0.17
Updates to long description source for pypi