Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
EnPT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EnMAP
GFZ_Tools_EnMAP_BOX
EnPT
Graph
54b7e5a569bce1b986ead2e7b34fe7976d130d3d
Select Git revision
Branches
7
bugfix/fix_geolayer_computation
dev
enhancement/envi_output_format
feature/add_netcdf_output_format
feature/add_vnir_swir_coreg
feature/implement_isofit
main
default
protected
Tags
20
v0.21.0
v0.20.2
v0.20.1
v0.20.0
v0.19.7
v0.19.6
v0.19.5
v0.19.4
v0.19.3
v0.19.2
v0.19.1
v0.19.0
v0.18.15
v0.18.14
v0.18.13
v0.18.12
v0.18.11
v0.18.10
v0.18.9
v0.18.8
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Jan
9
10
Dec
29
Nov
27
8
2
Sep
28
Aug
26
10
Jul
9
7
Jun
3
31
May
4
Apr
27
Mar
25
22
21
20
14
13
7
5
9
Feb
8
7
6
31
Jan
4
3
21
Dec
20
18
12
11
10
8
1
Sep
11
Aug
9
19
Jul
18
26
May
5
3
Apr
27
Mar
24
22
17
13
1
28
Feb
17
16
15
14
8
7
6
3
19
Jan
17
16
6
5
3
2
14
Dec
13
8
7
6
5
16
Nov
15
12
Aug
10
29
Jul
20
12
Apr
22
Mar
16
10
31
Jan
3
21
Dec
20
17
15
26
Nov
15
8
Sep
7
4
Aug
25
Jun
22
21
19
18
17
16
15
14
4
5
May
29
Mar
23
22
20
18
16
15
12
11
4
23
Feb
22
15
11
10
4
3
2
28
Jan
26
12
11
4
Add LUT to be used for ISOFIT.
Rename directory.
Missing imports.
Add code to transform MODTRAN LUT to ISOFIT format.
Rename method.
Improve variable names.
Simplify loop.
Implemented reader for binary LUT + test.
Fix some style issues.
Merge branch 'refs/heads/main' into feature/implement_isofit
Fix entry point.
main
main
Add three additional tests.
Fix missing blank line.
AOT550 was refactored to AERFRAC_2 within ISOFIT.
Add missing docstring.
Use 2.5 for init and prior_mean (these values are overwritten by EnMAP CWV later anyway).
Adapt bounds to lut_grid min/max.
Use the water vapour lut grid as used by Luis in SCAPEM (np.arange(0, 5.5, 0.5) should also work).
Fix negative altitude which was a consequence of a changed definition of mean_to_sensor_zenith (https://github.com/isofit/isofit/commit/8d1853c0cb1a167d61dc4e3bf97648e3a03cb205).
Adapt to changed download procedure of ISOFIT data and examples.
Adapt to newer version of sRTMnet.
mean_to_sun_azimuth was added upstream.
Move isofit requirement definition to pyproject.toml.
Merge branch 'main' into feature/implement_isofit
Bump version.
v0.21.0
v0.21.0
Clean up.
Merge branch 'maintenance/modernize_setup' into 'main'
Remove holoviews pinning which is now included in arosics v1.12.0.
Adapt MANIFEST.in to prevent some files from being packed during build process.
Test to pin holoviews>1.12.7.
Transform setup metadata to use pyproject.toml instead of setup.py+setup.cfg.
Avoid duplicate installation of isofit.
Update tag name.
Merge branch 'refs/heads/main' into feature/implement_isofit
Adapt CI runner build script to upstream changes in GitLab 17.0.
isofit>3 should be included in environment_enpt.yml, not in environment_enpt_full_dev.yml.
Make sure ray shuts down properly.
Fix inconsistency in working directory name.
The SIXS path has changed.
Update FIXME.
Loading