- Created: April 2023
- Author: Renier Kramer, renier.kramer@hdsr.nl
- Maintainer: Roger de Crook, roger.de.crook@hdsr.nl
- Python version: >=3.7
A python project to request data (locations, time-series, etc.) from FEWS-WIS (waterquantity) and FEWS-EFCIS (waterquality).
This project only works in HDSR's internal network, so within the VDI or virtual machine within the network.
It combines the best from two existing fewspy projects: fewspy and hkvfewspy. On top of that it adds
client-side authentication, authorisation, and throttling.
The latter is to minimize request load on HDSR's internal FEWS instances.
For detailed info on requesting FEWS APIs visit the Deltares FEWS wiki.
Hdsr_fewspy API supports 9 different API calls that can return 6 different output formats:
- xml_file_in_download_dir: The xml response is written to a .xml file in your download_dir
- json_file_in_download_dir: The json response is written to a .json file in your download_dir
- csv_file_in_download_dir: The json response is converted to csv and written to a .csv file in your download_dir
- xml_response_in_memory: the xml response is returned memory meaning you get a list with one or more responses
- json_response_in_memory: the json response is returned memory meaning you get a list with one or more responses
- pandas_dataframe_in_memory: the json response is converted to a pandas dataframe meaning you get one dataframe
API call | Supported outputs | Notes |
---|---|---|
1 get_parameters | 4, 5, 6 | Returns 1 object (xml/json response or dataframe) |
2 get_filters | 4, 5 | Returns 1 object (xml/json response) |
3 get_locations | 4, 5 | Returns 1 object (xml/json response) |
4 get_qualifiers | 4, 6 | Returns 1 object (xml response or dataframe) |
5 get_timezone_id | 4, 5 | Returns 1 object (xml/json response) |
6 get_samples | 4 | Returns 1 object (xml response) |
7 get_time_series_single | 4, 5, 6 | Returns 1 dataframe or a list >=1 xml/json responses |
8 get_time_series_multi | 1, 2, 3 | Returns a list with downloaded files (1 .csv or >=1 .xml/.json per unique location_parameter_qualifier) |
9 get_time_series_statistics | 4, 5 | Returns 1 object (xml/json response) |
Several predefined pi_settings exists for point data and for area (e.g. averaged all points within an area). We mainly distinguish three levels of data:
- raw: raw measurements from field stations. Contains valid and invalid data but lags little time with field measurements.
- work: this data is being validated by a HDSR person (data validator CAW). This data might change every day.
- validated: data without invalid data. Note that this data is published months after the actual measurement.
The names of the pi_settings are (see class DefaultPiSettingsChoices):
- wis_production_point_raw
- wis_production_point_work
- wis_production_point_validated
- wis_production_area_soilmoisture
- wis_production_area_precipitation_wiwb
- wis_production_area_precipitation_radarcorrection
- wis_production_area_evaporation_wiwb_satdata
- wis_production_area_evaporation_waterwatch
- efcis_production_point_fysische_chemie
- efcis_production_point_biologie
Below you find 10 examples for the 9 different requests. In hdsr_fewspy/examples/ you also find code to download discharge (point), soil moisture (area), evaporation (area), and precipitation (area) time-series.
- Only once needed: ensure you have a github account with a GITHUB_PERSONAL_ACCESS_TOKEN. Read github_personal_access_token below to know what to do with this token.
- Only once needed: ensure your github username is registered in user and auth settings permissions.csv file. If not, ask the maintainer of hdsr_fewspy to fix this.
- You can create a hdsr_fewspy API in two ways (the first dominates the second). We advise to use the second:
- with API argument 'github_personal_access_token', thus
api = hdsr_fewspy.Api(<github_personal_access_token>)
. - or with API argument 'secrets_env_path' (defaults to 'G:/secrets.env'), thus
api = hdsr_fewspy.Api(<your_secrets_env_path>)
. The .env file must have a row:
- with API argument 'github_personal_access_token', thus
GITHUB_PERSONAL_ACCESS_TOKEN=<your_github_token>
- Only once per project: install hdsr_fewspy dependency:
pip install hdsr-fewspy
# or
conda install hdsr-fewspy --channel hdsr-mid
- Example simple 'create API instance':
import hdsr_fewspy
api = hdsr_fewspy.Api()
- Example sophisticated 'create API instance':
import hdsr_fewspy
# Optionally, you can specify several API arguments:
# github_email: str,
# github_personal_access_token: str
# secrets_env_path: str or pathlib.Path
# pi_settings: hdsr_fewspy.PiSettings
# output_directory_root: str or pathlib.path
# option 1
# For example in case of pi_settings, you can use predefined settings, see topic 'DefaultPiSettingsChoices' above
# To list all DefaultPiSettingsChoices:
hdsr_fewspy.DefaultPiSettingsChoices.get_all(
# For fews-wis api, use a DefaultPiSettingsChoices that starts with 'wis_', for example:
api = hdsr_fewspy.Api(pi_settings=hdsr_fewspy.DefaultPiSettingsChoices.wis_production_point_work)
# For fews-efcis api, use a DefaultPiSettingsChoices that starts with 'efics_', for example:
api = hdsr_fewspy.Api(pi_settings=hdsr_fewspy.DefaultPiSettingsChoices.efcis_production_point_biologie)
# option 2
# Or create your own pi_settings:
custom_settings = hdsr_fewspy.PiSettings(
settings_name="choose from settings.csv in hdsr_fewspy_auth",
document_version=1.25,
ssl_verify=True,
domain="localhost",
port=8080,
service="FewsWebServices",
filter_id="INTERNAL-API",
module_instance_ids="WerkFilter",
time_zone=hdsr_fewspy.TimeZoneChoices.eu_amsterdam.value, # = 1.0 (only affects get_time_series dataframe and csv)
)
api = hdsr_fewspy.Api(pi_settings=custom_settings)
# option 3
# In case you want to download responses to file, then you need to specify an output_directory_root
# The files will be downloaded in a subdir: output_directory_root/hdsr_fewspy_<datetime>/<files_will_be_downloaded_here>
api = hdsr_fewspy.Api(output_directory_root=<path_to_a_dir>)
- get_parameters
df = api.get_parameters(output_choice=hdsr_fewspy.OutputChoices.pandas_dataframe_in_memory)
# id name parameter_type unit display_unit uses_datum parameter_group
# ---------------------------------------------------------------------------------------------------------
# BG.b.0 Oppervlaktebegroeiing [%] - noneq instantaneous % % False Begroeiingsgraad
# BG.fd.0 Flab en draadwieren [%] - noneq instantaneous % % False Begroeiingsgraad
# BG.ka.0 Algen-/kroosbedekking [%] - noneq instantaneous % % False Begroeiingsgraad
# ...etc...
- get_filters
response = api.get_filters(output_choice=hdsr_fewspy.OutputChoices.json_response_in_memory)
response.json()
# {
# "version": "1.25",
# "filters": [
# {
# "id": "INTERNAL-API",
# "name": "INTERNAL-API",
# "child": [{"id": "INTERNAL-API.RUWMET", "name": "Ruwe metingen (punt)"
# ...etc...
- get_locations
gdf = get_locations(output_choice=hdsr_fewspy.OutputChoices.pandas_dataframe_in_memory, show_attributes=True)
# location_id description short_name lat lon x y z parent_location_id geometry attributes
# -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# beg_062 BEGROEIINGSMEETPUNT beg_062-LR_13_xruim 52.58907339700342 5.1718081593021505 140251.0 460118.0 0.0 NaN POINT (140251.000 460118.000) [{'name': 'LOC_NAME', 'type': 'text', 'id': 'LOC_NAME', 'value': 'beg_062 ...etc...]
# beg_084 BEGROEIINGSMEETPUNT beg_084-LR_17_xruim 52.06261306007392 5.12600382893812 137088.0 452734.0 0.0 NaN POINT (137088.000 452734.000) [{'name': 'LOC_NAME', 'type': 'text', 'id': 'LOC_NAME', 'value': 'beg_084 ...etc...]
# beg_102 BEGROEIINGSMEETPUNT beg_102-KR_9_xruim 52.07249358678008 5.215531005948442 143230.0 453815.0 0.0 NaN POINT (143230.000 453815.000) [{'name': 'LOC_NAME', 'type': 'text', 'id': 'LOC_NAME', 'value': 'beg_102 ...etc...]
# ...etc...
- get_qualifiers
df = fixture_api_sa_no_download_dir.get_qualifiers(output_choice=hdsr_fewspy.OutputChoices.pandas_dataframe_in_memory)
# id name group_id
# -----------------------------------
# ergkrap erg krap (max 10%) None
# krap krap (max 30%) None
# normaal normaal (max 50%) None
# ruim ruim (max 70%) None
# ...etc...
- get_timezone_id
response = api.get_timezone_id(output_choice=hdsr_fewspy.OutputChoices.json_response_in_memory)
# verify response
assert response.text == "GMT"
assert TimeZoneChoices.get_tz_float(value="GMT") == TimeZoneChoices.gmt.value == 0.0
- get_samples
# Note: only FEWS-EFCIS contains sample data
api = hdsr_fewspy.Api(pi_settings=hdsr_fewspy.DefaultPiSettingsChoices.efcis_production_point_biologie)
response = api.get_samples(output_choice=hdsr_fewspy.OutputChoices.xml_response_in_memory)
print(response.text)
# <Samples xmlns="http://www.wldelft.nl/fews/PI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fs="http://www.wldelft.nl/fews/fs" xmlns:qualifierId="http://www.wldelft.nl/fews/qualifierId" xsi:schemaLocation="http://www.wldelft.nl/fews/PI https://fewsdocs.deltares.nl/schemas/version1.0/pi-schemas/pi_samples.xsd" version="1.34">
# <timeZone>0.0</timeZone>
# <sample id="2020_00090e">
# <header>
# <moduleInstanceId>Import_EFCIS_dump</moduleInstanceId>
# <locationId>20924</locationId>
# <sampleDate date="2020-01-09" time="09:57:00"/>
# <lat>51.98814213752072</lat>
# <lon>5.243994665879352</lon>
# <x>145163.0</x>
# <y>444426.0</y>
# </header>
# <properties>
# <string key="activiteit" value="Automatische FTP import"/>
# <string key="namespace" value="NL14"/>
# </properties>
# <table>
# <row parameterId="WNS1042" qualifierId:q1="WNS1042" qualifierId:q2="GH_34" qualifierId:q3="HH_492" qualifierId:q4="ACO_39" qualifierId:q5="MCO_39" qualifierId:q6="PC_1569" flag="0" value="0.71" unit="mg/l"/>
# <row parameterId="WNS1078" qualifierId:q1="WNS1078" qualifierId:q2="GH_34" qualifierId:q3="HH_492" qualifierId:q4="ACO_39" qualifierId:q5="MCO_39" qualifierId:q6="PC_1582" flag="0" value="0.01" detection="<" unit="ug/l"/>
# <row parameterId="WNS1085" qualifierId:q1="WNS1085" qualifierId:q2="GH_34" qualifierId:q3="HH_492" qualifierId:q4="ACO_39" qualifierId:q5="MCO_39" qualifierId:q6="PC_1584" flag="0" value="0.01" detection="<" unit="ug/l"/>
# <row parameterId="WNS1230" qualifierId:q1="WNS1230" qualifierId:q2="GH_16" qualifierId:q3="HH_492" qualifierId:q4="ACO_39" qualifierId:q5="MCO_39" qualifierId:q6="PC_1721" flag="0" value="0" unit="DIMSLS"/>
# ...
# <row parameterId="WNS742" qualifierId:q1="WNS742" qualifierId:q2="GH_34" qualifierId:q3="HH_492" qualifierId:q4="ACO_39" qualifierId:q5="MCO_39" qualifierId:q6="PC_1248" flag="0" value="3" unit="ug/l"/>
# <row parameterId="WNS814" qualifierId:q1="WNS814" qualifierId:q2="GH_34" qualifierId:q3="HH_492" qualifierId:q4="ACO_39" qualifierId:q5="MCO_39" qualifierId:q6="PC_1257" flag="0" value="0.01" detection="<" unit="ug/l"/>
# <row parameterId="WNS8372" qualifierId:q1="WNS8372" qualifierId:q2="GH_20" qualifierId:q3="HH_492" qualifierId:q4="ACO_39" qualifierId:q5="MCO_39" qualifierId:q6="PC_1725" flag="0" value="5" detection="<" unit="%"/>
# <row parameterId="WNS9756" qualifierId:q1="WNS9756" qualifierId:q2="GH_191" qualifierId:q3="HH_492" qualifierId:q4="ACO_39" qualifierId:q5="MCO_39" flag="0" value="100" unit="-"/>
# </table>
# </sample>
# </Samples>
- get_time_series_single
click here for more info on flags
# Single means: use max 1 location_id and/or parameter_id and/or qualifier_id. One large call can result in multiple
# small calls and therefore multiple responses. If your output_choice is json/xml in memory, then you get a list with
# >=1 responses. Arguments 'flag_threshold' and 'drop_missing_values' have no effect.
responses = api.get_time_series_single(
location_id = "OW433001",
parameter_id = "H.G.0",
start_time = "2012-01-01T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=1)
end_time = "2012-01-02T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=2)
output_choice = hdsr_fewspy.OutputChoices.xml_response_in_memory
)
print(responses[0].text)
# <?xml version="1.0" encoding="UTF-8"?>
# <TimeSeries xmlns="http://www.wldelft.nl/fews/PI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews/PI http://fews.wldelft.nl/schemas/version1.0/pi-schemas/pi_timeseries.xsd" version="1.25" xmlns:fs="http://www.wldelft.nl/fews/fs">
# <timeZone>0.0</timeZone>
# <series>
# <header>
# <type>instantaneous</type>
# <moduleInstanceId>WerkFilter</moduleInstanceId>
# <locationId>OW433001</locationId>
# <parameterId>H.G.0</parameterId>
# <timeStep unit="nonequidistant"/>
# <startDate date="2012-01-01" time="00:00:00"/>
# <endDate date="2012-01-02" time="00:00:00"/>
# <missVal>-999.0</missVal>
# <stationName>HAANWIJKERSLUIS_4330-w_Leidsche Rijn</stationName>
# <lat>52.08992726570302 asdf renier</lat>
# <lon>4.9547458967486095</lon>
# <x>125362.0</x>
# <y>455829.0</y>
# <z>-0.18</z>
# <units>mNAP</units>
# </header>
# <event date="2012-01-01" time="00:15:00" value="-0.35" flag="0" fs:PRIMAIR="OK" fs:VISUEEL="OK"/>
# <event date="2012-01-01" time="00:45:00" value="-0.36" flag="0" fs:PRIMAIR="OK" fs:VISUEEL="OK"/>
# <event date="2012-01-01" time="02:30:00" value="-0.37" flag="0" fs:PRIMAIR="OK" fs:VISUEEL="OK"/>
# <event date="2012-01-01" time="02:31:17" value="-0.38" flag="0" fs:PRIMAIR="OK" fs:VISUEEL="OK"/>
# <event date="2012-01-01" time="03:15:00" value="-0.39" flag="0" fs:PRIMAIR="OK" fs:VISUEEL="OK"/>
# ...etc..
# If your output_choice is dataframe, then all responses are collected in one dataframe. Arguments 'flag_threshold'
# and 'drop_missing_values' do have effect.
# Note that argument only_value_and_flag=True returns timeseries with {timestamp, value, flag}.
# This only affects output_choices dataframe and csv.
# only_value_and_flag=False returns also fields like {comment, etc}.
df = api.get_time_series_single(
location_id = "OW433001",
parameter_id = "H.G.0",
qualifier_id = "", # defaults to ""
start_time = "2012-01-01T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=1)
end_time = "2012-01-02T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=2)
drop_missing_values = True,
flag_threshold = 6, # all flags 6 and higher are removed from dataframe
thinning = None, # [integer: ms/pixel] defaults to None. See Deltares wiki (link above)
omit_empty_time_series = True, # [bool] defaults to True
only_value_and_flag = True, # [bool] defaults to True
output_choice = hdsr_fewspy.OutputChoices.pandas_dataframe_in_memory,
)
- get_time_series_multi
click here for more info on flags
# Multi means: use >=1 location_id and/or parameter_id and/or qualifier_id. The api call below results in 4 unique
# location_parameter_qualifier combinations: OW433001_hg0, OW433001_hgd, OW433002_hg0, OW433002_hgd. Per unique
# combination we do >=1 requests which therefore result in >=1 responses. If output_choice is xml/json to file, then
# each response results in a file. Arguments 'flag_threshold' and 'drop_missing_values' have no effect.
from datetime import datetime
list_with_donwloaded_csv_filepaths = api.get_time_series_multi(
location_ids = ["OW433001", "OW433002"]
parameter_ids = ["H.G.0", "H.G.d"],
start_time = "2012-01-01T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=1)
end_time = "2012-01-02T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=2)
output_choice = hdsr_fewspy.OutputChoices.xml_file_in_download_dir,
)
# This api call accepts same arguments as get_time_series_single
print(list_with_donwloaded_csv_filepaths)
# <output_directory_root>/hdsr_fewspy_<datetime>/gettimeseriesmulti_ow433001_hg0_20120101t000000z_20120102t000000z_0.json
# <output_directory_root>/hdsr_fewspy_<datetime>/gettimeseriesmulti_ow433002_hg0_20120101t000000z_20120102t000000z_0.json
# <output_directory_root>/hdsr_fewspy_<datetime>/gettimeseriesmulti_ow433002_hg0_20120101t000000z_20120102t000000z_1.json
# If output_choice is csv to file, then all responses per unique combi are grouped in one csv file. Arguments
# 'flag_threshold' and 'drop_missing_values' do have effect.
list_with_donwloaded_csv_filepaths = api.get_time_series_multi(
location_ids = ["OW433001", "OW433002"]
parameter_ids = ["H.G.0", "H.G.d"],
start_time = "2012-01-01T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=1)
end_time = "2012-01-02T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=2)
output_choice = hdsr_fewspy.OutputChoices.csv_file_in_download_dir,
)
print(list_with_donwloaded_csv_filepaths)
# <output_directory_root>/hdsr_fewspy_<datetime>/gettimeseriesmulti_ow433001_hg0_20120101t000000z_20120102t000000z.csv
# <output_directory_root>/hdsr_fewspy_<datetime>/gettimeseriesmulti_ow433002_hg0_20120101t000000z_20120102t000000z.csv
- get_time_series_statistics
from datetime import datetime
response = api.get_time_series_statistics(
location_id = "OW433001",
parameter_id = "H.G.0",
start_time = "2012-01-01T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=1)
end_time = "2012-01-02T00:00:00Z", # or as datetime.datetime(year=2012, month=1, day=2)
output_choice = hdsr_fewspy.OutputChoices.json_response_in_memory
)
print(response.text)
# {
# "timeSeries": [
# {
# "header": {
# "endDate": {"date": "2012-01-02", "time": "00:00:00"},
# "firstValueTime": {"date": "2012-01-01", "time": "00:15:00"},
# "lastValueTime": {"date": "2012-01-02", "time": "00:00:00"},
# "lat": "52.08992726570302",
# "locationId": "OW433001",
# "lon": "4.9547458967486095",
# "maxValue": "-0.28",
# "minValue": "-0.44",
# "missVal": "-999.0",
# "moduleInstanceId": "WerkFilter",
# "parameterId": "H.G.0",
# "startDate": {"date": "2012-01-01", "time": "00:00:00"},
# "stationName": "HAANWIJKERSLUIS_4330-w_Leidsche " "Rijn",
# "timeStep": {"unit": "nonequidistant"},
# "type": "instantaneous",
# "units": "mNAP",
# "valueCount": "102",
# "x": "125362.0",
# "y": "455829.0",
# "z": "-0.18",
# }
# }
# ]
# }
A github personal token (a long hash) has to be created once and updated when it expires. You can have maximum 1 token. This token is related to your github user account, so you don't need a token per repo/organisation/etc. You can create a token yourself. In short:
- Login github.com with your account (user + password)
- Ensure you have at least read-permission for the hdsr-mid repo(s) you want to interact with. To verify, browse to the specific repo. If you can open it, then you have at least read-permission. If not, please contact roger.de.crook@hdsr.nl to get access.
- Create a token:
- On github.com, go to your profile settings (click your icon right upper corner and 'settings' in the dropdown).
- Click 'developer settings' (left lower corner).
- Click 'Personal access tokens' and then 'Tokens (classic)'.
- Click 'Generate new token' and then 'Generate new token (classic)'.
- We recommend setting an expiry date of max 1 year (for safety reasons).
- Create a file (Do not share this file with others!) on your personal HDSR drive 'G:/secrets.env' and add a line: GITHUB_PERSONAL_ACCESS_TOKEN=<your_token>
For development, we request a FEWS SA webservice instance. The responses should not vary over time. Therefore, we use FEWS stand alone that serves as a reference (D:\FEWS_202202_Peilevaluatie6 on Reken01).
- Start the (reference) FEWS stand alone
- Start PiWebservice a. click with mouse on left side of screen b. press F12 c. select 'Embedded servers' d. select 'start embedded tomcat web services' Now in the log panel you should see something like: "successfully started PiWebservice with test page: blabla"
- Activate your conda environment and run tests with command 'pytest'
All contributions, bug reports, documentation improvements, enhancements and ideas are welcome on the issues page.
---------- coverage: platform win32, python 3.12.0-final-0 -----------
Name Stmts Miss Cover
-------------------------------------------------------------------------------------
hdsr_fewspy\_version.py 1 0 100%
hdsr_fewspy\api.py 121 18 85%
hdsr_fewspy\api_calls\base.py 110 14 87%
hdsr_fewspy\api_calls\get_filters.py 25 0 100%
hdsr_fewspy\api_calls\get_locations.py 44 2 95%
hdsr_fewspy\api_calls\get_parameters.py 40 1 98%
hdsr_fewspy\api_calls\get_qualifiers.py 50 16 68%
hdsr_fewspy\api_calls\get_samples.py 41 4 90%
hdsr_fewspy\api_calls\get_timezone_id.py 26 1 96%
hdsr_fewspy\api_calls\time_series\base.py 161 15 91%
hdsr_fewspy\api_calls\time_series\get_time_series_multi.py 82 6 93%
hdsr_fewspy\api_calls\time_series\get_time_series_single.py 37 1 97%
hdsr_fewspy\api_calls\time_series\get_time_series_statistics.py 24 2 92%
hdsr_fewspy\constants\choices.py 134 5 96%
hdsr_fewspy\constants\custom_types.py 2 0 100%
hdsr_fewspy\constants\github.py 8 0 100%
hdsr_fewspy\constants\paths.py 9 0 100%
hdsr_fewspy\constants\pi_settings.py 76 6 92%
hdsr_fewspy\constants\request_settings.py 12 0 100%
hdsr_fewspy\converters\download.py 83 4 95%
hdsr_fewspy\converters\json_to_df_time_series.py 151 7 95%
hdsr_fewspy\converters\manager.py 31 2 94%
hdsr_fewspy\converters\utils.py 45 11 76%
hdsr_fewspy\converters\xml_to_python_obj.py 105 26 75%
hdsr_fewspy\date_frequency.py 47 2 96%
hdsr_fewspy\examples\area.py 30 30 0%
hdsr_fewspy\examples\point.py 22 22 0%
hdsr_fewspy\exceptions.py 14 0 100%
hdsr_fewspy\permissions.py 69 5 93%
hdsr_fewspy\retry_session.py 77 15 81%
hdsr_fewspy\secrets.py 40 5 88%
setup.py 16 16 0%
-------------------------------------------------------------------------------------
TOTAL 1733 236 86%
Note1: prefix is not set in the environment.yml as then conda does not handle it very well Note2: env_directory can be anywhere, it does not have to be in your code project
> conda env create --prefix <env_directory><env_name> --file <path_to_project>/environment.yml
# example: conda env create --prefix C:/Users/xxx/.conda/envs/project_xx --file C:/Users/code_projects/xx/environment.yml
> conda info --envs # verify that <env_name> (project_xx) is in this list
> conda activate <env_name>
# At any location:
> (<env_name>) python <path_to_project>/main.py
> conda activate <env_name>
> cd <path_to_project>
> pytest # make sure pytest is installed (conda install pytest)
At any location:
> conda info --envs
Get directory where environment is located
> conda info --envs
Remove the enviroment
> conda env remove --name <env_name>
Finally, remove the left-over directory by hand
The goal is to keep the .yml as short as possible (not include sub-dependencies), yet make the environment reproducible. Why? If you do 'conda install matplotlib' you also install sub-dependencies like pyqt, qt icu, and sip. You should not include these sub-dependencies in your .yml as:
- including sub-dependencies result in an unnecessary strict environment (difficult to solve when conflicting)
- sub-dependencies will be installed when dependencies are being installed
> conda activate <conda_env_name>
Recommended:
> conda env export --from-history --no-builds | findstr -v "prefix" > --file <path_to_project>/environment_new.yml
Alternative:
> conda env export --no-builds | findstr -v "prefix" > --file <path_to_project>/environment_new.yml
--from-history:
Only include packages that you have explicitly asked for, as opposed to including every package in the
environment. This flag works regardless how you created the environment (through CMD or Anaconda Navigator).
--no-builds:
By default, the YAML includes platform-specific build constraints. If you transfer across platforms (e.g.
win32 to 64) omit the build info with '--no-builds'.
If a package is not available on all conda channels, but available as pip package, one can install pip as a dependency. Note that mixing packages from conda and pip is always a potential problem: conda calls pip, but pip does not know how to satisfy missing dependencies with packages from Anaconda repositories.
> conda activate <env_name>
> conda install pip
> pip install <pip_package>
The environment.yml might look like:
channels:
- defaults
dependencies:
- <a conda package>=<version>
- pip
- pip:
- <a pip package>==<version>
You can also write a requirements.txt file:
> pip list --format=freeze > <path_to_project>/requirements.txt