klarety-geotiff

1.0.0 • Public • Published

Klarety GeoTIFF

Klarety GeoTIFF is a lightweight wrapper around the GeoTIFF library, providing custom actions for loading, processing, and retrieving metadata from GeoTIFF files.

Installation

To install the package, run the following command:

npm install klarety-geotiff

Usage

Here is a basic example of how to use the Klarety GeoTIFF package:

import { CustomActions } from "klarety-geotiff";

const actions = new CustomActions();

API

CustomActions

loadGeoTIFF(filePath: string): Promise

Loads a GeoTIFF file from the specified path.

getMetadata(filePath: string): Promise

Retrieves metadata from the specified GeoTIFF file.

processData(data: any): any

Processes the data from the GeoTIFF file.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i klarety-geotiff

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.08 MB

Total Files

5

Last publish

Collaborators

  • klarety-ai