Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gridded VIIRS from the NOAA AWS bucket and more #164

Open
wants to merge 49 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b30c059
add new nesdis_viirs_aod_gridded data from AWS - remove old ftp
bbakernoaa Mar 12, 2024
b0ada71
update
bbakernoaa Mar 12, 2024
7510ea0
fix formatting
bbakernoaa Mar 12, 2024
9f8769c
move imports to module
bbakernoaa Mar 12, 2024
4f21f1c
remove blank lines at beginning
bbakernoaa Mar 12, 2024
22e3290
remove erronious code
bbakernoaa Mar 12, 2024
80d9131
fixes
bbakernoaa Mar 12, 2024
0862863
update for NRT products from NESDIS STAR https server
bbakernoaa Mar 13, 2024
7a57d21
changes for precommit
bbakernoaa Mar 13, 2024
29c6a1c
update __init__.py
bbakernoaa Mar 13, 2024
c53bc29
format attempt fix
bbakernoaa Mar 13, 2024
c7216c7
format fix
bbakernoaa Mar 13, 2024
1674be1
Add h5netcdf to dev env
zmoon Mar 14, 2024
fee81d6
Add initial test for gridded VIIRS AOD
zmoon Mar 14, 2024
de7f76c
Satellite and resolution cases
zmoon Mar 14, 2024
57e7449
Fix satellite name check
zmoon Mar 14, 2024
20da100
Update monetio/sat/nesdis_viirs_aod_aws_gridded.py
bbakernoaa Mar 18, 2024
e8d6515
Skip VIIRS test on 3.6
zmoon Mar 18, 2024
d2c6fa4
adding error checking and other recommended fixes
bbakernoaa Mar 19, 2024
c6a3098
Merge branch 'feature/viirs_aws_gridded' of https://github.com/bbaker…
bbakernoaa Mar 19, 2024
95ec965
remove untracked files - accident
bbakernoaa Mar 19, 2024
0e4f23e
fix avhrr and ndvi
bbakernoaa Mar 19, 2024
28572b3
Test input validation
zmoon Mar 19, 2024
20f307f
Raise
zmoon Mar 19, 2024
f54b0a6
Clean up docstring a bit
zmoon Mar 19, 2024
8e402cc
consistency
zmoon Mar 19, 2024
1d1f55a
More notes
zmoon Mar 19, 2024
ce1b644
Add date info to open_dataset docstrings
zmoon Mar 19, 2024
9212c80
sp
zmoon Mar 19, 2024
efa245b
Raise in mf version too
zmoon Mar 19, 2024
915e9fe
'both' option doesn't work currently
zmoon Mar 19, 2024
535dc12
Initial mf test
zmoon Mar 19, 2024
0d4a410
Update mf docstring
zmoon Mar 19, 2024
4a6a1be
Skip missing daily file with warning by default
zmoon Mar 19, 2024
efc3b33
Skip for monthly as well
zmoon Mar 19, 2024
cec5823
Always error for not found file in open_dataset
zmoon Mar 19, 2024
62ea648
Fix test for pre 3.10
zmoon Mar 19, 2024
45d8522
Merge branch 'noaa-oar-arl:stable' into feature/viirs_aws_gridded
bbakernoaa Aug 14, 2024
5d201fa
Merge branch 'develop' into feature/viirs_aws_gridded
bbakernoaa Aug 14, 2024
192c0e3
NDVI
zmoon Aug 14, 2024
402067b
AVHRR AOT
zmoon Aug 14, 2024
45679c4
Drop decode error culprit
zmoon Aug 14, 2024
f88a7fe
Hopefully avoid TIMEOFDAY warnings
zmoon Aug 15, 2024
957aa4a
AVHRR AOT test
zmoon Aug 15, 2024
ddd6fca
NESDIS VIIRS AOD NRT
zmoon Aug 15, 2024
1d3fd7c
Add NESDIS VIIRS AOD NRT tests
zmoon Aug 15, 2024
2dbf8d6
Remove warns
zmoon Aug 15, 2024
b754cad
Sort / most sat aren't in top-level
zmoon Aug 15, 2024
65fea0c
Merge remote-tracking branch 'noaa/develop' into feature/viirs_aws_gr…
zmoon Sep 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions monetio/sat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
_omps_nadir_mm,
goes,
modis_ornl,
nesdis_edr_viirs,
nesdis_eps_viirs,
nesdis_viirs_aod_gridded,
nesdis_frp,
)

__all__ = [
"_gridded_eos_mm",
"_modis_l2_mm",
"_omps_nadir_mm",
"nesdis_edr_viirs",
"nesdis_eps_viirs",
"nesdis_viirs_aod_gridded",
"nesdis_frp",
"modis_ornl",
"goes",
Expand Down
110 changes: 0 additions & 110 deletions monetio/sat/nesdis_edr_viirs.py

This file was deleted.

192 changes: 0 additions & 192 deletions monetio/sat/nesdis_eps_viirs.py

This file was deleted.

Loading
Loading