Klarety GeoTIFF is a lightweight wrapper around the GeoTIFF library, providing custom actions for loading, processing, and retrieving metadata from GeoTIFF files.
To install the package, run the following command:
npm install klarety-geotiff
Here is a basic example of how to use the Klarety GeoTIFF package:
import { CustomActions } from "klarety-geotiff";
const actions = new CustomActions();
Loads a GeoTIFF file from the specified path.
Retrieves metadata from the specified GeoTIFF file.
Processes the data from the GeoTIFF file.
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.