Questions tagged [xyz]

The XYZ file format is a chemical file format. There is no formal standard and several variations exist, but a typical XYZ format specifies the molecule geometry by giving the number of atoms with Cartesian coordinates that will be read on the first line, a comment on the second, and the lines of atomic coordinates in the following lines.

The XYZ file format is a chemical file format. There is no formal standard and several variations exist. See the Wikipedia article on the XYZ file format for more information.

51 questions
0
votes
0 answers

R: Convert time series xyz to raster

I have a time series dt (time, lat, value) composed of 204 rows and 19 columns. I would like to plot my time series as raster plot using the raster and oceanmap packages. I am trying to convert the data frame to raster but with some problems Here my…
Strobila
  • 317
  • 3
  • 15
0
votes
1 answer

How can i check if a Vector3 (x,y,z) is between 2 other Vector3's in Java?

I want to make a protection plugin for a Minecraft server software and I want to work with Vector3. I want to check if a Vector3 is between 2 Positions (Vector3). The Vector3 has got the values: x, y, and z. How can I check now if a Vector is…
Schdow
  • 45
  • 1
  • 4
-1
votes
2 answers

is there a R function to group data when they have less than X% of difference on their X, Y and Z values?

Good evening to you all, I'm trying to group data according to their values on 3 columns together. I would like to group rows that have X, Y and Z coordinates that are less than 12% different from each other. In other words, for each observation, I…
Sarasasa
  • 9
  • 3
-1
votes
1 answer

WebGL Question: Trying to make 3d object. What am I doing wrong?

I've tried changing the z in the vertices to a different number but it looks the same as when it has 0. I am a visual learner so any example or visual explanation will be greatly appreciated. Without changes: const vertices2 = [0, .4, 0, …
Mah Noor
  • 1
  • 1
-1
votes
2 answers

Modify Z Value in XYZ coordinate file

I have file containing random x,y,z coordinates. I am trying to write some code to insert a "-"(negative figure) in front of the z value (therefore giving me a negative elevation). the problem is, I am saving the file as a .csv, unfortunately this…
N P
  • 1
  • 1
-2
votes
1 answer

XYZ and arcgis Esri in openlayers 6

Does anybody know what parameters are required to use this source in openlayers 6 XYZ layer with projection EPSG:4326 https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x} thanks
1 2 3
4