You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

enpt

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enpt - pypi Package Compare versions

Comparing version
1.0.2
to
1.0.3
+2
-1
enpt/processors/at...c_correction/_isofit_lut_preparation.py

@@ -33,2 +33,3 @@ # -*- coding: utf-8 -*-

import logging
from typing import Union

@@ -43,3 +44,3 @@ import netCDF4 as nc

class LUTTransformer(object):
def __init__(self, path_lut: str, sza_scene: float, logger: EnPT_Logger | logging.Logger = None):
def __init__(self, path_lut: str, sza_scene: float, logger: Union[EnPT_Logger, logging.Logger] = None):
"""Get an instance of LUTTransformer.

@@ -46,0 +47,0 @@

@@ -30,4 +30,4 @@ # -*- coding: utf-8 -*-

__version__ = '1.0.2'
__versionalias__ = '20250602.03'
__version__ = '1.0.3'
__versionalias__ = '20250602.04'
__author__ = 'Daniel Scheffler'

@@ -5,2 +5,8 @@ =======

1.0.3 (2025-06-02)
------------------
* Fix Python 3.9-incompatible type hint syntax.
1.0.2 (2025-06-02)

@@ -7,0 +13,0 @@ ------------------

Metadata-Version: 2.4
Name: enpt
Version: 1.0.2
Version: 1.0.3
Summary: EnMAP Processing Tool

@@ -5,0 +5,0 @@ Project-URL: Source code, https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT

Sorry, the diff of this file is too big to display