New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@geowiki/evoland

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geowiki/evoland

EvoLand satellite imagery annotation and project management components for agricultural monitoring.

npmnpm
Version
0.16.10-dev.3
Version published
Weekly downloads
25
-94.41%
Maintainers
1
Weekly downloads
 
Created
Source

@geowiki/evoland

EvoLand satellite imagery annotation and project management components for agricultural monitoring.

Installation

npm install @geowiki/evoland
# or
pnpm add @geowiki/evoland

Peer Dependencies

npm install react react-dom next leaflet react-leaflet @geowiki/api-proxy @geowiki/core @geowiki/evoland-api-proxy @geowiki/evoland-orval-api-proxy @geowiki/map @geowiki/ui

CSS Setup

Import the pre-built Tailwind CSS file in your app entry point:

import "@geowiki/evoland/styles.css";

Usage

import { ProjectList, TaskPerLocationList } from "@geowiki/evoland";

function ProjectsPage() {
  return <ProjectList />;
}

function TasksPage({ locationId }) {
  return <TaskPerLocationList locationId={locationId} />;
}

What's Included

  • Project components -- ProjectList, ProjectMap, Details for EvoLand project management
  • Task components -- TaskPerLocationList for location-based annotation tasks

Dependencies

This package depends on @geowiki/core, @geowiki/map, and @geowiki/ui for shared components and utilities, plus @geowiki/evoland-api-proxy and @geowiki/evoland-orval-api-proxy for API communication.

License

MIT

FAQs

Package last updated on 29 Jul 2026

Related posts