All Projects → kbaesler → Wave

kbaesler / Wave

Licence: MIT license
Wave is C# library extends the ArcGIS for Desktop and ArcFM Solution APIs in an effort to simplify customizing these products. The library has been designed to use extension methods to expose the features of the library.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Wave

terraformer-arcgis-parser
No description or website provided.
Stars: ✭ 30 (+130.77%)
Mutual labels:  arcgis, esri
Arcgis Osm Editor
ArcGIS Editor for OpenStreetMap is a toolset for GIS users to access and contribute to OpenStreetMap through their Desktop or Server environment.
Stars: ✭ 281 (+2061.54%)
Mutual labels:  arcgis, desktop
Browser Base
Modern and feature-rich web browser base based on Electron
Stars: ✭ 2,417 (+18492.31%)
Mutual labels:  extensions, desktop
Ramda Adjunct
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
Stars: ✭ 550 (+4130.77%)
Mutual labels:  utilities, extensions
Torchfunc
PyTorch functions and utilities to make your life easier
Stars: ✭ 177 (+1261.54%)
Mutual labels:  utilities, extensions
jsapi4x
ArcGIS Javascript API 4.x YouTube Series
Stars: ✭ 21 (+61.54%)
Mutual labels:  arcgis, esri
registrant
Python package used for generating HTML reports about the contents of Esri geodatabases.
Stars: ✭ 44 (+238.46%)
Mutual labels:  arcgis, esri
Ramda Extension
🤘Utility library for functional JavaScript. With ❤️ to Ramda.
Stars: ✭ 139 (+969.23%)
Mutual labels:  utilities, extensions
pyprt
Python bindings for the "Procedural Runtime" (PRT) of CityEngine by Esri.
Stars: ✭ 36 (+176.92%)
Mutual labels:  arcgis, esri
JimmysUnityUtilities
A bunch of code I like to have on hand while working in Unity
Stars: ✭ 93 (+615.38%)
Mutual labels:  utilities, extensions
angular2-esri-playground
Angular 2 & Esri 4
Stars: ✭ 30 (+130.77%)
Mutual labels:  arcgis, esri
wareki
Utility function for Japanese calender.
Stars: ✭ 23 (+76.92%)
Mutual labels:  utilities
iOS-UtiliKit
All the things you're tired of writing.
Stars: ✭ 21 (+61.54%)
Mutual labels:  utilities
type-predicates
A comprehensive collection of type-guards, type assertions and related utils
Stars: ✭ 44 (+238.46%)
Mutual labels:  utilities
MpressGUI
Graphical User Interface for Mpress
Stars: ✭ 19 (+46.15%)
Mutual labels:  desktop
SparrowKit
Collection of Swift-extensions to boost development process.
Stars: ✭ 83 (+538.46%)
Mutual labels:  extensions
daedalOS
Desktop environment in the browser.
Stars: ✭ 5,073 (+38923.08%)
Mutual labels:  desktop
sdfx
C# bindings for https://github.com/andlabs/libui targeting .NET Standard.
Stars: ✭ 31 (+138.46%)
Mutual labels:  desktop
swift-boilerplate
Clean Architecture for iOS projects (Swift + Programmatically UI + MVC + RxSwift + Auto Layout Visual Format + REST + JWT)
Stars: ✭ 14 (+7.69%)
Mutual labels:  extensions
AzureFunctions.Extensions
This provides some useful extensions for Azure Functions.
Stars: ✭ 81 (+523.08%)
Mutual labels:  extensions

Wave

Wave is C# library extends the ArcGIS for Desktop and ArcFM Solution APIs in an effort to simplify customizing these products. The library has been designed to use extension methods to expose the features of the library.

Documentation The documentation is located on the Wave GitHub Page

Wave Extensions for ArcGIS The package for the ArcGIS for Desktop extensions.

  • Wave Extensions for ArcGIS

Wave Extensions for ArcFM The package for the ArcFM Solution extensions.

  • Wave Extensions for ArcFM

Installation

You can download a release of the library using the Microsoft NuGet Package Manager within Visual Studio.

To install Wave Extensions for ArcGIS, run the following command in the Package Manager Console.

	PM> Install-Package Wave.Extensions.Esri

To install Wave Extensions for ArcFM, run the following command in the Package Manager Console.

	PM> Install-Package Wave.Extensions.Miner

The Wave.Extensions.Esri package features are included in the Wave.Extensions.Miner package, as the ArcFM Solution product is tightly coupled with the ArcGIS for Desktop product.

Requirements

  • ArcGIS for Desktop 10 (or higher)
  • ArcFM Solution 10 (or higher)
  • 3.5 SP 1 or 4.5 .NET Framework
  • Visual Studio 2010 (or higher)

Third Party Libraries

  • log4net 2.0.3
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].