-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit for bug fix #393 - Sift mixes up projections and area …
…definitions; unit testing still pending
- Loading branch information
1 parent
6a4aa6d
commit f7ffc9d
Showing
14 changed files
with
291 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,54 @@ | ||
area_definitions: | ||
|
||
MTG FCI FDSS 1km: mtg_fci_fdss_1km | ||
MTG FCI FDSS 2km: mtg_fci_fdss_2km | ||
MTG FCI FDSS 500m: mtg_fci_fdss_500m | ||
MSG SEVIRI FES 3km: msg_seviri_fes_3km | ||
MSG SEVIRI FES 1km: msg_seviri_fes_1km | ||
MSG SEVIRI RSS 3km: msg_seviri_rss_3km | ||
MSG SEVIRI RSS 1km: msg_seviri_rss_1km | ||
MSG SEVIRI IODC 3km: msg_seviri_iodc_3km | ||
MSG SEVIRI IODC 1km: msg_seviri_iodc_1km | ||
GOES-East ABI F 500m: goes_east_abi_f_500m | ||
GOES-East ABI F 1km: goes_east_abi_f_1km | ||
GOES-East ABI F 2km: goes_east_abi_f_2km | ||
GOES-West ABI F 500m: goes_west_abi_f_500m | ||
GOES-West ABI F 1km: goes_west_abi_f_1km | ||
GOES-West ABI F 2km: goes_west_abi_f_2km | ||
EUROL: eurol | ||
MTG FCI FDSS: | ||
{ | ||
1km: mtg_fci_fdss_1km, | ||
2km: mtg_fci_fdss_2km, | ||
500m: mtg_fci_fdss_500m, | ||
32km: mtg_fci_fdss_32km | ||
} | ||
|
||
MSG SEVERI FES: | ||
{ | ||
3km: msg_seviri_fes_3km, | ||
1km: msg_seviri_fes_1km, | ||
9km: msg_seviri_fes_9km | ||
} | ||
MSG SEVIRI RSS: | ||
{ | ||
3km: msg_seviri_rss_3km, | ||
1km: msg_seviri_rss_1km | ||
} | ||
MSG SEVIRI IODC: | ||
{ | ||
3km: msg_seviri_iodc_3km, | ||
1km: msg_seviri_iodc_1km | ||
} | ||
GOES-East ABI F: | ||
{ | ||
500m: goes_east_abi_f_500m, | ||
1km: goes_east_abi_f_1km, | ||
2km: goes_east_abi_f_2km | ||
} | ||
|
||
GOES-West ABI F: | ||
{ | ||
500m: goes_west_abi_f_500m, | ||
1km: goes_west_abi_f_1km, | ||
2km: goes_west_abi_f_2km | ||
} | ||
|
||
EUROL: | ||
{ | ||
eurol: eurol | ||
} | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
#---- SIFT doesn't implement proj=eqc correctly/completely ---- | ||
# Plate Carree 3km: worldeqc3km |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ | |
""" | ||
|
||
from uwsift.model.document import Document # noqa | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.