There are European and UK rules governing how you can ship waste into or out of the country.
The regulations apply from the point of loading the waste until it has been fully recovered or disposed of at the destination facility. If you fail to follow them, you may be committing a criminal offence and risk prosecution, financial penalties and/or imprisonment.
https://www.gov.uk/guidance/importing-and-exporting-waste
The following system dependencies are required to build the solution:
- Visual Studio 2013+ (Community Edition available)
- SQL Server Express 2014
- .NET Framework 4.5.2 SDK
Clone the repository, copying the project into a working directory:
git clone https://github.com/EnvironmentAgency/prsd-iws.git
- Open the IWS solution file (EA.Iws.sln).
- In Visual Studio, configure the NuGet Package Manager ('Tools' -> 'NuGet Package Manager' -> 'Package Manager Settings') to:
- Allow NuGet to download missing packages.
- Automatically check for missing packages during build in Visual Studio.
- Build the project. NuGet will download the missing packages.
The IWS project uses AliaSQL to manage the creation of and updates to the database.
- Within the solution, find the EA.Iws.Database project.
- Open the App.config of this project. In the appSettings, set the value for 'DatabaseServer' as the database server to be used. The local SQL server express database (.\SQLEXPRESS) will be used if this value is not set.
- You can alter the value of 'DatabaseName' if you wish the database to be created with a different name.
- Run the database project (this can be in debug mode). You will be shown a list of possible actions. Choose 'Create', which will run the scripts to create the database.
We use xUnit and FakeItEasy for unit testing.
The tests can be run using the test explorer in Visual Studio, or via the xUnit.net console runner.
If you have an idea you'd like to contribute please log an issue.
All contributions should be submitted via a pull request.
THIS INFORMATION IS LICENSED UNDER THE CONDITIONS OF THE OPEN GOVERNMENT LICENCE found at:
http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3
The following attribution statement MUST be cited in your products and applications when using this information.
Contains public sector information licensed under the Open Government license v3
The Open Government Licence (OGL) was developed by the Controller of Her Majesty's Stationery Office (HMSO) to enable information providers in the public sector to license the use and re-use of their information under a common open licence.
It is designed to encourage use and re-use of information freely and flexibly, with only a few conditions.