xavierfischer
NuGet publisher profile
Packages (20)
GeoJSON.Net
.Net types for the GeoJSON RFC to be used with Json.Net
GeoJSON.Text
.Net types for the GeoJSON RFC to be used with System.Text.Json
GeoJSON.Net.Contrib.Wkb
Provides GeoJSON.Net Converters from / to Wkb binary format.
GeoJSON.Net.Contrib.MsSqlSpatial
Provides GeoJSON.Net Converters from / to the MS SQL Spatial types.
GeoJSON.Net.Contrib.EntityFramework
Provides GeoJSON.Net Converters from / to the EntityFramework Spatial types.
SqlServerSpatial.Toolkit
This package contains a SpatialTrace that enables geometry tracing within the code, and a visualizer to review traces, and debugger visualizers for SqlGeometry and SqlGeography types.
NetTopologySuite.Diagnostics.Tracing
Spatial trace for NetTopologySuite
SketchFabApi.Net
Unofficial .Net Core API for Skecthfab Data API
DEM.Net.Extension.VisualTopo
VisualTopo extension for DEM.Net
DEM.Net.Extension.Osm
OpenStreetMap extension for DEM.Net
pg_protoexport.core
Core library for pg_protoexport: domain models, PostgreSQL wire-protocol message parsing, protocol-state projection, and the format-agnostic export contract. Reading .pcap/.pcapng files and live capture live in pg_protoexport.capture.
pg_protoexport.cli.abstractions
Shared CLI and exporter contracts for pg_protoexport (IExporterCliModule, ExportApp, ExportSettings) used to self-register exporters with the CLI host.
pg_protoexport.export.mermaid
Mermaid exporter for pg_protoexport: emits Markdown with embedded Mermaid sequence and packet diagrams of PostgreSQL wire-protocol captures.
pg_protoexport.export.latex
LaTeX exporter for pg_protoexport: renders PostgreSQL wire-protocol messages as bytefield diagrams via T4 templates.
pg_protoexport.export.plantuml
PlantUML exporter for pg_protoexport: emits Markdown with embedded PlantUML sequence (@startuml) and per-packet field-tree (@startjson) diagrams of PostgreSQL wire-protocol captures.
pg_protoexport.export.ascii
ASCII-art exporter for pg_protoexport: renders each parsed PostgreSQL wire-protocol field as a labelled, content-sized box.
pg_protoexport.export.html
HTML "guided reading" report exporter for pg_protoexport: one self-contained, annotated document per PostgreSQL wire-protocol capture with embedded Mermaid diagrams.
pg_protoexport.export.pqtrace
PQTrace exporter for pg_protoexport: writes tab-separated text output similar to PostgreSQL's libpq PQtrace for wire-protocol captures.
pg_protoexport
CLI that turns PostgreSQL wire-protocol network captures (.pcap/.pcapng) into LaTeX, Mermaid, PlantUML, ASCII, PQTrace and guided-HTML documentation; can also record live captures.
pg_protoexport.capture
Capture I/O for pg_protoexport: reads .pcap/.pcapng files and performs in-process live capture via SharpPcap. Split out of pg_protoexport.core so the parsing/export libraries carry no SharpPcap (libpcap/Npcap) dependency.