Skip to main content

Geotagging database package

Project description

Database Package for Geotag Project

This is a package to help manage the database for DevPipeline's geotagging project, it containse dataclass functionallity and functions for database creation and updating.

Database Creation

  1. First make sure that postgress is downloaded $ psql, if not - $ brew install postgresql
      **If you do not have Brew:**
    • $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    • $ brew install postgresql
    • Then run the command $ pg_ctl -D /usr/local/var/postgres start to start postgres
  2. Download the package at %3CPIP LINK HERE%3E
  3. Open the python interpreter and run import %3NAME_HERE%3E then NAME_HERE.db_ops.create_db(username=YOUR_PSQL_USERNAME, passwork=YOUR_PSQL_PASSWORD) then NAME_HERE.db_ops.update_db()

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

geotagging-alexr96-0.0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

geotagging_alexr96-0.0.2-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

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