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

django-rgd-geometry

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-rgd-geometry

  • 0.3.11
  • PyPI
  • Socket score

Maintainers
2

logo

Resonant GeoData Geometry

Kitware PyPI

A submodule of Resonant GeoData for storing shapefiles.

Installation

Follow the instructions for the core django-rgd app first, then

pip install --find-links https://girder.github.io/large_image_wheels django-rgd-geometry

Add this app to your INSTALLED_APPS along with the core RGD app:

INSTALLED_APPS += [
    'django.contrib.gis',
    'rgd',
    'rgd_geometry',
]

Models

This app adds a few additional models on top of the core app for storing geometry data

  • GeometryArchive: the base data model for ingesting shapefile data. This will run a background task to pull out all vector geometry from an uploaded archive to generate a new Geometry record.
  • Geometry: A place to store a collection of vector geometry. This can be manually created without a shapefile.

Management Commands

  • rgd_geometry_demo: populate the database with example shapefiles.

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