forked from ET-Toolbox/ET-Toolbox-Product-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
17 lines (16 loc) · 756 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[metadata]
name = ETtoolbox
author = Gregory H. Halverson
author-email = [email protected]
description = USBR-JPL Second Generation ET Toolbox
long_description = file: README.md
[options.entry_points]
console_scripts =
LANCE-VIIRS-Dates = ETtoolbox.available_lance_dates:main
ET-Toolbox-Credentials = ETtoolbox.check_credentials:main
ET-Toolbox-Tile = ETtoolbox.ETtoolbox_tile:main
ET-Toolbox-Rio-Grande = ETtoolbox.ETtoolbox_riogrande:main
ET-Toolbox-Historical-Fine = ETtoolbox.ETtoolbox_historical_fine:main
ET-Toolbox-Historical-Coarse = ETtoolbox.ETtoolbox_historical_coarse:main
ET-Toolbox-Hindcast-Coarse = ETtoolbox.ETtoolbox_hindcast_coarse:main
New-Mexico-VIIRS-Server = new_mexico.new_mexico:main