File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- # xrenmap
1+ # xarray-enmap
22
33An xarray backend to read EnMAP archives.
Original file line number Diff line number Diff line change 1- name : xrenmap
1+ name : xarray-enmap
22channels :
33 - conda-forge
44dependencies :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " xrenmap "
8+ name = " xarray-enmap "
99dynamic = [" version" ]
1010authors = [
1111 {
name =
" Pontus Lurcock" ,
email =
" [email protected] " }
@@ -26,7 +26,7 @@ dependencies = [
2626]
2727
2828[tool .setuptools .dynamic ]
29- version = {attr = " xrenmap .__version__" }
29+ version = {attr = " xarray_enmap .__version__" }
3030
3131[tool .setuptools .packages .find ]
3232exclude = [
@@ -51,10 +51,10 @@ doc = [
5151]
5252
5353[project .urls ]
54- Documentation = " https://github.com/xcube-dev/xrenmap /blob/main/README.md"
55- Issues = " https://github.com/xcube-dev/xrenmap /issues"
56- Changelog = " https://github.com/xcube-dev/xrenmap /blob/main/CHANGES.md"
57- Repository = " https://github.com/xcube-dev/xrenmap "
54+ Documentation = " https://github.com/xcube-dev/xarray_enmap /blob/main/README.md"
55+ Issues = " https://github.com/xcube-dev/xarray_enmap /issues"
56+ Changelog = " https://github.com/xcube-dev/xarray_enmap /blob/main/CHANGES.md"
57+ Repository = " https://github.com/xcube-dev/xarray_enmap "
5858
5959[project .entry-points ."xarray .backends" ]
60- enmap = " xrenmap.xrenmap :EnmapEntrypoint"
60+ enmap = " xarray_enmap.xarray_enmap :EnmapEntrypoint"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def open_dataset(
4444 * ,
4545 drop_variables : str | Iterable [str ] | None = None ,
4646 ) -> xr .Dataset :
47- self .temp_dir = tempfile .mkdtemp (prefix = "xrenmap -" )
47+ self .temp_dir = tempfile .mkdtemp (prefix = "xarray-enmap -" )
4848 path = pathlib .Path (filename_or_obj )
4949 if path .is_file ():
5050 ds = read_dataset_from_archive (filename_or_obj , self .temp_dir )
You can’t perform that action at this time.
0 commit comments