Skip to content

Commit 30e53e1

Browse files
committed
add comment
1 parent 994fed0 commit 30e53e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/entity/exposures/black_marble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def get_nightlight(ref_year, cntry_info, res_km, from_hr=None):
262262
files_exist, _ = nl_utils.check_nl_local_file_exists(req_files, \
263263
SYSTEM_DIR, nl_year)
264264
nl_utils.download_nl_files(req_files, files_exist, SYSTEM_DIR, nl_year)
265-
265+
# nightlight intensity with 15 arcsec resolution
266266
nightlight, coord_nl = nl_utils.load_nightlight_nasa(geom.bounds, \
267267
req_files, nl_year)
268268
fn_nl = [file.replace('*', str(nl_year)) for idx, file \

0 commit comments

Comments
 (0)