[iTowns-dev] iTowns-dev Digest, Vol 4, Issue 3

Alexandre Devaux Alexandre.Devaux at ign.fr
Tue Jul 12 03:33:24 PDT 2016


Hi all,

I worked mainly on MobileMappingLayer. Branch (https://github.com/iTowns/itowns2/tree/orientedImagesLayer)

Projective texturing with triangulation of building footprint now works good using same input files as itownsV1 (just added WGS84 coord for panometedata, json files at : https://github.com/iTowns/iTowns2-sample-data)


As it is:

- The MobileMappingLayer uses a PanoramicProvider which itself uses a BuildingBox_Provider and a ProjectiveTexturingMaterial.
- The BuildingBox_Provider uses a WFS_Provider itself using a ioDriver_JSON.

TODO:

- Delete CZML lib to use the best between THREEJS own triangulation or earcut
- Improve navigation control, Pause (tried freeze) tileProcess while in streetview
- Clean promise with polyfill(I think already done by Thomas).
- Make dynamic the loading of 3D mesh, can change easily the projection support


Alexandre
________________________________________
De : iTowns-dev [itowns-dev-bounces at lists.osgeo.org] de la part de itowns-dev-request at lists.osgeo.org [itowns-dev-request at lists.osgeo.org]
Date d'envoi : lundi 11 juillet 2016 21:00
À : itowns-dev at lists.osgeo.org
Objet : iTowns-dev Digest, Vol 4, Issue 3

Send iTowns-dev mailing list submissions to
        itowns-dev at lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.osgeo.org/mailman/listinfo/itowns-dev
or, via email, send a message with subject or body 'help' to
        itowns-dev-request at lists.osgeo.org

You can reach the person managing the list at
        itowns-dev-owner at lists.osgeo.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of iTowns-dev digest..."


Today's Topics:

   1. Codesprint - call for reports (Vincent Picavet (ml))
   2. Re: Codesprint - call for reports (Vincent Mora)
   3. Re: Codesprint - call for reports (Mathieu Bredif)


----------------------------------------------------------------------

Message: 1
Date: Mon, 11 Jul 2016 12:04:38 +0200
From: "Vincent Picavet (ml)" <vincent.ml at oslandia.com>
To: itowns-dev at lists.osgeo.org
Subject: [iTowns-dev] Codesprint - call for reports
Message-ID: <57836F36.8040609 at oslandia.com>
Content-Type: text/plain; charset=utf-8

Hi all,

First of all, thanks for your participation to the Codesprint.

For those who could not make it, we had a good 3-days session, hosted by
IGNfab, to work on iTowns.
The first day was dedicated to clear our development processes and
improve the way we use collaborative tools.

Thanks to Thomas for his git course.

For those who attended the event, it would be great if you can post to
this list a summary of what you worked on during the codesprint. If you
have illustrations of your work, send them too ! ( No attachment on the
list, I can provide access to an upload tool if needed, just ask me).

We will try to write a full summary of what has been done. This is
important for the project, to show its dynamism and progress.

If you took pictures during the sprint, please share them too.

And thank you to IGN for hosting us ( and the coffee !)

Given the boost it gives to the project, no doubt we will have another
codesprint, probably in Automn. Do not hesitate to bring up ideas on how
to improve the event !

Vincent


------------------------------

Message: 2
Date: Mon, 11 Jul 2016 12:49:12 +0200
From: Vincent Mora <vincent.mora at oslandia.com>
To: itowns-dev at lists.osgeo.org
Subject: Re: [iTowns-dev] Codesprint - call for reports
Message-ID: <578379A8.8070501 at oslandia.com>
Content-Type: text/plain; charset=utf-8

Hi,

here is my progresses during the sprint:

- fixed warnings and passed warnings as errors (PR #128 merged)

- reworked Thomas PR to homogenize "includes" (PR #131), this needs an
agreement by all (vote in PR) to decide which "include" style should be
used. PLEASE VOTE, such that we can move on.

- worked on testing with node and headless-gl (PR #142 and
wip_offscreen_test branch),
    - I was able to obtain the first image of the globe,
    - there are simple hooks to emulate document and window globals such
that events can be sent to the GlobeAPI.
    - the aim is to make tests that are repeatable and give us
confidence that the code works as expected without opening the browser
and manually testing (which will be less and and less practical as the
number of features

Cheers,

V.


Le 11/07/2016 12:04, Vincent Picavet (ml) a écrit :
> Hi all,
>
> First of all, thanks for your participation to the Codesprint.
>
> For those who could not make it, we had a good 3-days session, hosted by
> IGNfab, to work on iTowns.
> The first day was dedicated to clear our development processes and
> improve the way we use collaborative tools.
>
> Thanks to Thomas for his git course.
>
> For those who attended the event, it would be great if you can post to
> this list a summary of what you worked on during the codesprint. If you
> have illustrations of your work, send them too ! ( No attachment on the
> list, I can provide access to an upload tool if needed, just ask me).
>
> We will try to write a full summary of what has been done. This is
> important for the project, to show its dynamism and progress.
>
> If you took pictures during the sprint, please share them too.
>
> And thank you to IGN for hosting us ( and the coffee !)
>
> Given the boost it gives to the project, no doubt we will have another
> codesprint, probably in Automn. Do not hesitate to bring up ideas on how
> to improve the event !
>
> Vincent
> _______________________________________________
> iTowns-dev mailing list
> iTowns-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/itowns-dev



------------------------------

Message: 3
Date: Mon, 11 Jul 2016 15:18:45 +0000
From: Mathieu Bredif <Mathieu.Bredif at ign.fr>
To: "vincent.ml at oslandia.com" <vincent.ml at oslandia.com>,
        "itowns-dev at lists.osgeo.org" <itowns-dev at lists.osgeo.org>
Subject: Re: [iTowns-dev] Codesprint - call for reports
Message-ID: <A8DCD0AB42B2C64C973B1FF8AB1DA7869926641C at mailex2.ign.fr>
Content-Type: text/plain; charset="iso-8859-1"

Hi all,

I worked on issue #144 ( https://github.com/iTowns/itowns2/issues/144 ) relative to the metadata of oriented images used in immersive navigation/projective texturing. The goal was to generalize the camera calibration description so that the orientation metadata is more general, in relation to the LI3DS project (https://github.com/LI3DS).

For convenience, I worked in itowns v1. This resulted in the following branch, which is able to consume the camera calibration json provided in #144 :
https://github.com/iTowns/itowns/tree/transfo_list
This has the positive side effect of moving a number of coordinate change convention matrices from the itowns code base to the calibration file.

The trajectory transform is ignored for now in the itowns/transfo_list. A goal is to support heterogeneous setups (with multiple trajectories) where projective textures/panoramas would be used simultaneously and to support fixed textures (without trajectories)

Best
Mathieu

________________________________________
De : iTowns-dev [itowns-dev-bounces at lists.osgeo.org] de la part de Vincent Picavet (ml) [vincent.ml at oslandia.com]
Date d'envoi : lundi 11 juillet 2016 12:04
À : itowns-dev at lists.osgeo.org
Objet : [iTowns-dev] Codesprint - call for reports

Hi all,

First of all, thanks for your participation to the Codesprint.

For those who could not make it, we had a good 3-days session, hosted by
IGNfab, to work on iTowns.
The first day was dedicated to clear our development processes and
improve the way we use collaborative tools.

Thanks to Thomas for his git course.

For those who attended the event, it would be great if you can post to
this list a summary of what you worked on during the codesprint. If you
have illustrations of your work, send them too ! ( No attachment on the
list, I can provide access to an upload tool if needed, just ask me).

We will try to write a full summary of what has been done. This is
important for the project, to show its dynamism and progress.

If you took pictures during the sprint, please share them too.

And thank you to IGN for hosting us ( and the coffee !)

Given the boost it gives to the project, no doubt we will have another
codesprint, probably in Automn. Do not hesitate to bring up ideas on how
to improve the event !

Vincent
_______________________________________________
iTowns-dev mailing list
iTowns-dev at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/itowns-dev


------------------------------

Subject: Digest Footer

_______________________________________________
iTowns-dev mailing list
iTowns-dev at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/itowns-dev


------------------------------

End of iTowns-dev Digest, Vol 4, Issue 3
****************************************


More information about the iTowns-dev mailing list