Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 5.1 KB

README.md

File metadata and controls

21 lines (14 loc) · 5.1 KB

Search-Grid-Generator

Bellingcat logo: Discover BellingcatDiscord logo: Join our communityRight arrow icon: Try out the tool

A Vue app that generates a search grid for systematic searches by entering the coordinates for opposite corners of an area of interest. The KML file can be opened in Google Earth or other GIS tool.

Local Development

For local development, install with:

npm install

And run the local development server (vite) with:

npm run dev