Skip to content

Instantly share code, notes, and snippets.

View aspose-gis-gists's full-sized avatar

aspose-gis-gists

View GitHub Profile
@aspose-gis-gists
aspose-gis-gists / Geospatial-Data-Visualization.cs
Last active February 17, 2024 12:56
Geospatial Data Visualization in C#
using Aspose.Gis;
using Aspose.Gis.Geometries;
namespace Aspose.GIS
{
class GPXViewer
{
// Geospatial Data Visualization in C#
static void Main(string[] args)
{
// Define the directory address
@aspose-gis-gists
aspose-gis-gists / Convert-GPX-to-JSON.cs
Last active February 14, 2024 14:18
Convert GPX to JSON in C#
using Aspose.Gis;
namespace Aspose.GIS
{
class GPStoJSON
{
// Convert GPX to JSON in C# - GPX File Converter
static void Main(string[] args)
{
// Define the directory address
string dataDir = "/sample-files/";
@aspose-gis-gists
aspose-gis-gists / convert-shp-to-kml.md
Created October 19, 2023 05:26
Convert SHP to KML Online | Convert SHP File to KML