Skip to content

Commit

Permalink
Merge pull request #1983 from eysteinn/master
Browse files Browse the repository at this point in the history
More general filename filter for ascat soil moisture, allowing for Metop-B and Metop-C
  • Loading branch information
mraspaud committed Feb 18, 2022
2 parents 3663d81 + 9d1ea31 commit fc61576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/etc/readers/ascat_l2_soilmoisture_bufr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ reader:
file_types:
ascat_l2_soilmoisture_bufr:
file_reader: !!python/name:satpy.readers.ascat_l2_soilmoisture_bufr.AscatSoilMoistureBufr
file_patterns: ["W_XX-EUMETSAT-{reception_location},SOUNDING+SATELLITE,{platform}+{instrument}_C_EUMC_{start_time:%Y%m%d%H%M%S}_{perigee}_eps_o_{species}_{level}.bin"]
file_patterns: ["W_XX-EUMETSAT-{reception_location},SOUNDING+SATELLITE,{platform}+{instrument}_C_{header}_{start_time:%Y%m%d%H%M%S}_{perigee}_eps_o_{species}_ssm_l2.bin"]

datasets:

Expand Down

0 comments on commit fc61576

Please sign in to comment.