-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refine to make it easier adding new country
- Loading branch information
Showing
6 changed files
with
268 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
countries: | ||
- name: CMR | ||
shapefile: cmr_district_sante_2022.geojson # shapefile name in geojson format where the zonal stats bases on | ||
days-to-observe: 14 # number of most recent days to observe rainfall | ||
alert-on-threshold: 50 # threshold to send to EspoCRM | ||
destination-entity: CClimaticHazard | ||
shapefile-area: cmr_district_sante_2022.geojson # shapefile of areas (.geojson) where the zonal stats bases on | ||
espo-area: # entity storing areas code and id | ||
entity: CHealthDistrict | ||
field: CHealthDistrictId | ||
espo-destination: # entity to send alerts to | ||
entity: CClimaticHazard | ||
field: averageRainfall |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters