🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@geowiki/evoland

Package Overview
Dependencies
Maintainers
1
Versions
55
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.

latest
npmnpm
Version
0.16.9
Version published
Weekly downloads
32
28%
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 15 Jul 2026

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