Skip to content

Releases: RJbalikian/wells4hydrogeology

v0.0.25

18 Nov 22:28
Compare
Choose a tag to compare

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

Full Changelog: v0.0.23...v0.0.25

v0.0.24-dev

18 Nov 15:49
Compare
Choose a tag to compare
v0.0.24-dev Pre-release
Pre-release
  • 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

Full Changelog: v0.0.23...v0.0.24-dev

0.0.23

30 Apr 05:39
Compare
Choose a tag to compare
  • 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

27 Mar 16:58
Compare
Choose a tag to compare
0.0.22-dev Pre-release
Pre-release

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:

Full Changelog: v0.0.21...v0.0.22-dev

0.0.21

11 Mar 05:19
Compare
Choose a tag to compare

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

08 Mar 19:42
Compare
Choose a tag to compare

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

07 Mar 20:30
Compare
Choose a tag to compare
  • Try to fix issues with results not interpolating correctly

0.0.19

15 Feb 16:39
1b1fc23
Compare
Choose a tag to compare

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

10 Jan 21:20
Compare
Choose a tag to compare
  • Fix issues with w4h.run()
  • Add sample data accessible via get_resources()

0.0.17

08 Dec 18:49
Compare
Choose a tag to compare

Updates to long description source for pypi