Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial demonstrating method of minifying raster data #2

Open
benlaken opened this issue Feb 23, 2017 · 0 comments
Open

Tutorial demonstrating method of minifying raster data #2

benlaken opened this issue Feb 23, 2017 · 0 comments
Assignees

Comments

@benlaken
Copy link
Contributor

We often need to convert raster data from scientific datasets into lightweight versions meant for fast loading tiles. We should detail some standard methods of extracting and minifying (i.e. making the files lightweight).
For example, we can document how we would perform an ad hoc/per project assessment of what information is essential for a dataset to maintain, and what detail is not necessary, and a corresponding description of how to subsequently convert values into different formats (e.g. like mapping continuous temperature measurements into 256 integers), and saving the data as unsigned 16-bit integers, and finally compressing these data.

@aagm aagm self-assigned this May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants