Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.8 #360

Merged
merged 94 commits into from
Jul 5, 2024
Merged

Release v0.8 #360

merged 94 commits into from
Jul 5, 2024

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    cef2b4b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Improve progressbar in docs (#313)

    * Change from tqdm import tqdm
    
    to from tqdm.auto import tqdm
    And update notebook 2
    
    * Fix nbconvert version
    
    * Fix codacy issues
    
    And revert tqdm import
    
    * Add ipywidgets as dependency for the docs-build
    
    * Add docstring and tests to some ahn-methods
    rubencalje authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    97a85ae View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Fix Issue 315 (#316)

    Landflag was calculated wrongly. A value of 0 was assigned to the first active cell even if it was active. This commit fixes this.
    rubencalje authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    af10738 View commit details
    Browse the repository at this point in the history
  2. Update webservices.py (#314)

    Two issues are solved:
    - If values for a large area are prompted, the query url gets very long and is not accepted by HHNK polderpeil server. Is now queried in chunks
    - An error in the database of HHNK resulted in duplicate peil definitions. Only use the unambigious entries and leave a note in the logs.
    bdestombe authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d730e26 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. HHNK revert to old url (#321)

    * HHNK revert to old url
    
    * Fix failing test (unrelated to other change in this PR)
    
    ---------
    
    Co-authored-by: Ruben Caljé <r.calje@artesia-water.nl>
    bdestombe and rubencalje authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    904f269 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Add support for NHI GWO database (#319)

    * Add support for NHI GWO database
    
    with extraction data
    
    * Add timeout to solve codacy-issues
    
    * docs typos
    
    * Make nhi gwo methods more robust
    
    Add checks for empty empty content
    Determine empty lines in get_gwo_wells, to be used in skiprows
    
    * Fix codacy issue
    
    ---------
    
    Co-authored-by: Davíd Brakenhoff <d.brakenhoff@artesia-water.nl>
    rubencalje and dbrakenhoff authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    30197dd View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. ds_to_gridprops() to also pass unaltered datavars (#318)

    * ds_to_gridprops() to also pass unaltered datavars
    
    ds_to_gridprops() is called by refine(). If the time settings were configured prior to calling the refine function, the refine function silently threw away the steady array, as it is non-numeric. Not anymore.
    
    * Minor edit to ds_to_gridprops
    bdestombe authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9cc59d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Zero layer thickness layers are considered active due to float roundi…

    …ng (#324)
    
    * Zero layer thickness layers are considered active due to float rounding
    
    Subtracting two botms to calculate the thickness results is some layers with a thickness of ~1e-9. This rounding later results in a problem because this positive thickness leads to an idomain of 1.
    
    This can either be solved in `nlmod.layers.calculating_thickness()` or in `nlmod.layers.get_idomain()`. What do you prefer?
    
    * Remove trailing whitespace
    
    * Applied patch also to get_idomain
    bdestombe authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0feb8e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fix issue 322 (#323)

    rubencalje authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6d5bddc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Improve grid rotation (#325)

    * Some changes to better implement grid rotation for structured grids
    
    * Add a test for a rotated grid
    
    * Add extra tests for grids
    
    And fix wrong values for xc and yc for rotated vertex grids
    Also fix gdf_to_count_da for rotated grids
    
    * Test vertex_da_to_ds and fillnan_da
    
    * Update tests to fix failing tests
    
    * Improve docstrings of xorigin, yorigin and angrot
    rubencalje authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3a2bcd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add get_flow_residuals and get_flow_lower_face (#327)

    * Add get_flow_residuals and get_flow_lower_face
    
    * Minor changes
    
    Fix lays parameter for structured grids
    
    * Fix failing tests
    
    * Fix last failing test
    
    * Improve  nlmod.gwf.output.get_budget_da()
    
    So it also works for multiple packages of the same type (for example 3 DRN-packages), by summing the budgets
    
    * Handle comments from @OnnoEbbens and replace grbfile by grb_file
    
    Like in flopy
    rubencalje authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7232234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    464edbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    007d4c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Improve export to ugrid_nc-file, to support imod qgis plugin (#329)

    * Improve export to ugrid_nc-file, to support imod qgis plugin
    
    * Improve docstring
    rubencalje authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f8046a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update attributes_encodings.py (#332)

    Error in computing the add_offset
    bdestombe authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ebc07b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Add crs to get_gwo_wells

    rubencalje committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f7a34dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97182fa View commit details
    Browse the repository at this point in the history
  3. Add get_time_step_length

    rubencalje committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    75632b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    7847d8b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    d85ee00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45f09ec View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    5bae2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde1359 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update cache.py (#326)

    * Update cache.py
    
    The netcdf cache function validates the cache by comparing the ds argument and other function arguments to the pickled arguments. If they match, the cache can be used.
    
    Currently, just the coordinates of the argument ds and the output ds had to match, introducing two errors:
    - If the data_vars differ and are used the cache is falsely valid
    - The coordintates of the ds argument has to match the coordinates of the output ds. This limits the use of the cache function.
    
    The PR compares the hash of the coords and data_vars of the ds argument to those that were stored in the pickle together with the cached output ds.
    
    Ideally, the cache.cache_netcdf() accepts arguments that specify specifically which data_vars and coords need to be included in the validation check. Beyond the scope of this pr.
    
    - Included tests
    bdestombe authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    68ee919 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix for #334 and #317

    OnnoEbbens committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    99d5372 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix for #336

    OnnoEbbens committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ad64f3e View commit details
    Browse the repository at this point in the history
  2. fix for the last fix

    OnnoEbbens committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5587e4e View commit details
    Browse the repository at this point in the history
  3. Small change to cache

    bdestombe committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c41f7af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5e23cc View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge pull request #337 from gwmod/cache-small-change

    Small change to cache
    OnnoEbbens authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    98392f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #335 from gwmod/fix-for-#334

    fix webservice HHNK for #334 and #317
    OnnoEbbens authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    64605fa View commit details
    Browse the repository at this point in the history
  3. remove confusing ci step

    OnnoEbbens committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e581a42 View commit details
    Browse the repository at this point in the history
  4. add deprecation warning #254

    OnnoEbbens committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    993e02f View commit details
    Browse the repository at this point in the history
  5. typo

    OnnoEbbens committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    367c1a9 View commit details
    Browse the repository at this point in the history
  6. fixes for comments Bas

    OnnoEbbens committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    69ccac7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #338 from gwmod/311-test-run-on-push-confusing

    remove confusing ci step
    OnnoEbbens authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bef2118 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Add bottleneck to default packages

    Otherwise nlmod.read.regis.get_regis() would return ModuleNotFoundError: No module named 'bottleneck'
    rubencalje committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f8c229e View commit details
    Browse the repository at this point in the history
  2. Copy all files from nlmod.data.geotop in pyproject.toml

    And not just csv-files
    rubencalje committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0380026 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Creating new cache used full ds instead of reduced ds (#340)

    * Creating new cache used full ds instead of reduced ds
    
    Required to ensure that the cached function does not use data_vars that not explicitly required
    
    * Format cache to please  codacy
    
    * Better support for vertex grids
    
    * remove option to store delr/delc as attrs
    
    * remove option to store delr/delc as attrs
    
    * update polygons_from_model_ds to to use new delr/delc datavars
    
    * add delr and delc to datavars in ds_to_structured_grid
    
    * remove delr/delc attr check in structured_da_to_ds
    
    * get_recharge uses coords3d to determine first active layer
    
    * add delr/delc to datavars for surface water functions
    
    * formatting
    
    * formatting
    
    * remove coords that number from 0 to N (these are not listed in coords)
    
    * remove delr and delc from datavars is vertexgrid
    
    * do not check time attrs start and time_units
    
    * do not check time coord attributes
    
    * formatting
    
    * skip delr/delc when writing files
    
    * rename bathymetry tests
    
    * comment still in dutch: bathymetry
    
    * comment still in dutch: bathymetry
    
    * use last delr to set extent
    
    * use brackets (was failing for me without)
    
    * Cache: Implemented inline suggestions made by David
    
    ---------
    
    Co-authored-by: Davíd Brakenhoff <d.brakenhoff@artesia-water.nl>
    bdestombe and dbrakenhoff authored May 14, 2024
    Configuration menu
    Copy the full SHA
    ba81ff6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    0796613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a550f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Cache: added shorthand for model ds attributes (#345)

    * Cache: added shorthand for model ds attributes
    
    * Update cache.py
    
    * Please Codacy
    
    * Update cache.py
    
    * Treat transport flag as required model ds attribute
    
    * Cache: Exclude "created_on" attr
    bdestombe authored May 17, 2024
    Configuration menu
    Copy the full SHA
    3c23366 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Added get_exe_path with more features (#347)

    * Added get_exe_path with more features
    
    Use previously installed anywhere. If doesn't exist, download it.
    
    * Minor change to docs
    
    * test
    
    * Ensure version also with nlmod install
    
    * Update util.py
    
    * Fixes suggested by Davíd
    
    * Only kwargs allowed
    
    * update function calls to get_exe+path()
    
    * New syntax of get_exe_path compatible with prior syntax
    bdestombe authored May 25, 2024
    Configuration menu
    Copy the full SHA
    0a6394a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Github token needed for CI when downloading executables (#349)

    * Github token needed for CI when downloading executables
    
    * Envvar NLMOD_SUPPRESS_VERION_CHECK
    
    * Renamed envvar
    
    * Let's see if we can now get by without passing the GITHUB_TOKEN env
    
    * Default to not check version
    
    * Consume version_tag arg when creating model_ds
    
    * Removing env SUPPRESS_EXE_VERSION_CHECK
    
    * Removed dangling argument
    
    * Added version_tag to refine/gridgen
    
    * Also auto-download modpath_provisional for other platforms than win
    bdestombe authored May 29, 2024
    Configuration menu
    Copy the full SHA
    c78976e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    82b8e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48d115 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    9aa73f4 View commit details
    Browse the repository at this point in the history
  2. add examples to notebooks

    OnnoEbbens committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d252ce8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. codacy fix

    OnnoEbbens committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    491b39b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Remove delr and delc from ds (#346)

    * Remove delr and delc from ds, first commit
    
    * import grid again in gwf
    
    * Some more removal of delr and delc and simplify _get_delr_from_x
    
    * Handle comments by @OnnoEbbens
    rubencalje authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6ff7172 View commit details
    Browse the repository at this point in the history
  2. Update regis.py

    rubencalje committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e76ba79 View commit details
    Browse the repository at this point in the history
  3. another try...

    rubencalje committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4207435 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #351 from gwmod/animate_cross_section

    Animate cross section
    OnnoEbbens authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8fb859b View commit details
    Browse the repository at this point in the history
  5. use https url for REGIS

    OnnoEbbens authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    704b92e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d9515cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e424d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdb84dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #352 from gwmod/fix_regis_url

    Fix regis URL
    dbrakenhoff authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b7fb73f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. add check for time coord, if not default to None

    - allow reading heads da using ds that has no time discretization.
    dbrakenhoff committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ce0fdf3 View commit details
    Browse the repository at this point in the history
  2. Patch auto-download executables (#354)

    * Patch get_bin_directory()
    
    * Removed trailing whitespaces
    
    * Remove explicit download_mfbinaries in favor of auto download
    
    * Write metadata in case metadata is not written
    
    * Add warning
    
    * Please codacy
    
    * Please codacy with adding encoding to writing metadatafile
    
    * No warning when running tests
    
    as it is expected behavior
    bdestombe authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f70f100 View commit details
    Browse the repository at this point in the history
  3. add modelextent plot

    dbrakenhoff committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    60ead3d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    ca1ef9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e808140 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    5a740ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c295be View commit details
    Browse the repository at this point in the history
  3. Improve CI and some code cleanup (#358)

    * run ruff check --fix, docformatter
    add ruff settings to pyproject.toml
    
    * update workflows
    - up actions versions
    - remove flake8 check
    
    * restore the position of NLMOD_DATADIR
    
    * skip failing KNMI Data Platform tests for now
    
    * committed import to wrong branch
    
    * update imports in examples
    
    * more style thingies
    
    * fix nb metadata
    
    * restore import
    
    * actually skip knmidp tests
    
    * forgot parentheses
    dbrakenhoff authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ee6ed3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    295623d View commit details
    Browse the repository at this point in the history
  5. Remove circular import

    rubencalje committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6e12f99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bf7df2 View commit details
    Browse the repository at this point in the history
  7. sort imports

    dbrakenhoff committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a04b0c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2910f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f46101c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2c228b6 View commit details
    Browse the repository at this point in the history
  11. Update resample.py

    rubencalje committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0224b30 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    fe8d2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0366f8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #357 from gwmod/add_modelextent_plot

    add modelextent plot
    dbrakenhoff authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ca6af64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    296cd26 View commit details
    Browse the repository at this point in the history
  5. add ds_time_to_pandas_index

    - convert ds time coordinate to pandas DateTimeIndex, optionally with the starting date.
    - can be useful for resampling time series to model period
    dbrakenhoff committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7b372d6 View commit details
    Browse the repository at this point in the history
  6. fix UserWarning add_min_ahn_to_gdf()

    - fixes the warning
    - allows flox to be used for faster groupby operations
    dbrakenhoff committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bbe77b8 View commit details
    Browse the repository at this point in the history
  7. docs and logging utils

    - Improve docststring get_exe_path
    - lower log-level get_flopy_bin_directories to DEBUG
    dbrakenhoff committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    87a3768 View commit details
    Browse the repository at this point in the history
  8. docs and logging utils

    - Improve docststring get_exe_path
    - lower log-level get_flopy_bin_directories to DEBUG
    dbrakenhoff committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    45c25be View commit details
    Browse the repository at this point in the history
  9. Improve examples

    - typos
    - numpy 2.0
    - show pkg versions at top
    dbrakenhoff committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c66bd7c View commit details
    Browse the repository at this point in the history
  10. version v0.8

    dbrakenhoff committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    46eaa26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    390e6c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. add_min_ahn_to_gdf would error with use of ahn-download (without savi…

    …ng to file)
    
    Which would result the following error
    
    ValueError: Dimensions {'band'} do not exist. Expected one or more of FrozenMappingWarningOnValuesAccess({'y': 600, 'x': 700})
    rubencalje committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    202b824 View commit details
    Browse the repository at this point in the history
  2. fix examples:

    - rendering of numbered/bulleted lists
    - fix pyogrio warnings
    - other minor things
    dbrakenhoff committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    73b18d8 View commit details
    Browse the repository at this point in the history
  3. Add default CRS EPSG:28992 to GIS functions

    - suppress pyogrio no CRS warning
    dbrakenhoff committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ae76837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41f5605 View commit details
    Browse the repository at this point in the history
  5. thank you codacy

    dbrakenhoff committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d9e7049 View commit details
    Browse the repository at this point in the history
  6. Fix expired KNMI Data Platform API

    Test skips were added in #358 because they failed.
    
    Co-Authored-By: Martin Vonk <66305055+martinvonk@users.noreply.github.com>
    ArtesiaWater and martinvonk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    31d3c06 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. last fixes

    - comments onno
    - new link with info on EPSG 28992
    - add trap for duplicate indices in gdf_to_grid (better error message for users)
    dbrakenhoff committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f8f6953 View commit details
    Browse the repository at this point in the history
  2. accept suggestion onno

    dbrakenhoff committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a9cce55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39c83a5 View commit details
    Browse the repository at this point in the history