Convertir listado de coordenadas.

classic Clásica list Lista threaded En Árbol
4 mensajes Opciones
Ramón J. Ramón J.
Responder | En Árbol
Abrir este mensaje con la vista en árbol
|

Convertir listado de coordenadas.

Buenas, Alguien sabría de algún complemento en QGIS que transforme un listado de coordenadas que están en la proyección ED50 y huso 29N a ETRS89 y 30N? He probado coordinator, lat log y coorventer y el interfaz parece que no acepta más de una coordenada a la vez. He probado con algún conversor online, pero el único que acepta listado, no las convierte realmente. Alguna idea? Gracias
Culebras Culebras
Responder | En Árbol
Abrir este mensaje con la vista en árbol
|

Re: Convertir listado de coordenadas.

Using the so trendy nowadays AI tools, let's try a couple of them:

Input:
How to convert a list of coordinates in the projection ED50 29N to the projection ETRS89 30N using QGIS software?
Output (using Azure OpenAI -- gpt-35-turbo):
To convert a list of coordinates from the ED50 29N projection to the ETRS89 30N projection using QGIS software, you can follow these steps:

1. Open QGIS software and load the layer containing the coordinates in the ED50 29N projection.

2. Make sure the Coordinate Reference System (CRS) of the layer is set correctly. To do this, right-click on the layer in the Layers panel and select "Properties."

3. In the Layer Properties window, go to the "Source" tab and check the CRS. If it is not set to ED50 29N, click on the "Change" button and select the correct CRS.

4. Once the CRS is set correctly, right-click on the layer again and select "Save As."

5. In the Save As window, choose the format and filename for the new layer.

6. In the CRS section, click on the "Browse" button next to the "CRS" field.

7. In the Coordinate Reference System Selector window, search for "ETRS89 30N" and select it from the list.

8. Click on the "OK" button to close the Coordinate Reference System Selector window.

9. Back in the Save As window, click on the "OK" button to start the conversion process.

10. QGIS will create a new layer with the coordinates converted to the ETRS89 30N projection.

You can now use the newly created layer with the ETRS89 30N projection for further analysis or visualization in QGIS.
Output (using Azure OpenAI -- gpt-4-32k):
To convert a list of coordinates from one projection to another in QGIS, you'll need to reproject your data. Here are the steps to do this:

1. Load your data into QGIS: Click on the `Layer` menu -> `Add Layer` -> `Add Delimited Text Layer` (if your data is in CSV or similar format), or use the appropriate option for your data format.

2. Set the coordinate reference system (CRS) for your layer: Once your data is loaded, right-click on the layer in the Layers panel -> `Set CRS` -> `Set Layer CRS`. You'll need to choose the correct CRS for your data. In your case, it would be ED50 / UTM zone 29N (EPSG:23029).

3. Reproject your data: Now that your data is in QGIS and the correct original CRS has been set, you can reproject it. To do this, right-click on your layer in the Layers panel -> `Export` -> `Save Features As`. In the dialog box that appears, you'll need to select the output format you want (e.g., GeoJSON, CSV, etc.), give your output file a name and location, and, most importantly, set the CRS. In your case, you'll want ETRS89 / UTM zone 30N (EPSG:25830).

4. Click `OK` to perform the reprojection. Your new, reprojected layer should now appear in your Layers panel.

Remember, the key to successful reprojection is knowing the correct CRS of your original data and the CRS you want to reproject it to. If your original data doesn't have a CRS, or it's incorrect, the reprojection won't work as expected.

This is a basic guide, and your process may vary slightly depending on the specifics of your data and what you want to do with it. QGIS is a powerful tool with many options, so it's worth taking the time to explore and understand its capabilities.
Output (using Default GPT-3.5 free edition):
To convert a list of coordinates from the ED50 29N projection to the ETRS89 30N projection using QGIS software, you can follow these steps:

1. Open QGIS:
   - Launch QGIS on your computer if you haven't already.

2. Load your Data:
   - Make sure your list of coordinates in ED50 29N projection is in a format that QGIS can read. You can create a CSV file with columns for latitude and longitude, or use another supported format.

3. Set the Project CRS:
   - Before you start converting coordinates, set the project's coordinate reference system (CRS) to ETRS89 30N to ensure that your converted coordinates will be displayed correctly.
     - Go to "Project" in the menu bar.
     - Select "Properties."
     - In the "Project Properties" window, go to the "CRS" tab.
     - In the "Filter" box, type "ETRS89 30N" to search for the desired CRS.
     - Select "ETRS89 / UTM zone 30N" or the appropriate ETRS89 30N CRS from the list.
     - Click "OK" to set the project CRS.

4. Add Your Data:
   - Add your list of coordinates to the QGIS project:
     - Go to "Layer" in the menu bar.
     - Select "Add Layer" and choose the appropriate option depending on your data format (e.g., "Add Delimited Text Layer" for a CSV file).
     - Browse to your data file and select it.
     - In the "Delimited Text" dialog, specify the delimiter and the CRS of your source data (ED50 29N) if it's not automatically detected.
     - Click "Add."

5. Reproject Your Data:
   - Now that your data is added to the project, you'll need to reproject it to ETRS89 30N:
     - Right-click on the layer representing your data in the Layers Panel.
     - Select "Export" > "Save Features As..."
     - In the "Save Vector Layer As" dialog:
       - Choose a location and name for the output file.
       - Under "CRS," select "Selected CRS" and click the "Browse" button to search for and select the "ETRS89 / UTM zone 30N" CRS.
       - Configure any other settings as needed (e.g., file format, field mapping).
       - Click "OK" to start the reprojection process.

6. Verify the Reprojected Data:
   - Once the reprojection is complete, the new layer will be added to your project in the ETRS89 30N projection.
   - You can visually inspect the data to ensure it is displayed correctly in the new projection.

That's it! You've successfully converted a list of coordinates from ED50 29N to ETRS89 30N using QGIS. Make sure to save your project and the converted data if needed.
CULEBRAS GIS
Ramón J. Ramón J.
Responder | En Árbol
Abrir este mensaje con la vista en árbol
|

Re: Convertir listado de coordenadas.

Thanks Culebras! I have tried the three options, but still the new coordenates are in the same format, I mean, the numbers have no changed, so I think it is going to be continue trying different options till reach it. Anyway, thanks again for the help.
Culebras Culebras
Responder | En Árbol
Abrir este mensaje con la vista en árbol
|

Re: Convertir listado de coordenadas.

El proceso descrito más arriba sólo reproyecta la capa al nuevo huso con que la guardas al final. Pero las coordenadas X e Y que tuvieses en la tabla asociada no cambian hasta que las vuelvas a calcular.
CULEBRAS GIS