diff --git a/environment.yml b/environment.yml index 10a0b0e..be4ad55 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: pyrosar_rtc +name: sar-antarctica channels: - conda-forge - defaults diff --git a/pyproject.toml b/pyproject.toml index f3af4c5..7bb7b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [project] -name = "antarctica-sar" +name = "sar-antarctica" requires-python = ">=3.8" authors = [ {name="Geoscience Australia", email="DigitalEarthAntarctica@ga.gov.au"}, @@ -18,7 +18,7 @@ classifiers=[ version = "0.1" # TODO base this on files in proje t [project.urls] -Homepage = "https://github.com/GeoscienceAustralia/sar-pyrosar-nci.git" +Homepage = "https://github.com/GeoscienceAustralia/sar-antarctica.git" # Documentation = "XXX" [tool.pytest.ini_options] diff --git a/antarctica_sar/nci/preparation/find_scene.py b/sar_antarctica/nci/preparation/find_scene.py similarity index 100% rename from antarctica_sar/nci/preparation/find_scene.py rename to sar_antarctica/nci/preparation/find_scene.py diff --git a/antarctica_sar/nci/preparation/orbits.py b/sar_antarctica/nci/preparation/orbits.py similarity index 100% rename from antarctica_sar/nci/preparation/orbits.py rename to sar_antarctica/nci/preparation/orbits.py diff --git a/antarctica_sar/nci/preparation/scenes.py b/sar_antarctica/nci/preparation/scenes.py similarity index 100% rename from antarctica_sar/nci/preparation/scenes.py rename to sar_antarctica/nci/preparation/scenes.py