biigle / geo

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

Custom map overlay #1

Closed mzur closed 3 years ago

mzur commented 7 years ago

Users should be able to upload a custom map overlay (e.g. a detailed ocean map of the transect area) for a transect. This overlay can be used in the transect map.

mzur commented 7 years ago

The geo overlay upload will eventually support different formats to provide geospatial information for the image:

  1. Plain: The longitude and latitude of the top left and bottom right pixels in WGS84. These will be entered in plain form fields and submitted along with the image file.
  2. World file: A world file containing geospatial information that will be submitted along with the image file. Compute the latitude and longitude like this (see x1 and y1).
  3. GeoTIFF: A single GeoTIFF file that contains all geospatial information on its position as well as the image data. This will resolve part of BiodataMiningGroup/biigle-volumes#25.
mzur commented 7 years ago

Basic support for geo overlays is now implemented. This includes the "plain" upload (1.) mentioned above. The result looks like this:

Edit panel: screenshot from 2017-05-03 11-22-22

World map: screenshot from 2017-05-03 11-22-32

The next steps can be:

dlangenk commented 7 years ago

Is it possible to have multiple layers? If this is not possible there is probably no need for visibility control for the overlay. I would choose not to implement the rotated geo overlays as this can be easily done in a gis system.

mzur commented 7 years ago

You can have multiple layers, yes.

dlangenk commented 7 years ago

Than it would be indeed helpful but not urgent at the moment.

mzur commented 3 years ago

With the coming GIS connection #18 this feature is no longer required and will be removed (see #17).