Releases: dbech/path-profile
Releases · dbech/path-profile
Path Profile 0.1.1
Patch release fixing Windows packaged raster startup.
- Includes the full runtime dependency closure for the packaged
gdal-asyncworker. - Adds release-time smoke checks so missing GDAL/worker dependencies fail the build.
- Bumps the desktop app version to 0.1.1.
Validation:
bun run checkbun run test:unitbun run dist:win- Packaged runtime
require('gdal-async') - Packaged raster worker startup
Path Profile v0.1.0
First release of Path Profile, an Electron desktop app for loading DEM GeoTIFF rasters, drawing a path over the DEM, and generating an elevation profile along that path.
Install
Download Path-Profile-Setup-0.1.0-win-x64.exe below and run it. The installer lets you choose the install location and creates Start menu and desktop shortcuts.
The installer is not code-signed, so Windows SmartScreen will warn on first run — click "More info" then "Run anyway" to proceed.
Highlights
- DEM GeoTIFF rendering with adjustable color controls
- Path drawing tool over the DEM
- Sampled elevation profile chart and table with hover-linked map cursor
- CSV export of profile samples
- Optional, no-key public basemaps (OSM, Esri, Wikimedia) reprojected on the fly
Usage
- Launch Path Profile from the Start menu.
- File > Open DEM... — select one or more DEM GeoTIFF files.
- Use the floating map controls to choose DEM styling and start the path tool.
- View > Basemap — pick the background basemap (optional).
- Draw a path over the DEM, then save it to generate the elevation profile.
- File > Export Profile CSV to export sampled values.
Notes
- Windows x64 only in this release.
- Supported input is GeoTIFF DEM-like raster data.
- Public basemaps are for interactive viewing only; the app does not bulk-download or cache tiles for offline use.