Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Install and Use Google Earth Pro on Windows

Google Earth Pro is a powerful tool that allows users to explore the globe with rich geographical content, satellite imagery, and 3D buildings. It is particularly useful for researchers, educators, and anyone interested in geography and spatial data. This article will guide you through the process of installing and using Google Earth Pro on a Windows environment, ensuring you can leverage its full capabilities on your system.


Examples:


Step 1: Download Google Earth Pro


1. Open your web browser and go to the Google Earth Pro download page.
2. Click on the "Download Earth Pro on desktop" button.
3. Once the download is complete, locate the installer file (e.g., GoogleEarthProSetup.exe) in your Downloads folder.


Step 2: Install Google Earth Pro


1. Double-click on the GoogleEarthProSetup.exe file to start the installation process.
2. Follow the on-screen instructions to complete the installation. You may need to accept the license agreement and choose the installation directory.
3. Once the installation is complete, you can launch Google Earth Pro from the Start menu or desktop shortcut.


Step 3: Basic Usage of Google Earth Pro


1. Open Google Earth Pro by clicking on its icon.
2. Use the search bar to find specific locations by entering an address, city, or landmark.
3. Navigate the map using the mouse or navigation controls to zoom in/out, rotate, and tilt the view.
4. Use the toolbar to access features like measuring distances, creating placemarks, and importing GIS data.


Step 4: Running Google Earth Pro via Command Line (CMD)


While Google Earth Pro is primarily a graphical application, you can launch it via the Command Prompt for automation or scripting purposes.


1. Open Command Prompt by typing cmd in the Windows search bar and pressing Enter.
2. Navigate to the directory where Google Earth Pro is installed. By default, it is usually located in C:\Program Files\Google\Google Earth Pro\client.


    cd "C:\Program Files\Google\Google Earth Pro\client"

3. Launch Google Earth Pro by typing the following command:


    googleearth.exe

Step 5: Automating Tasks with PowerShell


You can also use PowerShell to automate tasks in Google Earth Pro, such as launching the application or opening specific KML files.


1. Open PowerShell by typing powershell in the Windows search bar and pressing Enter.
2. To launch Google Earth Pro, use the following command:


    Start-Process "C:\Program Files\Google\Google Earth Pro\client\googleearth.exe"

3. To open a specific KML file, you can modify the command as follows:


    Start-Process "C:\Program Files\Google\Google Earth Pro\client\googleearth.exe" -ArgumentList "C:\path\to\your\file.kml"

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.