Metadata-Version: 2.4
Name: georeferencer
Version: 0.3.4
Summary: Python package for georeferencing satellite imagery.
Author-email: Jacob Nilsson <jacobnilsson95@hotmail.com>, Martin Raspaud <martin.raspaud@smhi.se>
License-Expression: Apache-2.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dask>=2025.3.0
Requires-Dist: pyresample>=1.33.0
Requires-Dist: rioxarray>=0.18.2
Requires-Dist: scipy>=1.15.2
Requires-Dist: pyorbital>1.10.0
Requires-Dist: numba>=0.61.2
Requires-Dist: python-geotiepoints>=1.7.5
Provides-Extra: test
Requires-Dist: pytest>=8.3.5; extra == "test"
Provides-Extra: standalone
Requires-Dist: pygac>=1.7.4; extra == "standalone"
Provides-Extra: intel
Requires-Dist: intel-openmp>=2025.1.0; extra == "intel"
Dynamic: license-file

# georeferencer
Python package for georeferencing satellite imagery.


# License

Copyright 2024 Georeferencer developers

Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
