python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
direct3d 11 and 2D: pass coordinates of a vertex as int and not float
My purpose is to write a backend of a toolkit using only Direct3D 11 for 2D (no additional library like Direct2D, or SpriteBatch or something else).
Note that it is the first time I use Direct3D, and ...
vtorri
Votes: 0
Answers: 1
Convert LineString / MultiLineString geometries to lat lon
I am using this Mapillary endpoint: https://tiles.mapillary.com/maps/vtp/mly1_public/2/{zoom_level}/{x}/{y}?access_token={} and getting such responses back (see photo). Also, here is the Mapillary doc...
M.Ionut
Votes: 0
Answers: 1
Calculating the tangent of a line with an arbitrary slope
I have a pygame grid with two points, x1 y2 and x2 y2.
I would like to calculate the points x3 y3 which correspond to a point on a tangent orthogonal to x1 y1 and x2 y2 and starts from x2 y2.
So far, ...

Yes
Votes: 0
Answers: 1
Problems with crs projection information when creating raster brick from netCDF file in R
I'm working with Swiss meteo data stored in netCDF files. Example data are available here.
After downloading and reading the data
download.file(url = "https://www.meteoswiss.admin.ch/content/dam/...
radek
Votes: 0
Answers: 1