Edit

Share via


Deploy a GeoCatalog resource

This article guides the reader through the process of deploying a GeoCatalog resource. The GeoCatalog resource is the top-level container for Geospatial data stored using Microsoft Planetary Computer Pro. Once a GeoCatalog resource is deployed, the user can begin to ingest geospatial data into Planetary Computer Pro. Geospatial data stored in a GeoCatalog is indexed, queried, and retrieved using the SpatioTemporal Access Catalog (STAC) open-standard. For more information on STAC, see STAC overview.

Prerequisites

Methods

This article describes two methods for deploying an Planetary Computer Pro GeoCatalog:

  • Using the Azure portal.
  • Using the Azure REST API.

Deploy GeoCatalog with the Azure portal

  1. Navigate to the Azure portal

  2. Find the GeoCatalogs resource type use the Azure portal search bar at the top of the page; select "GeoCatalogs" from under the list of Services.

    Screenshot of searching for GeoCatalogs in the Azure portal.

  3. Start the GeoCatalog creation process by either 1) selecting the Create button at the top left of the screen, or 2) selecting the Create geo catalog button in the lower center of the screen. The Create geocatalog button doesn't appear if you have one or more existing GeoCatalogs.

    Screenshot of the Create GeoCatalog button in the Azure portal.

  4. From the "Basics" tab of the "Create GeoCatalog Resource" workflow, select the Subscription and Resource Group to which you would like to deploy your GeoCatalog. Provide a unique Name for your GeoCatalog resource, and select the Azure Region you wish to deploy into. Select "Next" to proceed to the next tab.

    Note

    We support deployment to the following regions in Preview:

    • East US
    • North Central US
    • West Europe
    • Canada Central

    Screenshot of the Basics tab in the Create GeoCatalog Resource workflow.

  5. From the "Networking" tab, select your networking options. Select "Next" to proceed to the next tab.

    Note

    Only Enable public access from all networks option is supported in Preview.

    Screenshot of the Networking tab in the Create GeoCatalog Resource workflow.

  6. From the "Tags" tab, add any desired Tags to your new GeoCatalog resource. Tags are optional; refer to Naming and Tagging Best Practices for guidance on how to use Azure Tags. Select "Next" to proceed to the next tab.

    Screenshot of the Tags tab in the Create GeoCatalog Resource workflow.

  7. From the "Review and create" tab, review selections made in the previous step. Make necessary corrections in previous sections by selecting the Previous button at the bottom of the page. You can also directly navigate to a tab in the workflow by selecting on that tab's name. Once you're satisfied with your settings and selections, select the Create button.

    Screenshot of the Review and create tab in the Create GeoCatalog Resource workflow.

  8. You see a "Deployment is in progress" page while you wait for your GeoCatalog deployment to complete. This process can take 10 or more minutes. The "Status" of the resource deployment shows "Created" even before the deployment is complete.

    Screenshot of the Deployment is in progress page in the Azure portal.

  9. The deployment page updates to "Your deployment is complete" when the deployment finishes. You can select "Go to resource" to navigate directly to your newly created GeoCatalog resource.

    Screenshot of the Your deployment is complete page in the Azure portal.

Next Steps