Skip to content

Commit

Permalink
Remove not needed matlab vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Chahan Kropf committed Dec 7, 2023
1 parent 8727895 commit 429e74c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions climada/hazard/centroids/centr.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@

PROJ_CEA = CRS.from_user_input({'proj': 'cea'})

DEF_VAR_MAT = {
'field_names': ['centroids', 'hazard'],
'var_name': {
'lat': 'lat',
'lon': 'lon',
'dist_coast': 'distance2coast_km',
'admin0_name': 'admin0_name',
'admin0_iso3': 'admin0_ISO3',
'comment': 'comment',
'region_id': 'NatId'
}
}
"""MATLAB variable names"""

DEF_VAR_EXCEL = {
'sheet_name': 'centroids',
'col_name': {
Expand Down

0 comments on commit 429e74c

Please sign in to comment.