Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [coordinates]

Refers to a sequence of numbers used to indicate the position of an object relative to an axis. Commonly, refers to a latitude/longitude pair that indicates a geographical position.

coordinates
0 votes
0 answers
15 views

Is there a way to get the coordinate system of a gltf model actually used?

Let me first explain my situation: We have a 3d render engine with a z-up coordinate system, to read in a gltf model (with y-up in spec ), we can just rotate the model -90 degrees around x-axis, then ...
Ethan Chen's user avatar
1 vote
0 answers
22 views

pyproj Transform returns inf values

I am transforming x and y coordinates from NAD27 NM EAST FTUS to lat long. This code had worked in the past, but just tried it recently and it is not working. Any ideas what could be happening? I am ...
Veronica Guzman's user avatar
0 votes
0 answers
15 views

Can't get unwrapped coordinate bounds in MapBox on Android for multiple visible earths

Depending on screen ratio, when you zoom out in mapbox for Android, you can see multiple copies of the earth. The longitude bounds of a single map are -180 to 180. When I zoom out as shown in the ...
jsdev's user avatar
  • 3
0 votes
1 answer
49 views

Making a poster: how to place Artists in a Figure using mm and top-left origin

I want to prepare a "portrait" A0 poster (841mm × 1189mm) placing different Artists (no Axes, but Rectangles and Texts) specifying their positions in mm from the top-left corner of the ...
gboffi's user avatar
  • 24.3k
1 vote
1 answer
38 views

Consistent Point Placement on Zoomable Tkinter Canvas

I'm working on a Python project where you have a canvas with an image that you can zoom in/out on various points, I made it so I can place dots on this canvas. Initially at zoom_scale 1 (no zoom ...
CatGuy's user avatar
  • 31
-1 votes
0 answers
68 views

Get center of Coordinate array Swift

I have a function that calculates the center of an array of coordinates in swift. The logic to filter out outlier points does not work correctly. Assuming the majority of points will be inside a ...
Ahmed Zaidan's user avatar
1 vote
1 answer
44 views

Function to rotate a quaternion by the given amount

class quaternion: __slots__ = ("x", "y", "z", "w") def __init__(self, x: float, y: float, z: float, w: float): self.x = x self.y = y ...
MirceaKitsune's user avatar
1 vote
0 answers
26 views

scipy.ndimage has a map_coordinates function that pulls in values from a source to a target. Is there a function that pushes from source to target?

scipy.ndimage has a function map_coordinates described here: https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.map_coordinates.html it allows for a source volume and a mapping to be ...
Harry Carey's user avatar
1 vote
0 answers
17 views

Add Bearing (WITH N,S,E,W) AND DISTANCE (M) To another coordinates (LAT, LON)

Good morning. I would like to know how do I add kilometers to a map point (latitude / longitude). For example: The city Jaraguá do Sul is in latitude -26.462049, longitude -49.059448. I want to add ...
SUPER HERO PH's user avatar
0 votes
0 answers
31 views

I have a vue.js & three.js code and how to hidden coordinate part in three.js?

Everyone, I have a vue & three.js code. and i wanna hidden the part which shows in the picture. I have no experience in three.js and i don't know how to fix it. i used scene, camera, renderer, ...
Carlos Santos's user avatar
0 votes
0 answers
19 views

create movement speed from x,y pixel coordinates

I have a dataset which is tracking a moving object. For each frame of the video (around 2,000 per video), it has an x pixel and a y pixel value (1920 x 1080p). I want to: a) create a new column (xy) ...
Besibott's user avatar
0 votes
0 answers
13 views

How to retrieve images from HERE API preserving geometry

I tried https://image.maps.hereapi.com/mia/v3/ to extract images and I did successfully but they always come in the fashion (I guess) base64 format with no geometry. I'm a newbie in the use of apis so ...
Luis Armando Amador Durán's user avatar
0 votes
2 answers
54 views

Coordinates of an NetCDF file comes flipped out

I have created a new variable called 'temperature' that represents the temperature gradient to detect oceanic thermal fronts. One issue I encounter when plotting this variable is that the terrestrial ...
Lola Riesgo Torres's user avatar
0 votes
1 answer
64 views

How to evaluate the color in a pyplot image at a given point?

Is there a method in Python to evaluate the color in a graph that I made with pyplot? I plotted some F1 circuits in pyplot like this: yellow circuit on grey background Next up in my project is to ...
Tuur Vanlerberghe's user avatar
0 votes
0 answers
29 views

PHP Calculation of area between coordinates fails for non-square rectangles in WGS84 CRS

I have a PHP function designed to calculate the area between two coordinates using the WGS84 Coordinate Reference System (CRS). The function works correctly when the rectangle formed by the ...
Robert Blasco Villarroya's user avatar

15 30 50 per page
1
2 3 4 5
456