Convertir De Kmz A Dwg !new! Here
From the Sky to the Plan: How to Convert KMZ to DWG Without Losing Your Mind
We have all been there. A client sends a vague sketch of a property, or you need the existing topography for a site plan. So, you fire up Google Earth, trace the perimeter, and export a neat little KMZ file.
But then reality hits. You open AutoCAD, try to drag the file in, and... nothing happens.
KMZ (Google Earth) and DWG (AutoCAD) speak completely different languages. One speaks latitude/longitude (geographic coordinates); the other speaks feet/meters (Cartesian coordinates). Bridging this gap isn't just about changing a file extension—it requires translation. Convertir De Kmz A Dwg
Here is the definitive guide to convertir de KMZ a DWG cleanly and accurately.
1. The Hook (Why this matters)
"You just found the perfect terrain model on Google Earth. The client sent you a polygon of the property via WhatsApp in a KMZ file. Now you need to draft it in AutoCAD... but when you open the file, you get a bunch of garbled code or an empty screen." From the Sky to the Plan: How to
The truth: KMZ (Google Earth) speaks a different language (Lat/Long, KML) than DWG (Cartesian X,Y). You cannot simply rename the file. You need a translator.
Ejemplos de comandos (ejemplo práctico)
- Usando ogr2ogr para convertir KML a DXF y reproyectar a UTM zona 30N (EPSG:32630):
ogr2ogr -f "DXF" salida.dxf entrada.kml -t_srs EPSG:32630 - En QGIS: Cargar capa KML → Clic derecho → Exportar → Guardar como → Formato "Autodesk DXF" → Seleccionar CRS de destino → Guardar.
Herramientas y métodos (resumen práctico)
- Gratis/Open source:
- QGIS: abrir KML/KMZ, reproyectar, exportar a DXF (Vector > Exportar > Save Features As…).
- GDAL/OGR: comando ejemplo para convertir y reproyectar:
ogr2ogr -f "DXF" salida.dxf entrada.kml -t_srs EPSG:XXXX - Otras utilidades: GPSBabel (para ciertos tipos), Google Earth Pro (exportar KML pero no DWG directo).
- Comerciales/propietarias:
- AutoCAD Map 3D: importación directa de KML/KMZ y reproyección a DWG.
- FME (Safe Software): flujo más robusto para transformar y preservar atributos.
- Convertidores en línea: útiles para archivos simples, pero revisar privacidad y límites de tamaño.
Paso 2: Verificar el Sistema de Coordenadas (CRS)
- Haga clic derecho sobre la capa > Propiedades > Sistema de Referencia de Coordenadas.
- El KMZ originalmente usa WGS 84 (EPSG:4326). Para AutoCAD, debe transformarlo a un sistema proyectado como UTM (ej. EPSG:32616 para huso 16 Norte).
Blog Post: Convertir de KMZ a DWG (The Right Way)
Suggested Title: De Google Earth a AutoCAD: Cómo convertir KMZ a DWG sin perder la cabeza (ni las coordenadas) "You just found the perfect terrain model on Google Earth
Target Audience: Civil engineers, architects, land surveyors, urban planners.
Paso 1: Importar el KMZ a QGIS
- Abra QGIS y vaya a Capa > Agregar capa > Agregar capa de vectores.
- Seleccione "Todos los archivos" y elija su archivo .kmz (QGIS lo leerá automáticamente).
Paso 4: Abrir en AutoCAD y convertir a DWG
- Abra AutoCAD.
- Comando OPEN -> seleccione archivo .DXF.
- Una vez abierto, use el comando SAVEAS y elija formato .DWG.
Ventaja de QGIS: Conserva las coordenadas reales del terreno. Podrá medir distancias reales en AutoCAD.