No project description provided
Project description
Resonant GeoData Geometry
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 newGeometry
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-rgd-geometry-0.3.11.tar.gz
.
File metadata
- Download URL: django-rgd-geometry-0.3.11.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca71d3c9d79f552657d5fddcd5d8b2c573c1cd4d9959111720e208b5b98998ab |
|
MD5 | 181be3aff39065ef07a98e764e37d99d |
|
BLAKE2b-256 | e66fb65a37c38b0f881b08e5940021992b8cf5eb4b1b134c620b1beff209d210 |
File details
Details for the file django_rgd_geometry-0.3.11-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_geometry-0.3.11-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc7f65a449c87f91897ef3e3fa81a579ddbaa70ad3fea010d7c4773e7c9c5418 |
|
MD5 | 9d7eab03c9a3e31197085bc277f46bea |
|
BLAKE2b-256 | b6f96ad440cb7471e42952baa48c9b60fb8a88ebda6dcac026d0a8e93dbe8a56 |