Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit f73c5bb

Browse files
committed
Uncommented KYALO's data line
1 parent 8924cea commit f73c5bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

INPMT/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def run(
6868
# Raster data
6969
population = os.path.join(datasets, "POPULATION_AFRICA_100m_reprj3857.tif")
7070
landuse = os.path.join(datasets, "LANDUSE_ESACCI-LC-L4-LC10-Map-300m-P1Y-2016-v1.0.tif")
71-
# ndvi = os.path.join(datasets, "NDVI_MOD13A1.006__300m_16_days_NDVI_doy2016_aid0001_reprj3857.tif")
7271
ndvi = os.path.join(datasets, "NDVI_MOD13A1.006__500m_16_days_NDVI_doy2016_aid0001.tif")
7372
swi = os.path.join(datasets, "SWI_c_gls_SWI10_QL_2016_AFRICA_ASCAT_V3.1.1_reprj3857.tif")
7473
gws = os.path.join(datasets, "GWS_seasonality_AFRICA_reprj3857.tif")
@@ -78,7 +77,7 @@ def run(
7877
irish = os.path.join(datasets, "IRISH_countries.shp")
7978
landuse_polygonized = os.path.join(datasets, "LANDUSE_ESACCI-LC-L4-LC10-Map-300m-P1Y-2016-v1.0.shp")
8079
anopheles_kyalo = os.path.join(datasets, "KYALO_VectorDB_1898-2016.shp")
81-
# anopheles_kyalo_in_national_parks_buffered = os.path.join(datasets, "KYALO_anopheles_in_PAs_buffers.shp")
80+
anopheles_kyalo_in_national_parks_buffered = os.path.join(datasets, "KYALO_anopheles_in_PAs_buffers.shp")
8281
anopheles_kyalo_out_national_parks_buffered = os.path.join(datasets, "KYALO_anopheles_out_PAs_buffers.shp")
8382
national_parks_with_anopheles_kyalo = os.path.join(datasets, "NATIONAL_PARKS_WDPA_Africa_anopheles.shp")
8483

0 commit comments

Comments
 (0)