{"id":16518807,"url":"https://github.com/francbartoli/gee-bridge","last_synced_at":"2025-03-21T08:31:57.969Z","repository":{"id":145099202,"uuid":"93172395","full_name":"francbartoli/gee-bridge","owner":"francbartoli","description":"RESTful Web API bridge for Google Earth Engine calculations","archived":false,"fork":false,"pushed_at":"2019-01-06T17:23:08.000Z","size":4734,"stargazers_count":10,"open_issues_count":24,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-01T04:41:37.814Z","etag":null,"topics":["api","django","django-rest-framework","gee","google-earth-engine"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/francbartoli.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-02T14:15:01.000Z","updated_at":"2024-04-19T13:44:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"50e2ee36-6fcb-4b7e-b1aa-021b55936969","html_url":"https://github.com/francbartoli/gee-bridge","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francbartoli%2Fgee-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francbartoli%2Fgee-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francbartoli%2Fgee-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francbartoli%2Fgee-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/francbartoli","download_url":"https://codeload.github.com/francbartoli/gee-bridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244126392,"owners_count":20402112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","django","django-rest-framework","gee","google-earth-engine"],"created_at":"2024-10-11T16:38:14.683Z","updated_at":"2025-03-21T08:31:57.960Z","avatar_url":"https://github.com/francbartoli.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**************************\nGoogle Earth Engine Bridge\n**************************\n\nRasterbuckets\n=============\nTODO\n\nAPI\n===\nTODO\n\nHow to run\n==========\n\nUsing Gunicorn\n--------------\n\n.. code-block:: console\n\n    (env)$ gunicorn gee_bridge.wsgi:application --bind 0.0.0.0:8000\n\nHandle static assets\n^^^^^^^^^^^^^^^^^^^^\n\nSuppose your settings are configured as below:\n\n.. code-block:: python\n\n    PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))\n\n    # Static files (CSS, JavaScript, Images)\n    # https://docs.djangoproject.com/en/1.9/howto/static-files/\n    STATIC_ROOT = os.path.join(PROJECT_ROOT, 'staticfiles')\n    STATIC_URL = '/static/'\n\n    # Extra places for collectstatic to find static files.\n    STATICFILES_DIRS = (\n        os.path.join(PROJECT_ROOT, 'static'),\n    )\n\nIntegrate Whitenoise\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\nInstall the package:\n\n.. code-block:: console\n\n    (env)$ pip install whitenoise\n    (env)$ pip freeze \u003e requirements.txt\n\nEmbed this library in your application by editing the `wsgi.py` file:\n\n\n.. code-block:: python\n\n    from django.core.wsgi import get_wsgi_application\n    from whitenoise.django import DjangoWhiteNoise\n\n    application = get_wsgi_application()\n    application = DjangoWhiteNoise(application)\n\nUsing Supervisord\n-----------------\n\nCreate a configuration file:\n\n.. code-block:: console\n\n    (env)$ echo_supervisord_conf \u003e supervisord.conf\n\n.. code-block:: console\n\n    (env)$ supervisord -c supervisord.conf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancbartoli%2Fgee-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancbartoli%2Fgee-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancbartoli%2Fgee-bridge/lists"}