diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:53:57 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:53:57 +0000 |
| commit | af48a370d499cd74150d709ff0bd1312e7f58341 (patch) | |
| tree | 3de36e0d73dc4e1e3e64a9125447f97fe86fc6ab /python-eoreader.spec | |
| parent | 533d13ce0d658797d4572f352c0d6457b7bd784f (diff) | |
automatic import of python-eoreaderopeneuler20.03
Diffstat (limited to 'python-eoreader.spec')
| -rw-r--r-- | python-eoreader.spec | 87 |
1 files changed, 57 insertions, 30 deletions
diff --git a/python-eoreader.spec b/python-eoreader.spec index 6b730ec..b603454 100644 --- a/python-eoreader.spec +++ b/python-eoreader.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-eoreader -Version: 0.19.4 +Version: 0.20.0 Release: 1 Summary: Remote-sensing opensource python library reading optical and SAR constellations, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way. License: Apache Software License URL: https://pypi.org/project/eoreader/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6f/cf/69f12d4d64fd8b4f68c7ee0a1f443f5b042ce7a74fd9b558aa126b36c8d8/eoreader-0.19.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bf/1f/9839f4df5953b5600e66b73b86c1355320f45b38b093b5a11854187b7569/eoreader-0.20.0.tar.gz BuildArch: noarch Requires: python3-lxml @@ -41,11 +41,17 @@ Requires: python3-dicttoxml and [SAR](https://eoreader.readthedocs.io/en/latest/sar.html) constellations, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way. -| **Optical** | **SAR** | -|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `Sentinel-2` and `Sentinel-2 Theia`<br>`Sentinel-3 OLCI` and `SLSTR`<br>`Landsat` 1 to 9<br>`Harmonized Landsat-Sentinel`<br>`PlanetScope`, `SkySat` and `RapidEye`<br>`Pleiades` and `Pleiades-Neo`<br>`SPOT-6/7`<br>`SPOT-4/5`<br>`Vision-1`<br>`Maxar` (WorldViews, GeoEye)<br>`SuperView-1`<br>`GEOSAT-2` | `Sentinel-1`<br>`COSMO-Skymed` 1st and 2nd Generation<br>`TerraSAR-X`, `TanDEM-X` and `PAZ SAR`<br>`RADARSAT-2` and `RADARSAT-Constellation`<br>`ICEYE`<br>`SAOCOM`<br>`Capella` | +## Managed optical constellations -It also implements additional **sensor-agnostic** features: +[](https://eoreader.readthedocs.io/en/latest/optical.html) + +## Managed SAR constellations + +[](https://eoreader.readthedocs.io/en/latest/sar.html) + +## Features + +EOReader implements **sensor-agnostic** features: - [`load`](https://eoreader.readthedocs.io/en/latest/api/eoreader.products.product.Product.html#eoreader.products.product.Product.load): Load many band types: - satellite bands ([optical](https://eoreader.readthedocs.io/en/latest/optical.html#satellite-bands) or [SAR](https://eoreader.readthedocs.io/en/latest/sar.html#sar-bands)) @@ -54,8 +60,9 @@ It also implements additional **sensor-agnostic** features: - [DEM bands](https://eoreader.readthedocs.io/en/latest/optical.html#dem-bands) - [`stack`](https://eoreader.readthedocs.io/en/latest/api/eoreader.products.product.Product.html#eoreader.products.product.Product.stack): Stack all these type of bands -EOReader works with [`xarrays.DataArray`](http://xarray.pydata.org/en/stable/generated/xarray.DataArray.html#xarray.DataArray) -and [`geopandas.GeoDataFrames`](https://geopandas.org/docs/user_guide/data_structures.html#geodataframe) +EOReader works mainly with: +- [`xarrays.DataArray`](http://xarray.pydata.org/en/stable/generated/xarray.DataArray.html#xarray.DataArray) and [`xarrays.Dataset`](http://xarray.pydata.org/en/stable/generated/xarray.Dataset.html#xarray.Dataset) for raster data +- [`geopandas.GeoDataFrames`](https://geopandas.org/docs/user_guide/data_structures.html#geodataframe) for vector data (extents, footprints...) ## Python Quickstart @@ -191,6 +198,8 @@ If this happens to you, do not hesitate to make a PR or write an issue about tha - Mentionned in **[Live+]SIG 2022 by ESRI France** (in French): `Enrichir ArcgisPro grâce à des processus personnalisés d'observation de la Terre` [ [PDF](https://seafile.unistra.fr/f/9502a14f142041468837/) ] +- Mentioned in GeoPython 2023 - `FLORIA, a custom python pipeline for urban flood extraction from SAR multi-sensors, supported by U-Net convolutional network.` +- Mentioned in EGU 2023 - [`Cutting-edge developments in rapid mapping`](https://doi.org/10.5194/egusphere-egu23-14143) ## Press Release @@ -198,7 +207,7 @@ If this happens to you, do not hesitate to make a PR or write an issue about tha ## Articles -- [Maxant, J.; Braun, R.; Caspard, M.; Clandillon, S. ExtractEO, a Pipeline for Disaster Extent Mapping in the Context of Emergency Management. Remote Sens. 2022, 14, 5253. (Technical Note)](https://doi.org/10.3390/rs14205253) +- [Maxant, J. Braun, R. Caspard, M. Clandillon, S. ExtractEO, a Pipeline for Disaster Extent Mapping in the Context of Emergency Management. Remote Sens. 2022, 14, 5253. (Technical Note)](https://doi.org/10.3390/rs14205253) ## License @@ -245,11 +254,17 @@ BuildRequires: python3-pip and [SAR](https://eoreader.readthedocs.io/en/latest/sar.html) constellations, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way. -| **Optical** | **SAR** | -|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `Sentinel-2` and `Sentinel-2 Theia`<br>`Sentinel-3 OLCI` and `SLSTR`<br>`Landsat` 1 to 9<br>`Harmonized Landsat-Sentinel`<br>`PlanetScope`, `SkySat` and `RapidEye`<br>`Pleiades` and `Pleiades-Neo`<br>`SPOT-6/7`<br>`SPOT-4/5`<br>`Vision-1`<br>`Maxar` (WorldViews, GeoEye)<br>`SuperView-1`<br>`GEOSAT-2` | `Sentinel-1`<br>`COSMO-Skymed` 1st and 2nd Generation<br>`TerraSAR-X`, `TanDEM-X` and `PAZ SAR`<br>`RADARSAT-2` and `RADARSAT-Constellation`<br>`ICEYE`<br>`SAOCOM`<br>`Capella` | +## Managed optical constellations + +[](https://eoreader.readthedocs.io/en/latest/optical.html) + +## Managed SAR constellations -It also implements additional **sensor-agnostic** features: +[](https://eoreader.readthedocs.io/en/latest/sar.html) + +## Features + +EOReader implements **sensor-agnostic** features: - [`load`](https://eoreader.readthedocs.io/en/latest/api/eoreader.products.product.Product.html#eoreader.products.product.Product.load): Load many band types: - satellite bands ([optical](https://eoreader.readthedocs.io/en/latest/optical.html#satellite-bands) or [SAR](https://eoreader.readthedocs.io/en/latest/sar.html#sar-bands)) @@ -258,8 +273,9 @@ It also implements additional **sensor-agnostic** features: - [DEM bands](https://eoreader.readthedocs.io/en/latest/optical.html#dem-bands) - [`stack`](https://eoreader.readthedocs.io/en/latest/api/eoreader.products.product.Product.html#eoreader.products.product.Product.stack): Stack all these type of bands -EOReader works with [`xarrays.DataArray`](http://xarray.pydata.org/en/stable/generated/xarray.DataArray.html#xarray.DataArray) -and [`geopandas.GeoDataFrames`](https://geopandas.org/docs/user_guide/data_structures.html#geodataframe) +EOReader works mainly with: +- [`xarrays.DataArray`](http://xarray.pydata.org/en/stable/generated/xarray.DataArray.html#xarray.DataArray) and [`xarrays.Dataset`](http://xarray.pydata.org/en/stable/generated/xarray.Dataset.html#xarray.Dataset) for raster data +- [`geopandas.GeoDataFrames`](https://geopandas.org/docs/user_guide/data_structures.html#geodataframe) for vector data (extents, footprints...) ## Python Quickstart @@ -395,6 +411,8 @@ If this happens to you, do not hesitate to make a PR or write an issue about tha - Mentionned in **[Live+]SIG 2022 by ESRI France** (in French): `Enrichir ArcgisPro grâce à des processus personnalisés d'observation de la Terre` [ [PDF](https://seafile.unistra.fr/f/9502a14f142041468837/) ] +- Mentioned in GeoPython 2023 - `FLORIA, a custom python pipeline for urban flood extraction from SAR multi-sensors, supported by U-Net convolutional network.` +- Mentioned in EGU 2023 - [`Cutting-edge developments in rapid mapping`](https://doi.org/10.5194/egusphere-egu23-14143) ## Press Release @@ -402,7 +420,7 @@ If this happens to you, do not hesitate to make a PR or write an issue about tha ## Articles -- [Maxant, J.; Braun, R.; Caspard, M.; Clandillon, S. ExtractEO, a Pipeline for Disaster Extent Mapping in the Context of Emergency Management. Remote Sens. 2022, 14, 5253. (Technical Note)](https://doi.org/10.3390/rs14205253) +- [Maxant, J. Braun, R. Caspard, M. Clandillon, S. ExtractEO, a Pipeline for Disaster Extent Mapping in the Context of Emergency Management. Remote Sens. 2022, 14, 5253. (Technical Note)](https://doi.org/10.3390/rs14205253) ## License @@ -446,11 +464,17 @@ Provides: python3-eoreader-doc and [SAR](https://eoreader.readthedocs.io/en/latest/sar.html) constellations, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way. -| **Optical** | **SAR** | -|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `Sentinel-2` and `Sentinel-2 Theia`<br>`Sentinel-3 OLCI` and `SLSTR`<br>`Landsat` 1 to 9<br>`Harmonized Landsat-Sentinel`<br>`PlanetScope`, `SkySat` and `RapidEye`<br>`Pleiades` and `Pleiades-Neo`<br>`SPOT-6/7`<br>`SPOT-4/5`<br>`Vision-1`<br>`Maxar` (WorldViews, GeoEye)<br>`SuperView-1`<br>`GEOSAT-2` | `Sentinel-1`<br>`COSMO-Skymed` 1st and 2nd Generation<br>`TerraSAR-X`, `TanDEM-X` and `PAZ SAR`<br>`RADARSAT-2` and `RADARSAT-Constellation`<br>`ICEYE`<br>`SAOCOM`<br>`Capella` | +## Managed optical constellations + +[](https://eoreader.readthedocs.io/en/latest/optical.html) + +## Managed SAR constellations + +[](https://eoreader.readthedocs.io/en/latest/sar.html) + +## Features -It also implements additional **sensor-agnostic** features: +EOReader implements **sensor-agnostic** features: - [`load`](https://eoreader.readthedocs.io/en/latest/api/eoreader.products.product.Product.html#eoreader.products.product.Product.load): Load many band types: - satellite bands ([optical](https://eoreader.readthedocs.io/en/latest/optical.html#satellite-bands) or [SAR](https://eoreader.readthedocs.io/en/latest/sar.html#sar-bands)) @@ -459,8 +483,9 @@ It also implements additional **sensor-agnostic** features: - [DEM bands](https://eoreader.readthedocs.io/en/latest/optical.html#dem-bands) - [`stack`](https://eoreader.readthedocs.io/en/latest/api/eoreader.products.product.Product.html#eoreader.products.product.Product.stack): Stack all these type of bands -EOReader works with [`xarrays.DataArray`](http://xarray.pydata.org/en/stable/generated/xarray.DataArray.html#xarray.DataArray) -and [`geopandas.GeoDataFrames`](https://geopandas.org/docs/user_guide/data_structures.html#geodataframe) +EOReader works mainly with: +- [`xarrays.DataArray`](http://xarray.pydata.org/en/stable/generated/xarray.DataArray.html#xarray.DataArray) and [`xarrays.Dataset`](http://xarray.pydata.org/en/stable/generated/xarray.Dataset.html#xarray.Dataset) for raster data +- [`geopandas.GeoDataFrames`](https://geopandas.org/docs/user_guide/data_structures.html#geodataframe) for vector data (extents, footprints...) ## Python Quickstart @@ -596,6 +621,8 @@ If this happens to you, do not hesitate to make a PR or write an issue about tha - Mentionned in **[Live+]SIG 2022 by ESRI France** (in French): `Enrichir ArcgisPro grâce à des processus personnalisés d'observation de la Terre` [ [PDF](https://seafile.unistra.fr/f/9502a14f142041468837/) ] +- Mentioned in GeoPython 2023 - `FLORIA, a custom python pipeline for urban flood extraction from SAR multi-sensors, supported by U-Net convolutional network.` +- Mentioned in EGU 2023 - [`Cutting-edge developments in rapid mapping`](https://doi.org/10.5194/egusphere-egu23-14143) ## Press Release @@ -603,7 +630,7 @@ If this happens to you, do not hesitate to make a PR or write an issue about tha ## Articles -- [Maxant, J.; Braun, R.; Caspard, M.; Clandillon, S. ExtractEO, a Pipeline for Disaster Extent Mapping in the Context of Emergency Management. Remote Sens. 2022, 14, 5253. (Technical Note)](https://doi.org/10.3390/rs14205253) +- [Maxant, J. Braun, R. Caspard, M. Clandillon, S. ExtractEO, a Pipeline for Disaster Extent Mapping in the Context of Emergency Management. Remote Sens. 2022, 14, 5253. (Technical Note)](https://doi.org/10.3390/rs14205253) ## License @@ -628,7 +655,7 @@ Follow us on [Twitter](https://twitter.com/eoreader). %prep -%autosetup -n eoreader-0.19.4 +%autosetup -n eoreader-0.20.0 %build %py3_build @@ -642,20 +669,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -668,5 +695,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.0-1 - Package Spec generated |
