-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (21 loc) · 851 Bytes
/
setup.cfg
File metadata and controls
23 lines (21 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
name = sen2water
version = attr: sen2water.version
author = Martin Böttcher, Brockmann Consult GmbH, for ESA OPT-MPC
description = Sen2Water MSI pixel identification and atmospheric correction for ocean and inland water areas
long_description = file: README.md
long_description_content_type = text/markdown
keywords = remote sensing, optical, water, Sentinel-2
license = MIT
url = https://github.com/bcdev/sen2water
project_urls =
Documentation = https://github.com/bcdev/sen2water
Issues = https://github.com/bcdev/sen2water/issues
Changelog = https://github.com/bcdev/sen2water/blob/main/CHANGES.md
[options]
#python_requires = >=3.11
#install_requires = file: requirements.txt
packages = sen2water,sen2water.eoutils
[options.entry_points]
xarray.backends =
safe_msi_l1c = sen2water.eoutils.msil1creader:MsiL1cBackendEntrypoint