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

mapkit

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapkit

Mapping tools for PostGIS-enabled PostgreSQL databases.

  • 1.2.6
  • PyPI
  • Socket score

Maintainers
3

MapKit

  • Author: Nathan Swain, Alan Snow
  • Copyright: (c) Brigham Young University 2013
  • License: BSD 2-Clause

PyPI version

INTRODUCTION

MapKit is a Python module with mapping functions for PostGIS enabled PostgreSQL databases.

DEPENDENCIES

  • SQLAlchemy
  • PostGIS enabled PostgreSQL database

To load rasters into the database, you will need raster2pgsql executable that comes with a PostGIS installation

INSTALLATION

If you are using Anaconda (https://www.continuum.io/why-anaconda):

$ conda install -c conda-forge mapkit

Otherwise, you can install through the regular Python methods:

$ easy_install mapkit

or

$ pip install mapkit

DEVELOPER INSTALLATION

Clone the source at:

$ git clone https://github.com/CI-WATER/mapkit.git

and run:

$ python setup.py install

Keywords

FAQs


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