Skip to content

Commit

Permalink
Adding support for Baseline ASCII TIFFs
Browse files Browse the repository at this point in the history
Mapping the Baseline ASCII TIFF Tags to an ASCII data type to allow for writing of them.

geotiffjs#430
  • Loading branch information
timhj authored Jun 20, 2024
1 parent 4af107d commit b2e6d58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ export const fieldTagTypes = {
258: 'SHORT',
259: 'SHORT',
262: 'SHORT',
270: 'ASCII',
271: 'ASCII',
272: 'ASCII',
273: 'LONG',
274: 'SHORT',
277: 'SHORT',
Expand All @@ -148,6 +151,7 @@ export const fieldTagTypes = {
297: 'SHORT',
305: 'ASCII',
306: 'ASCII',
315: 'ASCII',
338: 'SHORT',
339: 'SHORT',
513: 'LONG',
Expand All @@ -158,6 +162,7 @@ export const fieldTagTypes = {
2049: 'ASCII',
3072: 'SHORT',
3073: 'ASCII',
33432: 'ASCII',
33550: 'DOUBLE',
33922: 'DOUBLE',
34264: 'DOUBLE',
Expand Down

0 comments on commit b2e6d58

Please sign in to comment.