VL.GIS
0.0.4
dotnet add package VL.GIS --version 0.0.4
NuGet\Install-Package VL.GIS -Version 0.0.4
<PackageReference Include="VL.GIS" Version="0.0.4" />
<PackageVersion Include="VL.GIS" Version="0.0.4" />
<PackageReference Include="VL.GIS" />
paket add VL.GIS --version 0.0.4
#r "nuget: VL.GIS, 0.0.4"
#:package VL.GIS@0.0.4
#addin nuget:?package=VL.GIS&version=0.0.4
#tool nuget:?package=VL.GIS&version=0.0.4
Geographic Information System (GIS) library for vvvv gamma.
Provides nodes for:
- Geometry: create and manipulate Points, Lines, Polygons (NetTopologySuite)
- Projection: reproject coordinates between CRS (ProjNet, EPSG:4326, EPSG:3857, UTM)
- Serialization: parse/write WKT, WKB, GeoJSON
- Tiles: fetch map tiles from OSM, WMTS, XYZ sources (BruTile)
- 3D Stride: coordinate conversion, polygon tessellation, heightmap/terrain helpers
Built for vvvv gamma 7.0 / .NET 8.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- BruTile (>= 6.0.0)
- NetTopologySuite (>= 2.6.0)
- NetTopologySuite.IO.GeoJSON (>= 3.0.0)
- ProjNet (>= 2.1.0)
- System.Reactive (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.0.4 - Fix VL.GIS.vl: rewrite with correct vvvv gamma schema (NugetDependency + Location attrs)
0.0.3 - Fix VL.GIS.vl: remove invalid MainPatch element that crashed vvvv deserializer
0.0.2 - Remove BruTile.MbTiles dependency (pre-release sqlite-net-base conflict)
0.0.1 - Initial release (Phase 1 MVP):
- Core geometry nodes via NetTopologySuite 2.6.0
- Coordinate reprojection via ProjNet 2.1.0
- Map tile fetching via BruTile 6.0.0
- 3D Stride helpers: CoordinateConverter, GeometryTessellator, ElevationNodes