Skip to content

Commit 403c266

Browse files
committed
add list_available_dates and get_aop_tile_extent functions + improved validation and update tests
1 parent 0c52e42 commit 403c266

File tree

3 files changed

+528
-292
lines changed

3 files changed

+528
-292
lines changed

src/neonutilities/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .citation import get_citation
2-
from .aop_download import by_file_aop, by_tile_aop
2+
#from .aop_download import by_file_aop, by_tile_aop
3+
from .aop_download import by_file_aop, by_tile_aop, list_available_dates, get_aop_tile_extents
34
from .tabular_download import zips_by_product
45
from .get_issue_log import get_issue_log
56
from .read_table_neon import read_table_neon

0 commit comments

Comments
 (0)