Skip to content
forked from iTowns/itowns

iTowns 2 is the next generation of iTowns, a JS/WebGL framework for 3D geospatial data visualization

License

Notifications You must be signed in to change notification settings

NikoSaul/itowns2

This branch is 1058 commits ahead of, 3273 commits behind iTowns/itowns:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 4, 2016
Jan 25, 2017
May 3, 2017
May 4, 2017
May 3, 2017
Feb 27, 2017
Feb 22, 2016
Feb 17, 2017
Jan 19, 2017
Feb 27, 2017
Nov 17, 2016
Jul 6, 2016
Feb 3, 2016
Feb 4, 2016
Jul 7, 2016
Feb 17, 2017
Jul 7, 2016
Mar 3, 2017
Feb 4, 2016
Feb 17, 2017
Jul 10, 2016
Apr 28, 2017
Apr 10, 2017
Feb 27, 2017
Mar 3, 2017

Repository files navigation

iTowns V2

What is it?

iTowns is a web framework written in Javascript/WebGL for visualisation of 3D geographic data allowing precise measurements in 3D. Its first purpose was the visualisation of street view images and terrestrial lidar point cloud. It has then been extended to handle more data types.

The V2 of iTowns Open Source is a refactoring of iTowns V1

This version includes a globe visualization mode.

iTowns screenshot

How to use Itowns in your project

You can use it through npm (the preferred way) or download a bundle from our github release page.

With NPM

In your project:

npm install --save itowns

This package contains the ES5-compatible sources of Itowns.

If you're using a module bundler (like wepback), you can directly require('itowns') in your code.

Alternatively, we provide a bundle you can directly include in your html files that exposes itowns in window:

<script src="node_modules/itowns/dist/itowns.js"></script>

/!\ Please note that this bundle also contains the dependencies.

From a release bundle

See our release page (coming soon).

Supported data types

  • Aerial photography
  • DTM
  • Buildings

API documentation and demo

You can find an API documentation here [http://www.itowns-project.org/itowns2/API_Doc/]

If you want to play with a demonstration, please see [http://www.itowns-project.org/itowns2/]

In Progress

  • Coding main classes
  • Documentation
  • Tutorial / Examples

Latest changes can be found in CHANGES.md

Licence

iTowns V2 is dual-licenced under Cecill-B V1.0 and MIT. Incorporated libraries are published under their original licences.

See LICENSE.md for more information.

Contributors

iTowns has received contributions from people listed in CONTRIBUTORS.md. If you are interested in contributing to iTowns, please read CONTRIBUTING.md.

Support

iTowns is an original work from French IGN, MATIS research laboratory. It has been funded through various research programs involving the French National Research Agency, Cap Digital, UPMC, Mines ParisTec, CNRS, LCPC.

iTowns is currently maintained by IGN ( http://www.ign.fr ) and Oslandia ( http://www.oslandia.com )

IGN Logo Oslandia Logo

About

iTowns 2 is the next generation of iTowns, a JS/WebGL framework for 3D geospatial data visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.4%
  • GLSL 23.8%
  • Other 0.8%