Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8155cc3
set force_datetime=true
melwey Apr 14, 2026
c000367
Merge pull request #13 from ARCEME:mw/forcetime
melwey Apr 14, 2026
c303d17
Bump julia-actions/cache from 2 to 3 (#6)
dependabot[bot] Apr 15, 2026
f116904
Speed up fingerprint computations
meggart Apr 15, 2026
bd43180
Merge branch 'main' into fg/fastfingerprints
meggart Apr 15, 2026
77bc5b3
Speed up fingerprint computations
meggart Apr 15, 2026
c91fcb2
updates
meggart Jun 15, 2026
4cedab8
Add changes to index cube generation
meggart Jun 19, 2026
b6d32d6
remove unnecessary line
meggart Jun 19, 2026
6c62933
add some print statements
meggart Jun 22, 2026
86c68a2
revert proint statements
meggart Jun 22, 2026
be61bc8
require latest YAXArrays
meggart Jun 22, 2026
74920d2
set use_dagger to false
meggart Jun 22, 2026
3ca9023
fix bug
meggart Jun 22, 2026
1665621
use cloud halo mask
meggart Jun 24, 2026
9d1f63f
source out fingerprint function
meggart Jun 24, 2026
6117688
add min_nvalid argument
meggart Jun 26, 2026
8b8f9b7
filter negative reflectances for index calc
meggart Jun 30, 2026
8de8e07
Merge pull request #14 from ARCEME/fg/fastfingerprints
melwey Jul 3, 2026
e51fb2a
Merge branch 'main' into fg/dc-dhp-global
melwey Jul 7, 2026
4b0fca7
Merge pull request #17 from ARCEME/fg/dc-dhp-global
melwey Jul 7, 2026
448b343
add median to fp
melwey Apr 22, 2026
dbd6423
some cube plots
melwey Apr 30, 2026
964981f
some more plots
melwey May 3, 2026
0845453
add hrl functions
melwey May 4, 2026
aff9623
update project
melwey May 4, 2026
23e9b73
add anova functions
melwey May 4, 2026
e689c02
hidedecorations
melwey May 13, 2026
aed4d03
add packages and solve issues
melwey May 15, 2026
84023b3
add runnning mean to plot_ts
melwey Jul 3, 2026
7fe36d6
add cty year before and year after event
melwey Jul 22, 2026
4463c72
hrl: add daily interpolation + extrapolation
melwey Jul 24, 2026
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
1 change: 1 addition & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
style = "default"
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/cache@v3
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
docs:
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v2
- uses: julia-actions/cache@v3
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
run: |
Expand Down
22 changes: 19 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DateFormats = "44557152-fe0a-4de1-8405-416d90313ce6"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
DiskArrayEngine = "2d4b2e14-ccd6-4284-b8b0-2378ace7c126"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Minio = "4281f0d9-7ae0-406e-9172-b7277c1efa20"
Expand All @@ -24,7 +30,9 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
SpectralIndices = "df0093a1-273d-40bc-819a-796ec3476907"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
Expand All @@ -37,14 +45,20 @@ ArchGDAL = "0.10.11"
CSV = "0.10.15"
Colors = "0.13.1"
CondaPkg = "0.2.34"
DataFrames = "1.8.2"
DataStructures = "0.18.22, 0.19"
DateFormats = "0.1.20"
Dates = "1.11.0"
Dierckx = "0.5.4"
DimensionalData = "0.29.24"
DiskArrayEngine = "0.3.0"
GeoMakie = "0.7.16"
DiskArrays = "0.4.21"
Distributed = "1.11.0"
GeoJSON = "0.8.4"
GeoMakie = "0.7.16"
HTTP = "1.10.19"
HypothesisTests = "0.11.7"
Interpolations = "0.15.1"
JSON = "1.4.0"
Makie = "0.24.9"
Minio = "0.2.2"
Expand All @@ -53,11 +67,13 @@ Preferences = "1.5.1"
ProgressMeter = "1.11.0"
Proj = "1.9.0"
PythonCall = "0.9.31"
Random = "1.11.0"
Reexport = "1.2.2"
RollingFunctions = "0.8.1"
SpectralIndices = "0.2.15"
Statistics = "1.11.1"
StringViews = "1.3.7"
YAXArrays = "0.7.1"
YAXArrays = "0.7.7"
Zarr = "0.9.5"
ZipArchives = "2.6.0"
julia = "1.10"
Expand Down
Loading
Loading