Socket
Socket
Sign inDemoInstall

@seasketch/geoprocessing

Package Overview
Dependencies
Maintainers
4
Versions
1015
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seasketch/geoprocessing

Geoprocessing and reporting framework for SeaSketch 2.0


Version published
Weekly downloads
6.4K
decreased by-61.08%
Maintainers
4
Weekly downloads
 
Created
Source

Data Prep Workspace

Here you will find a place to store source data and scripts to produce derived products that will be used in geoprocessing functions. The docker-compose.yml file contains two useful containers for working on data.

To use these containers, run the following in the command line from data/

docker-compose run --rm workspace

This will start the workspace container open a shell in that environment. It will also start a PostgreSQL database container. You can access this database using the psql command (no args) within the workspace, or from the host computer on port 54320 using the credentials found in data/docker-compose.yml. A great workflow is to use the up-to-date psql client and ogr/gdal libraries in the workspace to import and run scripted data prep tasks while using QGIS on the host computer to visualize spatial data in postgres. Files in your project will be mirrored to the workspace.

Note that when running docker-compose as shown above, the workspace container state will be deleted once you log out of the shell, while the database will be saved in a persistant volume.

FAQs

Package last updated on 18 Mar 2021

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