Threedigrid

Latest version: v2.2.8

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 17

0.1.5

------------------

- Added support for composite fields which can be used to fetch data from
multiple source variables as a single field. Like this
result_3di netcdfs can be queried the same way as gridadmin files.

0.1.4

------------------

- Changed ResultMixin to dynamically add attributes based on the netcdf
variables.

- Added basic result proccesing for line/node data.

- The filter mask is computed only for array's affected and
before applying it to all array's

- The 'only' filter works much faster because the filter mask
is only applied on fields that are affected.

- The filter mask is cached on the line/node instance after getting
the first value. You can thus do something like:

queryset = gridadmin.lines.filter(kcu=2)
ids = queryset.id
line_coords = queryset.line_coords

and the filter mask will only be computed once.

- Add click console scripts ``3digrid_explore`` and ``3digrid_export`` for
quick overviews and data exports.

- Make ogr/gdal imports optional to avoid breaking parts of the documentation.

- Added documentation and setup for ``sphinx`` documentation pipeline.

- Use linear referencing for embedded channels to keep the original geometry
intact when preparing line geometries for visualisation.

- Define extra's to make the standard threedigrid distribution as
lightweight as possible.

- Convert strings in ``attrs`` to ``numpy.string_`` to fix crashes under
Windows.

0.1.3

------------------

- Remove property ``has_groundwater`` from ``GridH5Admin``.
Should always be provided by the threedicore itself. Gives a warning for
backwards compatibility.

0.1.2

------------------

- Get model extent now always returns a bbox (minX, minY, maxX, maxY)

0.1.1

------------------

- All imports are absolute.

- Added install info using pip.

0.1.0

------------------

* First release with fullrelease.

Page 17 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.