Skip to content

Commit

Permalink
removed dropping of crs
Browse files Browse the repository at this point in the history
  • Loading branch information
annajungbluth committed Jul 9, 2024
1 parent 0522133 commit 186aa04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs_tools/_src/geoprocessing/msg/geoprocessor_msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ def preprocess_files(self):
logger.error(f"Skipping {itime} due to error loading")
continue

# remove crs from dataset
ds = ds.drop_vars('msg_seviri_fes_3km')
# remove crs from dataset
# ds = ds.drop_vars('msg_seviri_fes_3km') # NOTE: Uncommented to keep coordinate reference system

# remove attrs that cause netcdf error
for var in ds.data_vars:
Expand Down

0 comments on commit 186aa04

Please sign in to comment.