New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

klarety-geotiff

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

klarety-geotiff

A wrapper around the geotiff library to define custom actions.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
0
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 15 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc