ICOS-Carbon-Portal / pylib

Python library for direct access to ICOS time series data.
12 stars 3 forks source link

Move STILT to its own location #188

Closed ZogopZ closed 2 months ago

ZogopZ commented 4 months ago

Move STILT and its dependencies to a new directory. STILT will be delivered as a standalone library. At the same time we will try to keep the code changes (import statements) within jupyter notebooks intact. If that's not possible, the import statements will change from from icoscp.stilt import ... to from icoscp_stilt import ...