Skip to content

Commit c1537e3

Browse files
committed
Update URLs to CREFL ancillary HDF4 files
1 parent e7005b9 commit c1537e3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

satpy/etc/composites/abi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sensor_name: visir/abi
33
modifiers:
44
rayleigh_corrected_crefl:
55
modifier: !!python/name:satpy.modifiers.atmosphere.ReflectanceCorrector
6-
url: "https://www.ssec.wisc.edu/~davidh/polar2grid/viirs_crefl/CMGDEM.hdf"
6+
url: "https://bin.ssec.wisc.edu/pub/CSPP/p2g/data/CMGDEM.hdf"
77
known_hash: "sha256:f33f1f867d79fff4fafe128f61c154236dd74fcc97bf418ea1437977a38d0604"
88
optional_prerequisites:
99
- name: satellite_azimuth_angle

satpy/etc/composites/modis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sensor_name: visir/modis
22
modifiers:
33
rayleigh_corrected_crefl:
44
modifier: !!python/name:satpy.modifiers.atmosphere.ReflectanceCorrector
5-
url: "https://www.ssec.wisc.edu/~davidh/polar2grid/modis_crefl/tbase.hdf"
5+
url: "https://bin.ssec.wisc.edu/pub/CSPP/p2g/data/tbase.hdf"
66
known_hash: "sha256:ed5183cddce905361c1cac8ae6e3a447212875ea421a05747751efe76f8a068e"
77
dem_sds: "Elevation"
88
prerequisites:

satpy/etc/composites/viirs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sensor_name: visir/viirs
33
modifiers:
44
rayleigh_corrected_crefl:
55
modifier: !!python/name:satpy.modifiers.atmosphere.ReflectanceCorrector
6-
url: "https://www.ssec.wisc.edu/~davidh/polar2grid/viirs_crefl/CMGDEM.hdf"
6+
url: "https://bin.ssec.wisc.edu/pub/CSPP/p2g/data/CMGDEM.hdf"
77
known_hash: "sha256:f33f1f867d79fff4fafe128f61c154236dd74fcc97bf418ea1437977a38d0604"
88
prerequisites:
99
- name: satellite_azimuth_angle
@@ -17,7 +17,7 @@ modifiers:
1717

1818
rayleigh_corrected_crefl_iband:
1919
modifier: !!python/name:satpy.modifiers.atmosphere.ReflectanceCorrector
20-
url: "https://www.ssec.wisc.edu/~davidh/polar2grid/viirs_crefl/CMGDEM.hdf"
20+
url: "https://bin.ssec.wisc.edu/pub/CSPP/p2g/data/CMGDEM.hdf"
2121
known_hash: "sha256:f33f1f867d79fff4fafe128f61c154236dd74fcc97bf418ea1437977a38d0604"
2222
prerequisites:
2323
- name: satellite_azimuth_angle

0 commit comments

Comments
 (0)