Name | osml-imagery-toolkit JSON |
Version |
1.4.0
JSON |
| download |
home_page | None |
Summary | Toolkit to work with imagery collected by satellites and UAVs |
upload_time | 2024-10-15 17:01:28 |
maintainer | None |
docs_url | None |
author | Amazon Web Services |
requires_python | >=3.9 |
license | MIT No Attribution Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
The OversightML Imagery Toolkit is a Python package that contains image processing and photogrammetry routines commonly
used during the analysis of imagery collected by satellites and unmanned aerial vehicles (UAVs). It builds upon GDAL
by providing additional support for images compliant with the National Imagery Transmission Format (NITF), Sensor
Independent Complex Data (SICD), and Sensor Independent Derived Data (SIDD) standards.
This library contains four core packages under the `aws.osml` namespace:
* **photogrammetry**: convert locations between the image (x, y) and geodetic (lon, lat, elev) coordinate systems
* **gdal**: utilities to work with datasets loaded by GDAL
* **image_processing**: common image manipulation routines
* **features**: common geospatial feature manipulation routines
## Documentation
* **APIs**: You can find the latest API documentation for the OSML Imagery Toolkit hosted [here](https://aws-solutions-library-samples.github.io/osml-imagery-toolkit/).
If you are working from the source code running `tox -e docs` will trigger the Sphinx documentation build.
* **Example Notebooks**: Example notebooks for some operations are in the `examples` directory
## Installation
This software is available through a Python Package Index.
If your environment has a distribution, you should be able to install it using pip:
```shell
pip install osml-imagery-toolkit[gdal]
```
If you are working from a source code, you can build and install the package from the root directory of the
distribution.
```shell
pip install .[gdal]
```
Note that GDAL is listed as an extra dependency for this package. This is done to facilitate environments that either
don't want to use GDAL or those that have their own custom installation steps for that library. Future versions of
this package will include image IO backbones that have fewer dependencies.
## Contributing
We welcome contributions and suggestions. If you would like to submit a pull request please do so using a GitHub pull
request [here](https://github.com/aws-solutions-library-samples/osml-imagery-toolkit/pulls).
Raw data
{
"_id": null,
"home_page": null,
"name": "osml-imagery-toolkit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Amazon Web Services",
"author_email": "aws-osml-admin@amazon.com",
"download_url": "https://files.pythonhosted.org/packages/e2/98/e8420d4d8468fa6d2ff1c142658609b9f4ab151ce9aaef5927aff200385d/osml_imagery_toolkit-1.4.0.tar.gz",
"platform": null,
"description": "The OversightML Imagery Toolkit is a Python package that contains image processing and photogrammetry routines commonly\nused during the analysis of imagery collected by satellites and unmanned aerial vehicles (UAVs). It builds upon GDAL\nby providing additional support for images compliant with the National Imagery Transmission Format (NITF), Sensor\nIndependent Complex Data (SICD), and Sensor Independent Derived Data (SIDD) standards.\n\nThis library contains four core packages under the `aws.osml` namespace:\n* **photogrammetry**: convert locations between the image (x, y) and geodetic (lon, lat, elev) coordinate systems\n* **gdal**: utilities to work with datasets loaded by GDAL\n* **image_processing**: common image manipulation routines\n* **features**: common geospatial feature manipulation routines\n\n## Documentation\n\n* **APIs**: You can find the latest API documentation for the OSML Imagery Toolkit hosted [here](https://aws-solutions-library-samples.github.io/osml-imagery-toolkit/).\n If you are working from the source code running `tox -e docs` will trigger the Sphinx documentation build.\n* **Example Notebooks**: Example notebooks for some operations are in the `examples` directory\n\n## Installation\n\nThis software is available through a Python Package Index.\nIf your environment has a distribution, you should be able to install it using pip:\n```shell\npip install osml-imagery-toolkit[gdal]\n```\n\nIf you are working from a source code, you can build and install the package from the root directory of the\ndistribution.\n```shell\npip install .[gdal]\n```\nNote that GDAL is listed as an extra dependency for this package. This is done to facilitate environments that either\ndon't want to use GDAL or those that have their own custom installation steps for that library. Future versions of\nthis package will include image IO backbones that have fewer dependencies.\n\n## Contributing\nWe welcome contributions and suggestions. If you would like to submit a pull request please do so using a GitHub pull\nrequest [here](https://github.com/aws-solutions-library-samples/osml-imagery-toolkit/pulls).\n",
"bugtrack_url": null,
"license": " MIT No Attribution Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Toolkit to work with imagery collected by satellites and UAVs",
"version": "1.4.0",
"project_urls": {
"Source": "https://github.com/aws-solutions-library-samples/osml-imagery-toolkit",
"Tracker": "https://github.com/aws-solutions-library-samples/osml-imagery-toolkit/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8609e327c1334136beea7adce89286ff940113572415953bc4cb0cf3d742c75e",
"md5": "ccd7ef50f1e1bc5ef8acaeea360e61f3",
"sha256": "da43621dea9ac6862194eff295ef4d7e12c367e5f94c48c9d0d14c2004764b92"
},
"downloads": -1,
"filename": "osml_imagery_toolkit-1.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ccd7ef50f1e1bc5ef8acaeea360e61f3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 247391,
"upload_time": "2024-10-15T17:01:26",
"upload_time_iso_8601": "2024-10-15T17:01:26.633413Z",
"url": "https://files.pythonhosted.org/packages/86/09/e327c1334136beea7adce89286ff940113572415953bc4cb0cf3d742c75e/osml_imagery_toolkit-1.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e298e8420d4d8468fa6d2ff1c142658609b9f4ab151ce9aaef5927aff200385d",
"md5": "fb75bc93b68b93d9323305b63348e05b",
"sha256": "0ba99003adae0ba304a8277d3af047296e1106cf8c5e322c84e5400082157080"
},
"downloads": -1,
"filename": "osml_imagery_toolkit-1.4.0.tar.gz",
"has_sig": false,
"md5_digest": "fb75bc93b68b93d9323305b63348e05b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 173361,
"upload_time": "2024-10-15T17:01:28",
"upload_time_iso_8601": "2024-10-15T17:01:28.725279Z",
"url": "https://files.pythonhosted.org/packages/e2/98/e8420d4d8468fa6d2ff1c142658609b9f4ab151ce9aaef5927aff200385d/osml_imagery_toolkit-1.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 17:01:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aws-solutions-library-samples",
"github_project": "osml-imagery-toolkit",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "osml-imagery-toolkit"
}