SQL Spatial – OSGeo Project, QGIS, and GDAL

The Open Source Geospatial Foundation (OSGeo) is a not-for-profit organization whose mission is to foster global adoption of open geospatial technology by being an inclusive software foundation devoted to an open philosophy and participatory community driven development. ~ https://www.osgeo.org/about/ There are a number of projects that have joined OSGeo Community or have been through the …

Continue reading SQL Spatial – OSGeo Project, QGIS, and GDAL

SQL Spatial – Open Geospatial Consortium

Code for this post can be found in the SQL Spatial project in GitHub. "The Open Geospatial Consortium (OGC) is an international not for profit organization committed to making quality open standards for the global geospatial community. These standards are made through a consensus process and are freely available for anyone to use to improve …

Continue reading SQL Spatial – Open Geospatial Consortium

SQL Spatial – Creating spatial data from scratch

In this blog series we will dig into spatial data available in SQL Server. This second post will be creating spatial data manually. The three base objects will be reviewed and see different examples of queries. Let’s start by opening up SSMS and connecting to a SQL Server instance that is 2008 or higher. Spatial …

Continue reading SQL Spatial – Creating spatial data from scratch

Azure Databricks and Lambda Architecture

To get started with Microsoft Azure Databricks, log into your Azure portal. If you do not have an Azure subscription, create a free account before you begin. Another great way to get started with Databricks is a free notebook environment with a micro-cluster called Community Edition. Nathan Marz coined the term Lambda Architecture (LA) while working …

Continue reading Azure Databricks and Lambda Architecture

Azure Databricks Libraries

To get started with Microsoft Azure Databricks, log into your Azure portal. If you do not have an Azure subscription, create a free account before you begin. To view previous posts please visit the following: What is Azure Databricks? Getting started with Azure Databricks Creating Azure Databricks Clusters Azure Databricks – Workloads Libraries Azure Databricks libraries allow …

Continue reading Azure Databricks Libraries

Apache Spark’s History

Spark Introduction Spark is an open-source lightning-fast unified analytics engine for large-scale data processing. The foundation of Spark is designed on resilient distributed dataset (RDD) which is a read-only dataset distributed over a cluster of machines. RDDs are fault tolerant meaning Spark will not crash if one or more failures occurs during processing. Spark requires …

Continue reading Apache Spark’s History

Azure Databricks – Jobs

To get started with Microsoft Azure Databricks, log into your Azure portal. If you do not have an Azure subscription, create a free account before you begin. To view previous posts please visit the following: What is Azure Databricks Getting started with Azure Databricks Creating Azure Databricks Clusters Azure Databricks Workloads Azure Databricks Jobs Jobs allow us …

Continue reading Azure Databricks – Jobs