Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 SyncroSim
Copyright (c) 2026 SyncroSim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 0 additions & 6 deletions docs/_autosummary/pysyncrosim.raster.Raster.__init__.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_autosummary/pysyncrosim.raster.Raster.crs.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_autosummary/pysyncrosim.raster.Raster.dimensions.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_autosummary/pysyncrosim.raster.Raster.extent.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_autosummary/pysyncrosim.raster.Raster.name.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_autosummary/pysyncrosim.raster.Raster.resolution.rst

This file was deleted.

39 changes: 0 additions & 39 deletions docs/_autosummary/pysyncrosim.raster.Raster.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_autosummary/pysyncrosim.raster.Raster.source.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_autosummary/pysyncrosim.raster.Raster.values.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_autosummary/pysyncrosim.scenario.Scenario.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

~Scenario.__init__
~Scenario.copy
~Scenario.datasheet_rasters
~Scenario.datasheets
~Scenario.delete
~Scenario.folders
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'pysyncrosim'
copyright = '2025, ApexRMS'
copyright = '2026, ApexRMS'
author = 'ApexRMS'

# The full version, including alpha/beta/rc tags
Expand Down
1 change: 0 additions & 1 deletion docs/module_summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ API Reference
helper
library.Library
project.Project
raster.Raster
scenario.Scenario
session.Session

Expand Down
Binary file removed examples/input-raster.tif
Binary file not shown.
191 changes: 0 additions & 191 deletions examples/spatial_demo.py

This file was deleted.

1 change: 0 additions & 1 deletion pysyncrosim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from pysyncrosim.library import Library
from pysyncrosim.project import Project
from pysyncrosim.scenario import Scenario
from pysyncrosim.raster import Raster
from pysyncrosim.folder import Folder
from pysyncrosim.environment import runtime_data_folder
from pysyncrosim.environment import runtime_temp_folder
Expand Down
Loading