We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When plotting time series, using version 2.0.0a3, as in:
2.0.0a3
coverage = service['S2-16D-2'] time_series = coverage.ts(attributes=(['B04', 'B08']), latitude=-9.41866, longitude=-61.46103, start_date='2019-01-01', end_date='2019-12-31') time_series.plot()
or
timeseries = coverage.ts(attributes=(['NDVI']), geom=shapely.geometry.box(-59.60, -5.69, -59.59, -5.68), start_datetime="2020-01-01", end_datetime="2022-12-31") timeseries.plot()
the Title of the plot is in the wrong place as be seen in:
and
The text was updated successfully, but these errors were encountered:
GSansigolo
No branches or pull requests
When plotting time series, using version
2.0.0a3
, as in:or
the Title of the plot is in the wrong place as be seen in:
and
The text was updated successfully, but these errors were encountered: