New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 12:51, 7 May 2025Processing FIL Norway imagery (hist | edit) ‎[2,429 bytes]Mbu (talk | contribs) (Created page with "The biannual delivery of the FIL Norway ECW imagery dataset can be efficiently processed and converted to GeoPackage using the Python package filnorway_processor. This package will split the input according to a custom 15x15 km grid, and organize them by county. The output is stored as GeoPackages with WEBP compression. == Dependencies == * GDAL >= 3.8.0 (with ECW driver) The easiest way to get a Python environment where these dependencies are met, is to install the...") Tag: Visual edit
  • 15:53, 6 May 2025Draw object complete style set(GDK5) (hist | edit) ‎[21,288 bytes]Ths (talk | contribs) (Created page with "== Complete style set targeting draw object visual appearance == <source lang="xml"><?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?> <styleset name="Default"> <stylecategory name="DrawObjects"> <style><!-- Default values --> <valueitem name="SymbolScale" value="1.0"/> <valueitem name="ViewFontScale" value="1.0"/> <valueitem name="AlphaFactor" value="1.0"/> <valueitem name="ColorScheme" value="Medium"/>...")
  • 14:55, 24 April 2025Milsymbol SIDC (hist | edit) ‎[2,539 bytes]Tmd (talk | contribs) (Created page with "== Milsymbol SIDC Utility == The "SIDCUtils" class provides methods for updating the SIDC with standard identity, tactical status, amplifiers, headquarters/task force dummy. === Utility methods === <source lang="c#"> // Removes standard identity, tactcal status, amplifiers and headquarters/task force dummy from sidc, so that it can be used for lookup in GDK. string CleanSIDC(string sidc) // Check if sidc is APP6D sidc. bool IsSIDC(string sidc) // Update standard ident...") Tag: Visual edit: Switched
  • 14:01, 2 April 2025Draw object layer (hist | edit) ‎[2,624 bytes]Ths (talk | contribs) (Created page with "This page details the setup of the Maria DrawObjectLayer. == Example == <source lang="c#"> _drawObjectSystemFactory = new DrawObjectSystemFactory(_symbolRequestProcessor); _drawObjectCommon = _drawObjectSystemFactory.CommonResources; _drawObjectCommon.GeoObjectClientStores.ConnectToService(new Uri("http://localhost:5097")); var storeInfo = new StoreInfo() { Id = "InMemory", IsInProcessStore = true };...")
  • 14:38, 25 February 2025Application Setup (hist | edit) ‎[4,443 bytes]Ths (talk | contribs) (Created page with "== MariaApplication singleton == The TPG.GDK.Maria.Common.MariaApplication is a Singleton class which sets up some application wide properties and facilities, such as data paths and logging. This class need not be explicitly instantiated unless you have particular requirements for the input parameters. See the code doc for list of available constructor parameters. ## Application shutdown To ensure a clean shutdown you should call MariaApplication.Shutdown() before on...")