[Fiware-miwi] DFKI ECFI Demo

Stefan Lemme stefan.lemme at dfki.de
Tue Sep 2 14:15:56 CEST 2014


Ok, solved!



Let's go for elevation and building data ...

Best,
Stefan


On 9/2/2014 1:55 PM, Stefan Lemme wrote:
>
> Hi Jarkko,
>
> I'm currently playing with the GIS-DP and started with your sample 
> query for aerial imaging.
>
> http://130.206.80.182:8080/geoserver/fiware/wms?service=WMS&version=1.1.0&request=GetMap&layers=fiware:terrain_texture_orto&styles=&bbox=427481,7210400,428200,7211000&width=512&height=512&srs=EPSG:3067&format=image%2Fjpeg
>
> I received the following layer information from geoserver using the 
> GetCapabilities request:
>
>       <Layer queryable="1" opaque="0">
>         <Name>terrain_texture_orto</Name>
>         <Title>terrain_texture_orto</Title>
>         <Abstract/>
>         <KeywordList>
>           <Keyword>WCS</Keyword>
>           <Keyword>ImageMosaic</Keyword>
>           <Keyword>orto</Keyword>
>         </KeywordList>
>         <SRS>EPSG:3067</SRS>
>         <!--WKT definition of this CRS:
> PROJCS["ETRS89 / TM35FIN(E,N)",
>   GEOGCS["ETRS89",
>     DATUM["European Terrestrial Reference System 1989",
>       SPHEROID["GRS 1980", 6378137.0, 298.257222101, 
> AUTHORITY["EPSG","7019"]],
>       TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
>       AUTHORITY["EPSG","6258"]],
>     PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
>     UNIT["degree", 0.017453292519943295],
>     AXIS["Geodetic longitude", EAST],
>     AXIS["Geodetic latitude", NORTH],
>     AUTHORITY["EPSG","4258"]],
>   PROJECTION["Transverse_Mercator", AUTHORITY["EPSG","9807"]],
>   PARAMETER["central_meridian", 27.0],
>   PARAMETER["latitude_of_origin", 0.0],
>   PARAMETER["scale_factor", 0.9996],
>   PARAMETER["false_easting", 500000.0],
>   PARAMETER["false_northing", 0.0],
>   UNIT["m", 1.0],
>   AXIS["Easting", EAST],
>   AXIS["Northing", NORTH],
>   AUTHORITY["EPSG","3067"]]-->
>         <LatLonBoundingBox minx="23.124698447782478" 
> miny="64.88964457393377" maxx="26.44560661674329" 
> maxy="68.21055274289459"/>
>         <BoundingBox SRS="EPSG:3067" minx="374000.0" miny="7206000.0" 
> maxx="434000.0" maxy="7560000.0"/>
>         <Style>
>           <Name>raster</Name>
>           <Title>Default Raster</Title>
>           <Abstract>A sample style that draws a raster, good for 
> displaying imagery</Abstract>
>           <LegendURL width="20" height="20">
>             <Format>image/png</Format>
>             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" 
> xlink:type="simple" 
> xlink:href="http://130.206.80.182:8080/geoserver/fiware/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=terrain_texture_orto"/>
>           </LegendURL>
>         </Style>
>       </Layer>
>
> It states that the layer is in the same CRS as your request (EPSG:3067).
>
> Now I want to re-project the ortho photos using EPSG:3857 and adapted 
> the query.
> It should return this tile as aerial map: 
> http://a.tile.openstreetmap.org/16/37421/17057.png
>
> http://130.206.80.182:8080/geoserver/fiware/wms?service=WMS&version=1.1.0&request=GetMap&layers=fiware:terrain_texture_orto&styles=&bbox=25.559692382812,64.993295416111,25.565185546875,64.995617409235&srs=EPSG:3857&format=image%2Fpng&width=256&height=256&bgcolor=0xFF8000&transparent=false
>
> The bbox is in decimal degrees of lon/lat and inside the range of the 
> layer.
> But unfortunately the re-projection seems not to work as the result 
> image is empty.
>
> I haven't tried this yet for the elevation and building data, but 
> there might be a similar problem.
>
> Do you have an idea, where this issue comes from?
> Is it possibly an issue of the geoserver instance?
>
> Thanks in advance!
>
> Best,
> Stefan
>
>
> On 02.09.2014 07:30, Jarkko Vatjus-Anttila wrote:
>> Torsten,
>>
>> We will take a look at the buildings, I think we manage to import 
>> them. Those will be silhouettes so they have to be extruded on the 
>> client side.
>>
>> Just to clarify, is this the place where we should pull the buildings 
>> for?
>>
>> https://www.google.com/maps/place/Boltzmannstra%C3%9Fe+15,+Technical+University+Munich,+85748+Garching,+Germany/@48.2637405,11.6704774,16z/data=!4m2!3m1!1s0x479e7292d2090f9f:0x3755d4a5234e821b?hl=en-US 
>> <https://www.google.com/maps/place/Boltzmannstra%C3%9Fe+15,+Technical+University+Munich,+85748+Garching,+Germany/@48.2637405,11.6704774,16z/data=%214m2%213m1%211s0x479e7292d2090f9f:0x3755d4a5234e821b?hl=en-US>
>>
>>
>> On Fri, Aug 29, 2014 at 10:03 AM, Torsten Spieldenner 
>> <torsten.spieldenner at dfki.de <mailto:torsten.spieldenner at dfki.de>> wrote:
>>
>>     Hello,
>>
>>     I talked to Stefan again, and the most important part seems to be
>>     only the building data, thus, the points from which the extruded
>>     buildings could be generated. As for elevation, also the
>>     satellite data does not need to be considered at this point. So
>>     if the GIS-provider could provide this building data fur TU
>>     Campus in Munich in a format that allows to create extruded
>>     buildings in XML3D representation - or even the extruded
>>     buildings directly - , this would be awesome.
>>
>>     ~ Torsten
>>
>>     Am 8/28/2014 11:40 AM, schrieb Jarkko Vatjus-Anttila:
>>>     Hello,
>>>
>>>     We dug this a little bit more.
>>>
>>>     Elevation is available from SRTM set, but with 90m grid
>>>     resolution. So it would be very poor. Like you said, we can
>>>     replace the elevation with zeroes, hence producing artificial
>>>     flat terrain.
>>>
>>>     There are no buildings available as far as we know. Some could
>>>     be retrieved for testing from Open streetmap, but that requires
>>>     some programming and will not be a single day task. We may look
>>>     at this approach as well, though.
>>>
>>>     Aerial images are available some instance in Germany, I guess it
>>>     is similar to Finnish geographical institute, but they say in
>>>     their web page we'd need to contact "Dienstleistungszentrum"
>>>     before receiving the material.
>>>     <http://www.bkg.bund.de/nn_159816/EN/FederalOffice/Products/Geo-Data/Geo__Data__node.html__nnn=true>
>>>
>>>     So, in summary: if you can point us to data in Germany, we'd be
>>>     able to go forward faster. Entschuldigen sie bitte aber wir
>>>     sprechen nicht Deutsch. :)
>>>
>>>     - jarkko
>>>
>>>
>>>     On Thu, Aug 28, 2014 at 12:10 PM, Torsten Spieldenner
>>>     <torsten.spieldenner at dfki.de
>>>     <mailto:torsten.spieldenner at dfki.de>> wrote:
>>>
>>>         Hello,
>>>
>>>         actually, elevation data is not important. We are currently
>>>         planning flat ground tiles as also shown in the example. The
>>>         building data should publicly available from Bing Maps, same
>>>         for nice satellite images.
>>>
>>>         @Stefan: Feel free to clarify this further if I am talking
>>>         non-sense here ;)
>>>
>>>         Also the region of TU Munich, where ECFI will take place,
>>>         would be sufficient.
>>>
>>>         Best,
>>>         Torsten
>>>
>>>         Am 8/27/2014 8:47 AM, schrieb Jarkko Vatjus-Anttila:
>>>>         Hello,
>>>>
>>>>         Regarding for the German data I think that could be pulled
>>>>         from the SRTM data set. The elevation there is with 30m
>>>>         grid spacing, so it is not the most accurate data but at
>>>>         least it is free. Aerial images are uncertain whether they
>>>>         are available, and the same applies to the building
>>>>         information.
>>>>
>>>>         In Finland our geographical institute provides the data for
>>>>         free, but do you have any information are the similar
>>>>         instances in Germany? That would help a lot.
>>>>
>>>>         - jarkko
>>>>
>>>>
>>>>         On Tue, Aug 26, 2014 at 12:10 PM, Torsten Spieldenner
>>>>         <torsten.spieldenner at dfki.de
>>>>         <mailto:torsten.spieldenner at dfki.de>> wrote:
>>>>
>>>>             Hello,
>>>>
>>>>             we at DFKI are planning an integrated demo for ECFI
>>>>             that uses Synchronization and 3D-UI-XML3D among other
>>>>             GE, like GIS Data Provider and possibly POI.
>>>>             The idea is to provide a virtual campus map that can be
>>>>             explored by users that are represented by avatars. I've
>>>>             uploaded a demonstration how this may look like to the
>>>>             Testbed:
>>>>
>>>>             http://130.206.80.161/fives-client/client.xhtml
>>>>
>>>>             The demo looks like this:
>>>>
>>>>
>>>>
>>>>             You may enter any arbitrary username and ignore the
>>>>             password field for login. The demo may run a bit laggy
>>>>             when accessed from the testbed, but runs perfectly fine
>>>>             when installed on local servers.
>>>>
>>>>             The testbed version uses the campus of Saarland
>>>>             University with no building data.
>>>>             As ECFI is located in Munich, it would be great if we
>>>>             could have data of Munich, together with building data,
>>>>             available.
>>>>
>>>>             @Jarkko: Is it possible to set up a GIS Data Provider
>>>>             instance that serves Munich, or even all of Germany,
>>>>             with building data of Munich campus for the ECFI demo?
>>>>             Stefan may be able to give more information which data
>>>>             is exactly needed.
>>>>
>>>>             @Ari: We are also thinking about adding a set of POIs
>>>>             located on the campus area that is then visualized
>>>>             within the 3D representation. Would it be possible to
>>>>             provide a POI Data Provider instance with a set POI
>>>>             together with an XML3D visualization for the area of
>>>>             the campus?
>>>>
>>>>             Thanks a lot and best regards,
>>>>             Torsten
>>>>
>>>>             -- 
>>>>             Torsten Spieldenner, M.Sc.
>>>>
>>>>             Tel.: +49 6 81 / 8 57 75 - 77 48
>>>>             Fax.: +49 6 81 / 8 57 75 - 22 35
>>>>
>>>>             Internet:http://www.dfki.de/web/forschung/asr/
>>>>
>>>>             -------------------------------------------------------------
>>>>             Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
>>>>             Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
>>>>
>>>>             Geschaeftsfuehrung:
>>>>             Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
>>>>             Dr. Walter Olthoff
>>>>
>>>>             Vorsitzender des Aufsichtsrats:
>>>>             Prof. Dr. h.c. Hans A. Aukes
>>>>
>>>>             Amtsgericht Kaiserslautern, HRB 2313
>>>>             -------------------------------------------------------------
>>>>
>>>>
>>>>
>>>>
>>>>         -- 
>>>>         Jarkko Vatjus-Anttila
>>>>         CTO
>>>>         Cyberlightning Ltd.
>>>>
>>>>         mobile. +358 405245142
>>>>         email. jarkko at cyberlightning.com
>>>>         <mailto:jarkko at cyberlightning.com>
>>>>
>>>>         See our new press release:
>>>>         http://cyberlightning.com/blog/2014/05/13/cyberlightning-brings-3d-visualization-to-industrial-internet-of-things/
>>>>
>>>>         www.cyberlightning.com <http://www.cyberlightning.com/>
>>>>
>>>>         This e-mail and all attached material are confidential and
>>>>         may contain legally privileged information. If you are not
>>>>         the intended recipient, please contact the sender and
>>>>         delete the e-mail from your system without
>>>>         producing, distributing or retaining copies thereof.
>>>
>>>
>>>         -- 
>>>         Torsten Spieldenner, M.Sc.
>>>
>>>         Tel.: +49 6 81 / 8 57 75 - 77 48
>>>         Fax.: +49 6 81 / 8 57 75 - 22 35
>>>
>>>         Internet:http://www.dfki.de/web/forschung/asr/
>>>
>>>         -------------------------------------------------------------
>>>         Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
>>>         Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
>>>
>>>         Geschaeftsfuehrung:
>>>         Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
>>>         Dr. Walter Olthoff
>>>
>>>         Vorsitzender des Aufsichtsrats:
>>>         Prof. Dr. h.c. Hans A. Aukes
>>>
>>>         Amtsgericht Kaiserslautern, HRB 2313
>>>         -------------------------------------------------------------
>>>
>>>
>>>
>>>
>>>     -- 
>>>     Jarkko Vatjus-Anttila
>>>     CTO
>>>     Cyberlightning Ltd.
>>>
>>>     mobile. +358 405245142
>>>     email. jarkko at cyberlightning.com <mailto:jarkko at cyberlightning.com>
>>>
>>>     See our new press release:
>>>     http://cyberlightning.com/blog/2014/05/13/cyberlightning-brings-3d-visualization-to-industrial-internet-of-things/
>>>
>>>     www.cyberlightning.com <http://www.cyberlightning.com/>
>>>
>>>     This e-mail and all attached material are confidential and may
>>>     contain legally privileged information. If you are not the
>>>     intended recipient, please contact the sender and delete the
>>>     e-mail from your system without producing, distributing or
>>>     retaining copies thereof.
>>
>>
>>     -- 
>>     Torsten Spieldenner, M.Sc.
>>
>>     Tel.: +49 6 81 / 8 57 75 - 77 48
>>     Fax.: +49 6 81 / 8 57 75 - 22 35
>>
>>     Internet:http://www.dfki.de/web/forschung/asr/
>>
>>     -------------------------------------------------------------
>>     Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
>>     Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
>>
>>     Geschaeftsfuehrung:
>>     Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
>>     Dr. Walter Olthoff
>>
>>     Vorsitzender des Aufsichtsrats:
>>     Prof. Dr. h.c. Hans A. Aukes
>>
>>     Amtsgericht Kaiserslautern, HRB 2313
>>     -------------------------------------------------------------
>>
>>
>>
>>
>> -- 
>> Jarkko Vatjus-Anttila
>> CTO
>> Cyberlightning Ltd.
>>
>> mobile. +358 405245142
>> email. jarkko at cyberlightning.com <mailto:jarkko at cyberlightning.com>
>>
>> See our new press release: 
>> http://cyberlightning.com/blog/2014/05/13/cyberlightning-brings-3d-visualization-to-industrial-internet-of-things/
>>
>> www.cyberlightning.com <http://www.cyberlightning.com/>
>>
>> This e-mail and all attached material are confidential and may 
>> contain legally privileged information. If you are not the intended 
>> recipient, please contact the sender and delete the e-mail from your 
>> system without producing, distributing or retaining copies thereof.
>
> -- 
> ********************************************************
> Stefan Lemme
>
> DFKI GmbH
> Agenten und Simulierte Realität
> Campus, Geb. D 3 4, Raum 0.75
> 66123 Saarbrücken
>
> Tel.: +49 (0) 681 / 85775 – 5391
> Fax: +49 (0) 681 / 85775 – 2235
> http://www.dfki.de/web
> ********************************************************
> Deutsches Forschungszentrum für Künstliche Intelligenz GmbH
> Trippstadter Straße 122
> D-67663 Kaiserslautern, Germany
>
> Geschaeftsführung:
> Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
> Dr. Walter Olthoff
> Vorsitzender des Aufsichtsrats:
> Prof. Dr. h.c. Hans A. Aukes
> Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
> USt-Id.Nr.: DE 148646973
> Steuernummer:  19/673/0060/
> ********************************************************
>
>
>
>
>
> ********************************************************
> Stefan Lemme
>
> DFKI GmbH
> Agents and Simulated Reality
> Campus, Build. D 3 4, room 0.75
> D-66123 Saarbruecken
> Germany
>
> Phone: +49 (0) 681 / 85775 – 5391
> Fax:      +49 (0) 681 / 85775 – 2235
> http://www.dfki.de/web  
> ********************************************************
> German Research Center for Artificial Intelligence
> Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
> Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
>
> Management Board:
> Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Chairman)
> Dr. Walter Olthoff
>
> Chairman of the Supervisory Board:
> Prof. Dr. h.c. Hans A. Aukes
>
> Amtsgericht Kaiserslautern, HRB 2313
> ********************************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fiware.org/private/fiware-miwi/attachments/20140902/6f969890/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 17057-texture.png
Type: image/png
Size: 155458 bytes
Desc: not available
URL: <https://lists.fiware.org/private/fiware-miwi/attachments/20140902/6f969890/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 17057.png
Type: image/png
Size: 16472 bytes
Desc: not available
URL: <https://lists.fiware.org/private/fiware-miwi/attachments/20140902/6f969890/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 110495 bytes
Desc: not available
URL: <https://lists.fiware.org/private/fiware-miwi/attachments/20140902/6f969890/attachment.jpe>


More information about the Fiware-miwi mailing list

You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy   Cookies policy