#include <cuspatial/geometry/vec_2d.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <iterator>
#include <cuspatial/detail/projection/sinusoidal_projection.cuh>
Go to the source code of this file.
Functions | |
template<class InputIt, class OutputIt, class T> | |
OutputIt | cuspatial::sinusoidal_projection (InputIt lon_lat_first, InputIt lon_lat_last, OutputIt xy_first, vec_2d< T > origin, rmm::cuda_stream_view stream=rmm::cuda_stream_default) |
Sinusoidal projection of longitude/latitude relative to origin to Cartesian (x/y) coordinates in km. | |