Earthdata-varinfo

Latest version: v3.0.1

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

Scan your dependencies

Page 3 of 5

2.1.0

2022-08-31

This minor version updates the `VarInfoFromDmr` and `VarInfoFromNetCDF4`
classes to optionally accept a collection short name via the new `short_name`
keyword argument. If this is supplied, it will be used as the identifier for
the collection associated with the granule metadata being parsed. If
`short_name` is not supplied, the `VarInfo` classes will scan the granule for
known metadata attributes that contain the collection short name, as before.
This new `short_name` argument allows for clients to specify the collection
short name in cases where it is not listed in the metadata of a granule, which
is particularly useful if there are metadata overrides or supplements required
for granules within that collection.

2.0.0

2022-08-04

This major version updates both the `VariableBase` and `VarInfoBase` classes
to allow the retrieval of projected horizontal spatial dimensions. The
`VarInfoBase.get_spatial_dimensions` method now retrieves both geographic and
projected horizontal spatial dimensions, instead of just geographic dimensions.
Two new methods have been added to the class:
`VarInfoBase.get_geographic_spatial_dimensions`, which replaces the old
functionality of `VarInfoBase.get_spatial_dimensions` to retrieve only
geographic dimensions. `VarInfoBase.get_projected_spatial_dimensions` will
retrieve only projected horizontal spatial dimensions.

The `VariableBase.is_projected_x_or_y` method has been added in support of this
functionality.

1.2.5

2022-05-19

This patch version updates the `Variable.is_temporal` method such that it can
handle variables without a `units` metadata attribute. In these instances, the
variable will be determined to not be temporal.

1.2.4

2022-04-05

This patch version updates the `ipython` development dependency to mitigate
a security vulnerability identified with `ipython~=7.21.0`.

1.2.3

2022-02-07

This patch version updates the `numpy` dependency within `sds-varinfo` to help
mitigate security vulnerabilities from `numpy` versions in downstream services.

1.2.2

2021-12-10

The `VariableBase` and child classes have been updated such that all metadata
attributes can be augmented by overrides and supplements, not just those that
contain CF-Convention references. In addition the configuration file can now be
used to set values for metadata attributes not present in the original granule
metadata.

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.