Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling update #260

Merged
merged 32 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
64018d9
add maximize option to to_html()
atmorling Aug 20, 2024
3b51d2f
bump lonboard version
atmorling Aug 20, 2024
68a31e6
pin numpy version
atmorling Aug 20, 2024
74e544a
update env.yaml
atmorling Aug 26, 2024
0d742c5
update classifier
atmorling Aug 29, 2024
273060a
add mapclassify kwargs to docstring
atmorling Aug 29, 2024
d3b5dd6
initial cut of color classifer
atmorling Aug 29, 2024
a722ff4
color dict
atmorling Aug 29, 2024
3514c8d
changed my mind again, lets pass a df around, not a series
atmorling Aug 30, 2024
1c10a33
a better way to do this
atmorling Aug 30, 2024
9882e30
fix rebase
atmorling Aug 30, 2024
fd53d20
map updates
atmorling Aug 30, 2024
29a842e
we can actually just use a list, no need for a lookup
atmorling Sep 2, 2024
6414914
cleanup/rename
atmorling Sep 2, 2024
3550067
apply colormap to df, update EcoPlotData
atmorling Sep 2, 2024
0a34ece
lonboard bump
atmorling Sep 2, 2024
e95ff90
fix some tests
atmorling Sep 2, 2024
e1a8452
docstring update
atmorling Sep 2, 2024
cd55dbe
Merge branch 'master' into am/style_update
atmorling Sep 2, 2024
2dd1ca9
support linearsegmented cmaps + notebook updates
atmorling Sep 2, 2024
5a906ef
use a release tag
atmorling Sep 2, 2024
5f4a20e
update docstring
atmorling Sep 2, 2024
4702de0
remove now unused ColorList
atmorling Sep 2, 2024
c45e905
update apply_colormap_logic
atmorling Sep 3, 2024
7b147fd
make all layer defs staticmethods
atmorling Sep 4, 2024
40d5230
update docs
atmorling Sep 4, 2024
2fca4b8
notebook update
atmorling Sep 4, 2024
5515ba5
updates after mep-dev data repop
atmorling Sep 5, 2024
2bd2733
upper bound fiona
atmorling Sep 5, 2024
00fae9d
fix plotting bugs
atmorling Sep 6, 2024
263a1cc
remove nan from feature density output for now
atmorling Sep 6, 2024
690b058
remove debug lines
atmorling Sep 7, 2024
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
Prev Previous commit
Next Next commit
pin numpy version
  • Loading branch information
atmorling committed Aug 20, 2024
commit 68a31e696f6d642ba3d5628321e6f169f23969e3
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- git
- jupyterlab
- geopandas<=0.14.2
- numpy<2
- ipywidgets
- pip:
- kaleido
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"earthengine-api",
"earthranger-client",
"geopandas<=0.14.2",
"numpy<2",
"pyproj",
"rasterio",
"tqdm",
Expand Down
Loading