Skip to content

Commit a446117

Browse files
litpop/gpw_population: logging cosmetics when NASA's pop count file is missing
1 parent 728e60a commit a446117

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

climada/entity/exposures/litpop/gpw_population.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def get_gpw_file_path(gpw_version, reference_year, data_dir=SYSTEM_DIR, verbatim
153153
+ 'The data can be downloaded from '
154154
+ 'http://sedac.ciesin.columbia.edu/'
155155
+ 'data/collection/gpw-v4/sets/browse, '
156-
+ 'e.g., https://sedac.ciesin.columbia.edu/data/'
157-
+ f'set/gpw-v4-population-count-rev{gpw_version}/'
158-
+ 'data-download'
159-
+ '(Free NASA Earthdata login required). '
156+
+ 'e.g., https://sedac.ciesin.columbia.edu/downloads/data/'
157+
+ f'gpw-v4/gpw-v4-population-count-rev{gpw_version}/'
158+
+ f'gpw-v4-population-count-rev{gpw_version}_2020_30_sec_tif.zip '
159+
+ '(Free NASA Earthdata login required).'
160160
)

0 commit comments

Comments
 (0)