Guest User

Untitled

a guest
Jan 22nd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <xarray.Dataset>
  2. Dimensions: (time: 59, x: 6951, y: 6963)
  3. Coordinates:
  4. * y (y) float64 5.193e+06 5.193e+06 5.193e+06 ... 5.298e+06 5.298e+06
  5. * x (x) float64 7.475e+05 7.476e+05 7.476e+05 ... 8.518e+05 8.518e+05
  6. * time (time) datetime64[ns] 2017-11-11T03:51:53 ... 2018-02-27T03:40:41
  7. Data variables:
  8. green (time, y, x) uint16 dask.array<shape=(59, 6963, 6951), chunksize=(2, 1000, 1000)>
  9. swir_1 (time, y, x) uint16 dask.array<shape=(59, 6963, 6951), chunksize=(2, 1000, 1000)>
  10. mask (time, y, x) int8 dask.array<shape=(59, 6963, 6951), chunksize=(2, 1000, 1000)>
  11. Attributes:
  12. crs: EPSG:32648
  13.  
  14. data.sel(x=slice(0,100),y=slice(0,100))
  15.  
  16. <xarray.Dataset>
  17. Dimensions: (time: 59, x: 0, y: 0)
  18. Coordinates:
  19. * y (y) float64
  20. * x (x) float64
  21. * time (time) datetime64[ns] 2017-11-11T03:51:53 ... 2018-02-27T03:40:41
  22. Data variables:
  23. green (time, y, x) uint16 dask.array<shape=(59, 0, 0), chunksize=(2, 0, 0)>
  24. swir_1 (time, y, x) uint16 dask.array<shape=(59, 0, 0), chunksize=(2, 0, 0)>
  25. mask (time, y, x) int8 dask.array<shape=(59, 0, 0), chunksize=(2, 0, 0)>
  26. Attributes:
  27. crs: EPSG:32648
Add Comment
Please, Sign In to add comment