Git Product home page Git Product logo

isabella232 / aws-lambda-python-packages Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mapbox/aws-lambda-python-packages

0.0 0.0 0.0 9 KB

How to create powerful AWS lambda python function that fits in a 250Mb package

Home Page: https://blog.mapbox.com/aws-lambda-python-magic-e0f6a407ffc6

License: BSD 3-Clause "New" or "Revised" License

Roff 19.78% Makefile 66.07% Python 14.15%

aws-lambda-python-packages's Introduction

aws-lambda-python

How to create powerful AWS lambda python function that fits in a 250Mb package

More info: https://blog.mapbox.com/aws-lambda-python-magic-e0f6a407ffc6

Requirement

Lambda package

Rasterio

Lightweight python package with rasterio

  • Modules:
    • numpy
    • rasterio (v1.0a12)
  • Command: make rasterio
  • Package size: 26.8Mb (95.9Mb)

Image

Adding simple image processing modules

  • Modules:
    • numpy
    • rasterio (v1.0a12)
    • Wand (ImageMagick)
    • Pillow (PIL)
  • Command: make image
  • Package size: 32.7Mb (113.8Mb)

OpenCV

Image processing using OpenCV

  • Modules:
    • numpy
    • rasterio (v1.0a12)
    • python-OpenCV (cv2)
  • Command: make opencv
  • Package size: 51.5Mb (166.8Mb)

Geospatial

A complete suite of geospatial modules, using GDAL minimal driver support.

  • Modules:
    • numpy
    • rasterio (v1.0a12)
    • shapely
    • mercantile
    • supermercado
    • fiona
    • psycopg2
  • Command: make geospatial
  • Package size: 27.7Mb (87.9Mb)

Image Analysis / Machine learning ready

  • Modules:
    • numpy
    • scipy
    • scikit-learn
    • rasterio
  • Command: make scipy
  • Package size: 44.8Mb (148Mb)

aws-lambda-python-packages's People

Contributors

vincentsarago avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.