Skip to main content

No project description provided

Project description

Team Squeem

Collection of utility functions built by Team Squeem to be used in Python.

ClearDir

ex: ClearDir('./images')

Removes all files from a directory.

params:

  • path - The source directory of the images to turn into a gif. Must include preceding ./, should not include ending /

MakeGif

ex: MakeGif('./data', './', 'test', 100, 'jpg')

Turns a directory of images into a gif.

params:

  • source_dir - The source directory of the images to turn into a gif. Must include preceding ./
  • out_dir - The directory to save the gif to. Must include preceding ./
  • gif_name - The name of the gif. Do not include filetype.
  • duration - Number of frames in the gif...I think.
  • file_type - File extension for the images. Do not include preceding .

CreateMapBackground

ex: CreateMapBackground(edges=(-180,180,-90,90),buffer=0)

Edges = (Minimum Longitude, Maximum Longitude, Minimum Latitude, Maximum Latitude) Buffer is the number of degrees between Min/Max Lon/Lat around the map

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

TeamSqueem-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

TeamSqueem-0.0.1-py3-none-any.whl (4.2 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