I have a .png map image which contains location of handpumps in given village. there are 70 location value.I want to do following in python (had already done similar thing in matlab previously) -
- digitize .png image of map(had already done similar thing in matlab previously) but need to do in python now.
- draw a circle with transparent color with given lat./long. point as center and radius given by me.
Any help will be highly appreciated. just started doing this, so will keep on updating this post as i search and find solution. thanks.
done with help of converting simialr R code...