1.0.0 • Published 3 months ago
klarety-geotiff v1.0.0
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.
1.0.0
3 months ago