This version of the Swath Projector updates dependencies used by the service,
including converting to the use of earthdata-varinfo
in place of
sds-varinfo
. The Python version of the conda environment is also updated to
Python 3.11.
This version of the Swath Projector updates the sds-varinfo
dependency to
v3.0.0. The major difference in this upgrade is the adoption of a JSON
formatted configuration file, in place of the previous YAML format. In addition,
the version of Python used in the service Docker images has been updated to 3.10.
This version of the Swath Projector updates the harmony-service-lib
dependency to v1.0.20, to accommodate change in the way Harmony handles STAC
objects. Other dependencies are also updated, including the version of Python
in which the service is run (now 3.9).
This version of the Swath Projector implements semantic version numbers to allow for tagging of Docker images, and better control of different Docker images in different environments.
The basic functionality in this service offers projection of swath data into a projected grid. Interpolation options include:
- Nearest Neighbour
- Bilinear
- Elliptically Weighted Averaging (EWA)
- EWA-Nearest Neighbour (EWA-NN)
Interpolation is accomplished using the pyresample Python package.