National Centre of Earth Observation
CEDA is the Centre for Enviromental Data Analysis
- The CEDA Archive on JASMIN is the largest EO data archive in the UK
National Centre of Earth Observation
CEDA is the Centre for Enviromental Data Analysis
Session recording available at https://aka.ms/PBICommunityHub
Solution Architecture and Integration - General
Geospatial Data on the front-end with Azure Maps
Large Scale Vector Analytics with Esri GeoAnalytics Engine
Thanks to https://sebastianwallkoetter.wordpress.com/2022/01/30/copy-github-folders-using-python/ for a solutuion to get hold of code from github when github integration is not available.
Adapting to add full recursion below:
import fsspec
from pathlib import Path
(Ref: https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-environment#yaml-syntax)
The environment item in an AzureML cli v2 job specification yml file can leverage an AzureML curated environment directly, referenced as follows:
environment: azureml:AzureML-pytorch-1.10-ubuntu18.04-py38-cuda11-gpu@latest
A list of available curated environments can be found here, or from wtihin the environments tab in AzureML Studio.
Context: this question
The following commands can be exectuted from within the Data Explorer interface of an Azure Cosmos DB Gremlin API database resource, or from other gremlin consoles such as a local TinkerPop installation.
This can be in an empty graph, like that created when adding a graph in Azure Cosmos DB Gremlin API or added to an exsisting graph, like for example the 'modern' sample graph from the Tinkerpop Getting Started documentation.
g.addV("person").property("pk","pk").property("id","a").property("name","Alice")
g.addV("person").property("pk","p
# This terraform spec provisions | |
# - Azure resource group | |
# - Azure Cosmos DB Account (SQL API, Analytics Storage enabled) | |
# - Azure Log Analytics Workspace | |
# - Diagnostic Setting that sends Cosmos DB logs to the Log Analytics Workspace | |
# - A Cosmos database in the account (SQL API document db) | |
# - A container in the database, with throughput and indexing configurations | |
# Set up terraform (basic example, local backend) | |
terraform { |