This article introduces the launch of Google Earth Engine FeatureView assets, a new data type for rapid rendering of vector datasets with pre-computed map tiles. Read more here.
- Calculating form values using ArcGIS Arcade is a powerful feature in ArcGIS Field Maps. This blog post provides copy-paste examples to get you started with calculated expressions.
- The 'Zoom to selected features' is a familiar functionality for ArcGIS and QGIS users. This post guides you through the steps required to build such a button in R Shiny using DT and leaflet packages.
- This video shows you how to use the STAC API Browser Plugin in QGIS to search for Sentinel-2 or Landsat images for an AOI and load the images as Cloud Optimized GeoTIFFs (COGs).
- Check out these resources by USGS explaining how different bands, or channels, of Landsat satellites can be useful for certain use-cases.
- Satellighte is a Python image classification library with a purpose to establish a light structure to classify satellite images, but to obtain robust results.
- Learn how to interact with all the functionality from WhiteboxTools by accessing their Python API. Create stand-alone geospatial applications and workflow automation scripts.
- Check out this geospatial Python programming course where each lesson is an interactive notebook. It starts from the very basics and introduces the student to GeoPandas, OSMnx, PyQGIS, and more.
- This article explains how to train a segmentation model for classifying the use of cropland, based on a land cover dataset for South America.
- This post demonstrates using the PostGIS extension pgRouting, which allows routing on dynamically generated graphs. Check here for a simple and practical example of backing a web map with pgRouting.