sean-maptek

Results 3 issues of sean-maptek

The validation accepts the `offset_w` property of a `TensorGridSurface` being undefined or None. Could you please clarify the meaning of this case? Such that it removes the ambiguity in what...

There is no validation rule to checks that each element in a project has a unique name. The absence of such a check doesn't eliminate the possibility that it was...

In Python 3.12, the function [ `datetime.datetime.utcnow()`](https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow) was deprecated. The replacement is using [`datetime.now()`](https://docs.python.org/3/library/datetime.html#datetime.datetime.now) with [datetime.timezone.utc](https://docs.python.org/3/library/datetime.html#datetime.timezone.utc). There is datetime.UTC which was introduced in 3.11 but to support older versions `datetime.timezone.utc`...