Skip to content

Commit

Permalink
change in readme - graphic file address
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-datalions committed Mar 3, 2021
1 parent 273c52d commit 5cf578c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude command.sh
exclude readthedocs.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ print(squared_error)

With **pyinterpolate** you are able to retrieve point support model from areal aggregates. Example from _Tick-borne Disease Detector_ study for European Space Agency - COVID-19 population at risk mapping. It was done with Area-to-Point Poisson Kriging technique from package. Countries along the world presents infections as areal sums to protect privacy of infected people. But this kind of representaion introduces bias to the decision-making process. To overcome this bias you may use Poisson Kriging. Areal aggregates of COVID-19 infection rate are transformed to new point support semivariogram created from population density blocks. As output we get population at risk map:

![Covid-19 infection risk in Poland for 14th April, 2020.](deconvoluted_risk_areas.jpg "Covid-19 infection risk in Poland for 14th April, 2020.")
![Covid-19 infection risk in Poland for 14th April, 2020.](https://github.com/szymon-datalions/pyinterpolate/blob/main/deconvoluted_risk_areas.jpg?raw=true "Covid-19 infection risk in Poland for 14th April, 2020.")



Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
'Programming Language :: Python :: 3.7',
],
keywords=['Spatial interpolation', 'Kriging', 'Area Kriging', 'Block Kriging', 'Poisson Kriging', 'Geostatistics'],
packages=find_packages(exclude=['data', 'test', 'tutorials', 'new_concepts']),
packages=find_packages(exclude=['data', 'test', 'tutorials', 'new_concepts', 'paper', 'docs',
'sample_data']),

install_requires=['descartes==1.1.0', 'geopandas==0.7.0', 'matplotlib==3.2.1', 'numpy==1.18.3', 'tqdm==4.47.0',
'pyproj==2.6.0', 'scipy==1.4.1', 'shapely==1.7.0',
Expand Down

0 comments on commit 5cf578c

Please sign in to comment.