Skip to content
/ Weave Public
forked from WeaveTeam/Weave

Weave (Web-based Analysis and Visualization Environment)

Notifications You must be signed in to change notification settings

adufilie/Weave

 
 

Repository files navigation

This repository is for Weave version 1.9.

The latest desktop version can be found under releases. Demo video here.

A live demo of the Flash version can be found here.

Weave supports integration from multiple data sources including: CSV, GeoJSON, SHP/DBF, CKAN

Developer documentation can be found here

Components in this repository:

  • WeaveAPI: ActionScript interface classes.
  • WeaveCore: Core sessioning framework.
  • WeaveData: Data framework. Non-UI features.
  • WeaveUISpark: User interface classes (Spark components).
  • WeaveUI: User interface classes (Halo components).
  • WeaveClient: Flex application for Weave UI.
  • WeaveDesktop: Adobe AIR application front-end for Weave UI.
  • WeaveAdmin: Flex application for admin activities.
  • WeaveServletUtils: Back-end Java webapp libraries.
  • WeaveServices: Back-end Java webapp for Admin and Data server features.
  • GeometryStreamConverter: Java library for converting geometries into a streaming format. Binary included in WeaveServices/lib.
  • JTDS_SqlServerDriver: Java library for handling connections to Microsoft SQL Server. Binary included in WeaveServletUtils/lib.

The bare minimum you need to build Weave is Flex 4.5.1.A and Java EE.

To build the projects on the command line, use the build.xml Ant script. To create a ZIP file for deployment on another system (much like the nightlies,) use the dist target.

See install-linux.md for detailed linux install instructions.

Weave is distributed under the MPL-2.0 license.

About

Weave (Web-based Analysis and Visualization Environment)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ActionScript 48.9%
  • Java 38.1%
  • C 6.0%
  • HTML 4.4%
  • JavaScript 1.8%
  • C++ 0.3%
  • Other 0.5%