Dated: 17 December, 2021
Introduction
The following list of new features, tasks, and resolved bugs are included in the latest Sprint 21.11.1 2 release to FDW/FDE:
Features
Add option to FDE to produce URL that includes
GeoUnit
feature attributes https://fewsnet.atlassian.net/browse/DATA-1073Add Options entry to show/hide empty Data Series https://fewsnet.atlassian.net/browse/DATA-1132
Additional Filters for the Other Domain - Exchange Rate https://fewsnet.atlassian.net/browse/DATA-1171
Prototype TopoJSON data extraction support https://fewsnet.atlassian.net/browse/DATA-1188
Data ingestion pipeline for areal estimates of specific remote sensing data sets https://fewsnet.atlassian.net/browse/DATA-1205
Validate existing Somalia Crop Data https://fewsnet.atlassian.net/browse/DATA-1226
Update Data inventory dashboard to include a breakdown of the new data points added each month by domain https://fewsnet.atlassian.net/browse/DATA-1232
Calculated price index & Price Ratio end points of the FDE should point to their specific end points https://fewsnet.atlassian.net/browse/DATA-1247
Add data usage policy to data point extracts from all domains https://fewsnet.atlassian.net/browse/DATA-1250
...
This enhancement is about making changes to the spatial data domain of the FDE by introducing i.e (the field:
include feature attributes
) to the Options tab which displays all theGeoUnit
feature attributes.
Add Options entry to show/hide empty Data Series https://fewsnet.atlassian.net/browse/DATA-1132
This feature is about adding a check box for showing and hiding an empty data series.
Additional Filters for the Other Domain - Exchange Rate https://fewsnet.atlassian.net/browse/DATA-1171
...
This enhancement is about incorporating the
format=topojson
to the data point APIs and spatial data domain, for instance: (https://fdw.fews.net/api/ipcphase/?format=topojson&dataseries=6530952). With the ability to export as TropoJSON, these data can be brought into Power-BI for analysis.
Data ingestion pipeline for areal estimates of specific remote sensing data sets https://fewsnet.atlassian.net/browse/DATA-1205
This feature is about developing a data ingestion pipeline for areal estimates of specific remote sensing data sets. This will help users to understand how time series of remote sensing data affect specific geographic units of interest.
Validate existing Somalia Crop Data https://fewsnet.atlassian.net/browse/DATA-1226
...
This feature is about adding a new chart type to the data inventory dashboard (https://fdw.fews.net/dashboard/inventory/) which shows the data points added by month and data domain type.
...
Calculated
...
Price Index & Price Ratio end points of the FDE should point to their specific end points https://fewsnet.atlassian.net/browse/DATA-1247
This enhancement is about changing the FDE API endpoints of the
calculated price index
andprice ratio
from/api/datapointfacts
to/api/calculatedpriceindexvaluefacts/
and/api/priceratiovaluefacts/
respectively, so that users are brought to the correct views as expected.
Add data usage policy to data point extracts from all domains https://fewsnet.atlassian.net/browse/DATA-1250
This enhancement is about adding the
data_usage_policy
field to the exchange rate (https://fdw.fews.net/api/exchangeratevaluefacts/?format=csv&subtype=ExchangeRateValue&fields=simple) and secondary price index (https://fdw.fews.net/api/priceindexvaluefacts/?format=csv&subtype=PriceIndexValue&fields=simple) data to data points extracts of the FDE .
...
This task was about automating the API documentation (https://fdw.fews.net/docs/rapidoc/) which enables to run runs actual requests against the API.
...
There was an issue in accessing the API i.e (:
/api/exchangeratevaluefacts
) , and this was resolved and the functionality is working as expected.
...
There was an issue with the country API , (for instance, ( https://fdw.fews.net/api/country/DK.xml) where the
XML
only shows the attribute names but not the actual values and this was resolved.
...