Skip to content

Commit

Permalink
add parse_filename to avoid hardcoding VV, use python Rasterize
Browse files Browse the repository at this point in the history
… bindings (#52)

* rename gslc to cslc. use `Rasterize` bindings

* update test file name

* add `parse_filename`

* move the CSLC-specific function from `bursts` to `_cslc`

* add a `get_dataset_name` for the make function

* dont supply creation options to overwrite

* make smaller CSLC sample, correct CRS missing

* point to new file

* wrap helper

* fix tests for new data

* `isoformat` for `Z` only works 3.11+

* add `utc` back

* fix fspath

* fix test fspath. dedupe the search as well as download
  • Loading branch information
scottstanie authored Jul 17, 2024
1 parent 1610ba9 commit 1030e4b
Show file tree
Hide file tree
Showing 12 changed files with 768 additions and 531 deletions.
2 changes: 1 addition & 1 deletion src/opera_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# _version.py is autogenerated by setuptools_scm
from __future__ import annotations

from ._cslc import *
from ._dates import *
from ._gslc import *
from ._helpers import *
from ._utils import *
from ._version import version as __version__
Expand Down
Loading

0 comments on commit 1030e4b

Please sign in to comment.