Team Updates

This repository contains the code for the 3D Application (Materials and Textures aren't included due to the huge size of assets, merged all code in a project for code only.)

https://gitlab.com/hirodemon/spaceappchallenge

hirodemonJed Fakhfekh

This repo contains the code for the web map

https://github.com/Virmak/IOSea

virmakMohamed ben amar
3D Map of Kerkennah generated using Qgis2threejs that simulate the rising water by choosing the year
3D Map of Kerkennah generated using Qgis2threejs that simulate the rising water by choosing the year
virmakMohamed ben amar
Setting up an intuitive UI that gives the ability to control the mass of Ice or the year number while considering the factor of temperature.
Setting up an intuitive UI that gives the ability to control the mass of Ice or the year number while considering the factor of temperature.
hirodemonJed Fakhfekh
Making use of real world values and math formulas to calculate the sea level equivalent in the 3D Application.
Making use of real world values and math formulas to calculate the sea level equivalent in the 3D Application.
hirodemonJed Fakhfekh
Using in the 3D engine proper units and shape to approach real calculations at its most and be able to be as realistic as possible to show the real impact.
Using in the 3D engine proper units and shape to approach real calculations at its most and be able to be as realistic as possible to show the real impact.
hirodemonJed Fakhfekh
Exporting the height map of the island and editing it for the 3D use.
Exporting the height map of the island and editing it for the 3D use.
hirodemonJed Fakhfekh
importstruct
defget_sample(filename, n, e):
i=1201-int(round(n/3, 0))
j=int(round(e/3, 0))
withopen(filename, "rb") asf:
f.seek(((i-1) *1201+ (j-1)) *2)
buf=f.read(2)
val=struct.unpack('>h', buf)
ifnotval==-32768:
returnval
else:
returnNone
if__name__=="__main__":
n=24*60+34.690250937530934
e=55*60+11.153526306152346
tile="N34E011.hgt"
printget_sample(tile, n, e)
view raw elevation.py hosted with ❤ by GitHub
virmakMohamed ben amar
This interactive map show the predicted submerged areas on the island of kerkena by selecting the year
This interactive map show the predicted submerged areas on the island of kerkena by selecting the year
virmakMohamed ben amar