Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Tiff tags #40

Open
ebgoldstein opened this issue Sep 18, 2019 · 0 comments
Open

Tiff tags #40

ebgoldstein opened this issue Sep 18, 2019 · 0 comments
Labels
enhancement New feature or request long term Long term goals and plans

Comments

@ebgoldstein
Copy link

Each NOAA tiff has metadata about the coordinate system in the Tiff tags. These can extracted using the GDAL bindings for python (here is GDAL on PyPI) using gdalinfo. Here is an example of the tags (note that i did this in R):

Tags example

It would be ideal to create a database of all NOAA images (all images from all storms), with image name, storm name, collection date, etc... and the lower left origin.x and lower left origin.y information.

There are two reasons why i think this could be good:

  1. users could define a lat/long range from collect.py for images to download (across all storms).. (this would search the database to find the images for download).

  2. This overview of all NOAA images would allow us to understand spatially and temporally the coverage of the images (i.e., we could plot all the lower left origin.x and lower left origin.y). For example, one could plot these as points, colored by time, to look at general coverage from given storms... or across the entire set of images. It would allow for more 'database' work, which i think is needed for the project.

@ebgoldstein ebgoldstein added the enhancement New feature or request label Sep 18, 2019
@Matmorcat Matmorcat added this to the Tagging Data milestone Sep 18, 2019
@ebgoldstein ebgoldstein added the long term Long term goals and plans label Sep 22, 2019
@Matmorcat Matmorcat removed this from the Tagging Data milestone Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request long term Long term goals and plans
Projects
None yet
Development

No branches or pull requests

2 participants