lunar-force-mapping
This project is solving the Gravity Map challenge. Description
User will be able to input a date and our code will determine the instantaneous location of the Sun and Moon relative to the Earth and calculate the variations in local gravity for different parts of the Earth's surface. This information will be used to create tiles from our server to generate a time dependant map of tidal forces affecting the surface of the Earth generated by the gravitational interaction of the Moon and the Sun with Earth. These tiles will be applied to a web page created with OpenStreetMap allowing the user to interactively explore the gravity variations across the world.
We achieved these goals by discovering and converting to C, Matlab scripts describing the position of the moon and Sun in ecliptic geocentric coordinates from a Julian date input, converting these into equatorial coordinates and adding an adjustment for the time of day as the equatorial coordinate system rotates around the Earth in order to create an OpenStreetMap overlay. The online map asks the c code for a tile for a particular location on the map which is provided by recalculating the gravitational forces for the latitude and longitude represented by a pixel and calculating an r-g-b colour mapping for the gravity values outputted.
This program will allow users to explore what the tidal forces effecting the surface of the Earth look like when graphically represented showing them the forces that cause tides around the world and how they change on a daily, monthly and yearly basis. Phenomena such as spring tides and the equinox can be observed by looking at the correct times of the year to see stronger or weaker deviations from average surface gravity on earth.
Project Information
License: zlib/libpng license (Zlib)
Source Code/Project URL: https://github.com/tristanheaven/gravmap
Resources
demo - http://gravmap.atolm.net/