biigle / geo

:m: BIIGLE module to explore images on a world map
GNU General Public License v3.0
0 stars 1 forks source link

Configurable base map #11

Closed mzur closed 3 years ago

mzur commented 6 years ago

SRTM30_PLUS is a publicly available global elevation dataset. It's free of charge for academic purposes. With a color map to separate sea (<0) and land (>=0) it gives a nice world map:

canvas

We already converted it to Zoomify tiles in /vol/uwi/seamap/topo_zoomify_tiles. The dimensions are 43200 x 21600 pixels and the projection is EPSG:4326.

Update the geo module to use OpenStreetMap by default. Then implement a config to allow setting a custom map source like our SRTM30_PLUS Zoomify tiles. If the config is set, use this source instead. Find out the required attributions.

dlangenk commented 6 years ago

Attribution: David T. Sandwell, Walter H. F. Smith, and Joseph J. Becker The Regents of the University of California All Rights Reserved

Permission to copy, modify and distribute any part of this gridded bathymetry at 30 second resolution for educational, research and non-profit purposes, without fee, and without a written agreement is hereby granted, provided that the above copyright notice, this paragraph and the following three paragraphs appear in all copies.

Those desiring to incorporate this global bathymetry into commercial products or use for commercial purposes should contact the Technology Transfer & Intellectual Property Services, University of California, San Diego, 9500 Gilman Drive, Mail Code 0910, La Jolla, CA 92093-0910, Ph: (858) 534-5815, FAX: (858) 534-7345, E-MAIL:invent@ucsd.edu.

IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS global bathymetry, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THE global bathymetry PROVIDED HEREIN IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. THE UNIVERSITY OF CALIFORNIA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES OF ANY KIND, EITHER IMPLIED OR EXPRESS, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR THAT THE USE OF THE global bathymetry WILL NOT INFRINGE ANY PATENT, TRADEMARK OR OTHER RIGHTS.

dlangenk commented 6 years ago

ETOPO1 although not that fine-grained 1 min instead 30 sec looks much nicer and is also free of charge: https://www.ngdc.noaa.gov/mgg/global/

mzur commented 6 years ago

ETOPO1 is now in /vol/uwi/seamap/ETOPO1_Ice_g_geotiff.tif.

dlangenk commented 6 years ago

I could generate a relief color image for the SMRT_PLUS 15/30 dataset but the colormap would still not be that fancy. Added color version of etopo1 to folder

mzur commented 5 years ago

The Geomar people have an OGC "Web Tile Service" (GeoMapApp) running in house and plan to set one up on their ships, too. This service can provide the image tiles of arbitrary world maps or even only parts of maps. On the ship, it would be able to provide bathymetry maps, trajectories etc. live generated by the ship.

I think it would be a nice solution for this issue to simply implement support for Web Tile Services in this module. This way, we don't have anything to do with generating or storing the map tiles which has nothing to do with the main application focus of BIIGLE.

mzur commented 5 years ago

The Geomar people also mentioned the GEBCO world map.

mzur commented 3 years ago

This will be obsolete through #18.