Skip to main content

Map-oriented custom Girder appfor geospatial metadata browsing

Project description

Girder GeoBrowser

Requirements

Plugin Installation

pip install girder-geobrowser

Custom Python Commands

setup.py includes 2 custom commands:

  • build_ui: This command builds the frontend from the gui folder, and places the build into geobrowser_plugin/external_web_client.
  • clean_build: This command cleans the project of the files generated by the previous command.

WARNING

The standalone frontend will be served at /geobrowser if the built front-end path exists (i.e. python setup.py build_ui has been run), or if the mode is not development. So, if running girder serve in development mode, you should see no errors if the frontend is not built. However, if running girder serve in production mode, it will attempt to serve the files, regardless of if they've been built or not, throwing an error through cherrypy if they don't exist.

Custom Girder CLI Commands

This plugin adds custom Girder CLI commands:

extract-geospatial

This command manually runs the Geospatial plugin on any Girder paths specified (defaults to '/'). To specify one or more path, use the -p argument. For example, to run this command on the collections collection1 and collection2, you would run:

girder extract-geospatial -p collection/collection1 -p collection/collection2

populate-collection-meta

This command populates the specified collection(s) with the provided metadata. The provided metadata must be in JSON format. The rules for setting metadata follow that of the setMetadata function. This script requires that you specify 1 metadata JSON file and one or more collection IDs. For example, to populate the meta field of collections 5d3201b4dbdd758d55819007 and 5d3201c54731b3d3a1350823, with the file metadata.json, you would run:

girder populate-collection-meta -i 5d3201b4dbdd758d55819007 -i 5d3201c54731b3d3a1350823 -d metadata.json

Standalone Frontend Setup

Install Yarn

npm install -g yarn

Install Frontend packages

cd gui
yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

girder-geobrowser-0.4.3.tar.gz (2.5 MB view details)

Uploaded Source

File details

Details for the file girder-geobrowser-0.4.3.tar.gz.

File metadata

  • Download URL: girder-geobrowser-0.4.3.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for girder-geobrowser-0.4.3.tar.gz
Algorithm Hash digest
SHA256 3f1874d2bfdc9fbe8df05b2b977006bc032662d511a0caaf3de0c16c9a2e957b
MD5 ec2b9bd01d5a6f395811b7852225e865
BLAKE2b-256 0754d0de35c366e84974a6587e749457d2a6691a97749f299b4d1e457975b387

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page