{"id":18238507,"url":"https://github.com/ibaris/gscpy","last_synced_at":"2025-04-04T07:31:32.590Z","repository":{"id":144155836,"uuid":"157078010","full_name":"ibaris/gscpy","owner":"ibaris","description":":satellite: Sentinel-1 Pre-Processing in GRASS GIS","archived":false,"fork":false,"pushed_at":"2019-04-25T14:48:19.000Z","size":2905,"stargazers_count":14,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T05:23:46.382Z","etag":null,"topics":["auxiliary","gis","grass-gis","processing","radar","sentinel-1"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibaris.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2018-11-11T12:37:46.000Z","updated_at":"2023-09-08T17:47:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1d90ada-6c30-4e14-b2f3-7a3a8ef1e705","html_url":"https://github.com/ibaris/gscpy","commit_stats":{"total_commits":114,"total_committers":2,"mean_commits":57.0,"dds":0.1578947368421053,"last_synced_commit":"452e1bda196cc12f9f630ee831d680243d8d0b8a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibaris%2Fgscpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibaris%2Fgscpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibaris%2Fgscpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibaris%2Fgscpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibaris","download_url":"https://codeload.github.com/ibaris/gscpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247138682,"owners_count":20890084,"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":["auxiliary","gis","grass-gis","processing","radar","sentinel-1"],"created_at":"2024-11-05T03:05:53.371Z","updated_at":"2025-04-04T07:31:31.297Z","avatar_url":"https://github.com/ibaris.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://gscpy.readthedocs.io/en/latest/#\"\u003e\u003cimg src=\"https://i.imgur.com/uShXZIF.png\" alt=\"GSCPY\" width=\"400\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  GSCPY\n  \u003cbr\u003e\n\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eSentinel-1 Pre-Processing in GRASS GIS \u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://forthebadge.com\"\u003e\n    \u003cimg src=\"http://forthebadge.com/images/badges/made-with-python.svg\"\n         alt=\"Gitter\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://forthebadge.com\"\u003e\u003cimg src=\"http://forthebadge.com/images/badges/built-with-love.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://forthebadge.com\"\u003e\n      \u003cimg src=\"http://forthebadge.com/images/badges/built-with-science.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#description\"\u003eDescription\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#documentation\"\u003eDoumentation\u003c/a\u003e •\n  \u003ca href=\"#authors\"\u003eAuthor\u003c/a\u003e •\n  \u003ca href=\"#acknowledgments\"\u003eAcknowledgments\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href='https://gscpy.readthedocs.io/en/latest/?badge=latest'\u003e\n    \u003cimg src='https://readthedocs.org/projects/gscpy/badge/?version=latest' alt='Documentation Status' /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# Description\nThe goal is the development of Python GRASS modules for the automatic download, processing and analysis of Sentinel-1\ndata. All modules can be executed in GRASS or in a terminal. The aim of this work was that a user can process all data\nwithout much effort and import them directly into GRASS GIS for further analysis. By entering certain metadata you can\nuse this module to search for newly processed files and import them into a database.\n\n\nHere is an overview of the content:\n* A simple module that import Scripts from a package to GRASS GIS script directory.\n* Database management modules where one can create entire databases or mapsets.\n* Data download including basic adjustments for Sentinel-1 with \u003ca href=\"https://github.com/sentinelsat/sentinelsat\"\u003e sentinelsat\u003c/a\u003e.\n* A SAR pre-processing add-on for GRASS GIS based on SNAP processing workflow which uses \u003ca href=\"https://github.com/johntruckenbrodt/pyroSAR\"\u003e pyroSAR\u003c/a\u003e.\n* Modules to import all files in a directory with considering a certain pattern.  Moreover, it is possible to import\n      these data in different ``mapsets``.\n* Module that can import ``pyroSAR`` dataset in a directory based on their metadata.\n* Creation of space-time cube.\n\nThe package \u003ca href=\"https://github.com/johntruckenbrodt/pyroSAR\"\u003e pyroSAR\u003c/a\u003e and \u003ca href=\"https://github.com/sentinelsat/sentinelsat\"\u003e sentinelsat\u003c/a\u003e is used for the pre-processing and download of sentinel data respectively.\n\n## Modules\nThis packages include the following modules:\n* i.script: A simple module that import Scripts from a package to GRASS GIS script directory.\n* g.database: Create a GRASS GIS Database.\n* g.c.mapset: Create a mapset in a GRASS GIS Database if it is not existent.\n* s1.download: Data download including basic adjustments for Sentinel-1 with \u003ca href=\"https://github.com/sentinelsat/sentinelsat\"\u003e sentinelsat\u003c/a\u003e.\n* i.dr.import: Import data into a mapset from a file with considering a certain pattern.\n* i.fr.import: Import pyroSAR dataset in a directory based on their metadata.\n* pr.geocode: Wrapper function for geocoding SAR images using \u003ca href=\"https://github.com/johntruckenbrodt/pyroSAR\"\u003e pyroSAR\u003c/a\u003e.\n* t.c.register: Creation and registration of space-time cube.\n\n# Installation\nAfter you have received the `gscpy` package, you can install it with::\n\n    $ python setup.py install\n\nAfter this process it is advantageous to use the script `i_script` with GRASS GIS. This is necessary because some\nmodules from this package call other modules from this package that are only present if they are located in the\nscript folder of GRASS GIS. It is possible that some of these modules require administration rights. The reason for\nthis is that, for example, when downloading data to the hard disk, any write permissions must be present.\n\nTo launch a Python script from GUI, use File -\u003e Launch Python script and select /path/to/gscpy/i_script.py.\n\n# Documentation\nYou can find the full documentation \u003ca href=\"https://gscpy.readthedocs.io/en/latest/#\"\u003ehere\u003c/a\u003e.\n\n# Built With\n* Python 2.7 (But it works with Python 3.5 as well)\n* Requirements: grass, pyroSAR, sentinelsat\n\n# Authors\n* **Ismail Baris** - *Initial work* - (i.baris@outlook.de)\n* **Nils v. Norsinski**\n\n# Further Information\nThis project was developed as part of a Grass GIS Module which is part of the \nmaster's degree Geoinformatics at Friedrich-Schiller-Universität Jena.\n\n# Acknowledgments\n*  \u003ca href=\"https://github.com/johntruckenbrodt\"\u003eJohn Truckenbrodt \u003c/a\u003e\n\n\n---\n\n\u003e ResearchGate [@Ismail_Baris](https://www.researchgate.net/profile/Ismail_Baris) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Code::Stats [@Ismail_Baris](https://codestats.net/users/ibaris) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@ibaris](https://github.com/ibaris) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Instagram [@ism.baris](https://www.instagram.com/ism.baris/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibaris%2Fgscpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibaris%2Fgscpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibaris%2Fgscpy/lists"}