# Glacier Velocity Processing
This Python package processes Sentinel-1 SAR data to compute glacier velocity from offset tracking methods. It includes several preprocessing steps, including orbit file application, thermal noise removal, speckle filtering, and terrain correction, among others. This package is designed for users working with remote sensing data for glaciology, providing tools to handle and process raw Sentinel-1 data for velocity mapping.
## Features
- **Preprocessing**: The package includes functions for preprocessing Sentinel-1 SAR data, including:
- **Orbit File Application**: Applies orbit file corrections to the raw data.
- **Thermal Noise Removal**: Removes thermal noise from the raw data.
- **Calibration**: Converts radar intensity values into physically meaningful measurements (e.g., backscatter coefficients).
- **Speckle Filtering**: Applies refined Lee filtering for speckle reduction.
- **Subset**: Crops the data to the region of interest (ROI).
- **Terrain Correction**: Corrects for topographic effects and georeferences the data.
- **Offset Tracking**: Computes glacier velocity based on offset tracking methods.
- **Flexible**: Customize parameters for the offset tracking procedure, such as azimuth spacing, range spacing, and correlation thresholds.
## Installation
You can install this package using pip (from TestPyPI or PyPI once it's uploaded).
To install from TestPyPI (for testing):
```bash
pip install --index-url https://test.pypi.org/simple/ --no-deps offsetglacier
Raw data
{
"_id": null,
"home_page": "https://github.com/Virginia555",
"name": "glaciotrack",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "sentinel-1 glacier velocity offset tracking remote sensing",
"author": "Virginia Valeri",
"author_email": "virginiavaleri555@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/66/18/1b10a949490283e35a7953fa0a92c4f4c74256d9039e452076340051c353/glaciotrack-0.1.1.tar.gz",
"platform": null,
"description": "# Glacier Velocity Processing\r\n\r\nThis Python package processes Sentinel-1 SAR data to compute glacier velocity from offset tracking methods. It includes several preprocessing steps, including orbit file application, thermal noise removal, speckle filtering, and terrain correction, among others. This package is designed for users working with remote sensing data for glaciology, providing tools to handle and process raw Sentinel-1 data for velocity mapping.\r\n\r\n## Features\r\n\r\n- **Preprocessing**: The package includes functions for preprocessing Sentinel-1 SAR data, including:\r\n - **Orbit File Application**: Applies orbit file corrections to the raw data.\r\n - **Thermal Noise Removal**: Removes thermal noise from the raw data.\r\n - **Calibration**: Converts radar intensity values into physically meaningful measurements (e.g., backscatter coefficients).\r\n - **Speckle Filtering**: Applies refined Lee filtering for speckle reduction.\r\n - **Subset**: Crops the data to the region of interest (ROI).\r\n - **Terrain Correction**: Corrects for topographic effects and georeferences the data.\r\n - **Offset Tracking**: Computes glacier velocity based on offset tracking methods.\r\n\r\n- **Flexible**: Customize parameters for the offset tracking procedure, such as azimuth spacing, range spacing, and correlation thresholds.\r\n\r\n## Installation\r\n\r\nYou can install this package using pip (from TestPyPI or PyPI once it's uploaded).\r\n\r\nTo install from TestPyPI (for testing):\r\n\r\n```bash\r\npip install --index-url https://test.pypi.org/simple/ --no-deps offsetglacier\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python package to process Sentinel-1 data for glacier velocity estimation.",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/Virginia555"
},
"split_keywords": [
"sentinel-1",
"glacier",
"velocity",
"offset",
"tracking",
"remote",
"sensing"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "39b8575e03bf967f7e06baf9ee23bcf323e1197ef4d8012c38287012eca2a459",
"md5": "ee28f3f1b49e25378295fd2656f2b535",
"sha256": "35d27294b503bce0bc77b6db7dd4ec37de92477189b7be7863d2153b92e165e9"
},
"downloads": -1,
"filename": "glaciotrack-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ee28f3f1b49e25378295fd2656f2b535",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7099,
"upload_time": "2025-02-03T11:19:48",
"upload_time_iso_8601": "2025-02-03T11:19:48.237653Z",
"url": "https://files.pythonhosted.org/packages/39/b8/575e03bf967f7e06baf9ee23bcf323e1197ef4d8012c38287012eca2a459/glaciotrack-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66181b10a949490283e35a7953fa0a92c4f4c74256d9039e452076340051c353",
"md5": "c907551b3914c58692a8e959fbe26c49",
"sha256": "0ecc5711ee0c80fb932fbe6dcf1837afd472b38f736e6b1a2e36b59efaad3d46"
},
"downloads": -1,
"filename": "glaciotrack-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "c907551b3914c58692a8e959fbe26c49",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8087,
"upload_time": "2025-02-03T11:19:50",
"upload_time_iso_8601": "2025-02-03T11:19:50.163540Z",
"url": "https://files.pythonhosted.org/packages/66/18/1b10a949490283e35a7953fa0a92c4f4c74256d9039e452076340051c353/glaciotrack-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-03 11:19:50",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "glaciotrack"
}