Skip to content

Commit

Permalink
Uncommented KYALO's data line
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-manchon committed Sep 15, 2021
1 parent 8924cea commit f73c5bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions INPMT/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def run(
# Raster data
population = os.path.join(datasets, "POPULATION_AFRICA_100m_reprj3857.tif")
landuse = os.path.join(datasets, "LANDUSE_ESACCI-LC-L4-LC10-Map-300m-P1Y-2016-v1.0.tif")
# ndvi = os.path.join(datasets, "NDVI_MOD13A1.006__300m_16_days_NDVI_doy2016_aid0001_reprj3857.tif")
ndvi = os.path.join(datasets, "NDVI_MOD13A1.006__500m_16_days_NDVI_doy2016_aid0001.tif")
swi = os.path.join(datasets, "SWI_c_gls_SWI10_QL_2016_AFRICA_ASCAT_V3.1.1_reprj3857.tif")
gws = os.path.join(datasets, "GWS_seasonality_AFRICA_reprj3857.tif")
Expand All @@ -78,7 +77,7 @@ def run(
irish = os.path.join(datasets, "IRISH_countries.shp")
landuse_polygonized = os.path.join(datasets, "LANDUSE_ESACCI-LC-L4-LC10-Map-300m-P1Y-2016-v1.0.shp")
anopheles_kyalo = os.path.join(datasets, "KYALO_VectorDB_1898-2016.shp")
# anopheles_kyalo_in_national_parks_buffered = os.path.join(datasets, "KYALO_anopheles_in_PAs_buffers.shp")
anopheles_kyalo_in_national_parks_buffered = os.path.join(datasets, "KYALO_anopheles_in_PAs_buffers.shp")
anopheles_kyalo_out_national_parks_buffered = os.path.join(datasets, "KYALO_anopheles_out_PAs_buffers.shp")
national_parks_with_anopheles_kyalo = os.path.join(datasets, "NATIONAL_PARKS_WDPA_Africa_anopheles.shp")

Expand Down

0 comments on commit f73c5bb

Please sign in to comment.