-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add points to an image with list of lat/long pairs #36
Comments
There is a hidden (not public) Thinking about this (CC @mraspaud), I wonder if pycoast could/should provide a more aggdraw-like interface for drawing primitive types (points, lines, polygons, etc) but also include the helper functions for drawing shape files and their types. Like an |
Maybe this was better to be discussed in a new issue. But in the RGB image below (generated by Satpy), I want to specify and extract those 'hot spots' with orange or red colors. I am seeking a color scheme as a single function of the RGB channels to extract red color hues as separate channel. |
Indeed, those are points for other issues. But why do you want to have the colors? The colors just represent some brightness temperature values, which you could read directly from the channel data: |
Although the
add_cities
function can overlay points on an image, but a Shapefile describing the points is required for this function.Referring to Custom shapes and lines, is there any similar function to
add_polygon
which can overlay points on a PNG image simply by pairs of lat/long coordinates?The text was updated successfully, but these errors were encountered: