I have a database(PostgreSQL) with coordinates of lightning bolts. I want coordinates inside a circumference sector(SQL Query). I have the radius, angle(Z) and point A of circumference, and coordinates of extremal points([lat1,lng1], [lat2, lng2]).
Thanks a lot!