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

Problem rendering filled polygon using add_geometries(..., crs=RotatedPole(...)) #2259

Open
sergio-dr opened this issue Oct 4, 2023 · 0 comments

Comments

@sergio-dr
Copy link

Description

I'm trying to implement something similar to the Nightshade feature on a Moon map. Providing the subearth and subsolar coordinates (se and ss, respectively), the code below seems to work as expected, but it seems that if se and ss latitudes are equal, rendering fails.

Code to reproduce

import cartopy.crs as ccrs
import shapely.geometry as sgeom
import matplotlib.pyplot as plt
import matplotlib.image as mpimg
from urllib.request import urlopen
import numpy as np

raster_url = "https://svs.gsfc.nasa.gov/vis/a000000/a004700/a004720/lroc_color_poles_1k.jpg"
raster = mpimg.imread(urlopen(raster_url), format="jpg")  

def draw(se, ss):
    lon_se, lat_se = se
    lon_ss, lat_ss = ss

    fig = plt.figure(figsize=(4, 4))
    projection = ccrs.Orthographic(lon_se, lat_se)
    transform = ccrs.PlateCarree()
    ax = plt.axes(projection=projection)

    # Moon map
    ax.imshow(raster, cmap="gray", transform=transform)

    # Shadow 
    rotated_pole = ccrs.RotatedPole(pole_latitude=lat_ss, pole_longitude=lon_ss)
    rotated_lon = np.linspace(-180., 180., 40)
    rotated_lat = np.zeros_like(rotated_lon)
    geom = sgeom.Polygon(np.column_stack((rotated_lon, rotated_lat)))
    ax.add_geometries(geom, rotated_pole, facecolors='k', edgecolors='none', alpha=0.6)

# This works as expected
draw(se=(0., 0.), ss=(50., 0.))

image

# But increasing subsolar longitude, it starts failing
draw(se=(0., 0.), ss=(100., 0.))

image

# ... but this is ok (making subsolar and subearth latitudes a bit different)
draw(se=(0., 0.), ss=(100., 1e-2))  # or: draw(se=(0., 1e-2), ss=(100., 0.))

image

Full environment definition

Operating system

Windows 11 22H2

Cartopy version

0.22.0 (same result also with 0.21.1)

conda list

# Name                    Version                   Build  Channel
_anaconda_depends         2022.10                  py39_2
adjusttext                0.7.3.1                    py_1    conda-forge
aiohttp                   3.8.5            py39ha55989b_0    conda-forge
aiosignal                 1.3.1              pyhd8ed1ab_0    conda-forge
alabaster                 0.7.13             pyhd8ed1ab_0    conda-forge
altair                    5.1.2              pyhd8ed1ab_0    conda-forge
anaconda                  custom                   py39_2
anyio                     4.0.0              pyhd8ed1ab_0    conda-forge
aom                       3.5.0                h63175ca_0    conda-forge
appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
argon2-cffi               23.1.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0           py39ha55989b_4    conda-forge
arrow                     1.3.0              pyhd8ed1ab_0    conda-forge
arrow-cpp                 9.0.0           py39h523b0ec_20_cpu    conda-forge
astroid                   2.13.2           py39hcbf5309_0    conda-forge
astropy                   5.3.3            py39hd88c2e4_0    conda-forge
astroquery                0.4.6              pyhd8ed1ab_0    conda-forge
asttokens                 2.4.0              pyhd8ed1ab_0    conda-forge
async-lru                 2.0.4              pyhd8ed1ab_0    conda-forge
async-timeout             4.0.3              pyhd8ed1ab_0    conda-forge
atomicwrites              1.4.1              pyhd8ed1ab_0    conda-forge
attrs                     23.1.0             pyh71513ae_1    conda-forge
automat                   22.10.0            pyhd8ed1ab_0    conda-forge
autopep8                  1.6.0              pyhd8ed1ab_1    conda-forge
aws-c-auth                0.6.23               ha196094_1    conda-forge
aws-c-cal                 0.5.20               he1c2654_4    conda-forge
aws-c-common              0.8.9                hcfcfb64_0    conda-forge
aws-c-compression         0.2.16               h6ac2469_1    conda-forge
aws-c-event-stream        0.2.18               h0f94bbc_2    conda-forge
aws-c-http                0.7.3                h51f5a2b_1    conda-forge
aws-c-io                  0.13.14              h8cc9bab_3    conda-forge
aws-c-mqtt                0.8.6                h73c741a_1    conda-forge
aws-c-s3                  0.2.3                h7f24016_3    conda-forge
aws-c-sdkutils            0.1.7                h6ac2469_1    conda-forge
aws-checksums             0.1.14               h6ac2469_1    conda-forge
aws-crt-cpp               0.18.16             h343e5dd_13    conda-forge
aws-sdk-cpp               1.10.57              h23ab7d0_2    conda-forge
babel                     2.12.1             pyhd8ed1ab_1    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                pyhd8ed1ab_3    conda-forge
backports.functools_lru_cache 1.6.5              pyhd8ed1ab_0    conda-forge
bcrypt                    4.0.1            py39hf21820d_1    conda-forge
beautifulsoup4            4.12.2             pyha770c72_0    conda-forge
binaryornot               0.4.4                      py_1    conda-forge
bitarray                  2.8.1            py39ha55989b_1    conda-forge
bkcharts                  0.2              py39haa95532_1
black                     23.9.1           py39hcbf5309_0    conda-forge
bleach                    6.0.0              pyhd8ed1ab_0    conda-forge
blinker                   1.6.2              pyhd8ed1ab_0    conda-forge
blosc                     1.21.5               hdccc3a2_0    conda-forge
bokeh                     3.2.2              pyhd8ed1ab_0    conda-forge
boost-cpp                 1.78.0               h9f4b32c_4    conda-forge
boto3                     1.28.59            pyhd8ed1ab_0    conda-forge
botocore                  1.31.59            pyhd8ed1ab_0    conda-forge
bottleneck                1.3.7            py39hd88c2e4_1    conda-forge
branca                    0.6.0              pyhd8ed1ab_0    conda-forge
brotli                    1.0.9                hcfcfb64_8    conda-forge
brotli-bin                1.0.9                hcfcfb64_8    conda-forge
brotlipy                  0.7.0           py39ha55989b_1006    conda-forge
bzip2                     1.0.8                h8ffe710_4    conda-forge
c-ares                    1.19.1               hcfcfb64_0    conda-forge
c-blosc2                  2.10.4               h183a6f4_0    conda-forge
ca-certificates           2023.7.22            h56e8100_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cachetools                5.3.1              pyhd8ed1ab_0    conda-forge
cairo                     1.16.0            hd694305_1014    conda-forge
cairocffi                 1.6.1                    pypi_0    pypi
cairosvg                  2.7.1                    pypi_0    pypi
camelot-py                0.10.1             pyhd8ed1ab_0    conda-forge
cartopy                   0.22.0           py39h1679cfb_0    conda-forge
certifi                   2023.7.22          pyhd8ed1ab_0    conda-forge
cffi                      1.16.0           py39ha55989b_0    conda-forge
cfitsio                   4.2.0                h9ebe7e4_0    conda-forge
chardet                   5.2.0            py39hcbf5309_1    conda-forge
charls                    2.4.2                h1537add_0    conda-forge
charset-normalizer        3.2.0              pyhd8ed1ab_0    conda-forge
click                     8.1.7           win_pyh7428d3b_0    conda-forge
click-plugins             1.1.1                      py_0    conda-forge
cligj                     0.7.2              pyhd8ed1ab_1    conda-forge
cloudpickle               2.2.1              pyhd8ed1ab_0    conda-forge
cloudscraper              1.2.71                   pypi_0    pypi
clyent                    1.2.2                      py_1    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
colorcet                  3.0.1              pyhd8ed1ab_0    conda-forge
comm                      0.1.4              pyhd8ed1ab_0    conda-forge
comtypes                  1.2.0            py39hcbf5309_1    conda-forge
console_shortcut          0.1.1                         4
constantly                15.1.0                     py_0    conda-forge
contourpy                 1.1.1            py39h1f6ef14_1    conda-forge
cookiecutter              2.4.0              pyhca7485f_0    conda-forge
cryptography              41.0.4           py39hb6bd5e6_0    conda-forge
cssselect                 1.2.0              pyhd8ed1ab_0    conda-forge
cssselect2                0.7.0                    pypi_0    pypi
curl                      7.88.1               h68f0423_1    conda-forge
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
cython                    3.0.2            py39h99910a6_2    conda-forge
cytoolz                   0.12.2           py39ha55989b_1    conda-forge
daal4py                   2023.2.1         py39h6d95a06_0    conda-forge
dal                       2023.2.1          h6a75c08_1038    conda-forge
dask                      2023.9.3           pyhd8ed1ab_0    conda-forge
dask-core                 2023.9.3           pyhd8ed1ab_0    conda-forge
datashader                0.15.2             pyhd8ed1ab_0    conda-forge
datashape                 0.5.4                      py_1    conda-forge
dav1d                     1.2.1                hcfcfb64_0    conda-forge
debugpy                   1.8.0            py39h99910a6_1    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
diff-match-patch          20230430           pyhd8ed1ab_0    conda-forge
dill                      0.3.7              pyhd8ed1ab_0    conda-forge
distributed               2023.9.3           pyhd8ed1ab_0    conda-forge
docstring-to-markdown     0.12               pyhd8ed1ab_0    conda-forge
docutils                  0.20.1           py39hcbf5309_2    conda-forge
double-conversion         3.2.0                h63175ca_1    conda-forge
drawsvg                   2.3.0                    pypi_0    pypi
eigen                     3.4.0                h91493d7_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
epoxy                     1.5.10               h8d14728_1    conda-forge
et_xmlfile                1.1.0              pyhd8ed1ab_0    conda-forge
exceptiongroup            1.1.3              pyhd8ed1ab_0    conda-forge
executing                 1.2.0              pyhd8ed1ab_0    conda-forge
expat                     2.5.0                h63175ca_1    conda-forge
fastapi                   0.97.0                   pypi_0    pypi
ffmpeg                    5.1.2           gpl_h5b1d025_107    conda-forge
filelock                  3.12.4             pyhd8ed1ab_0    conda-forge
fiona                     1.9.1            py39hb5a1417_0    conda-forge
flake8                    6.0.0              pyhd8ed1ab_0    conda-forge
flask                     3.0.0              pyhd8ed1ab_0    conda-forge
folium                    0.14.0             pyhd8ed1ab_0    conda-forge
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
fontconfig                2.14.2               hbde0cde_0    conda-forge
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
fonttools                 4.43.0           py39ha55989b_0    conda-forge
fqdn                      1.5.1              pyhd8ed1ab_0    conda-forge
freeglut                  3.2.2                h63175ca_2    conda-forge
freetype                  2.12.1               hdaf720e_2    conda-forge
freexl                    1.0.6                h67ca5e6_1    conda-forge
fribidi                   1.0.10               h8d14728_0    conda-forge
frozenlist                1.4.0            py39ha55989b_1    conda-forge
fsspec                    2023.9.2           pyh1a96a4e_0    conda-forge
gdal                      3.6.2            py39h3be0312_6    conda-forge
gdk-pixbuf                2.42.10              h84213e4_0    conda-forge
gensim                    4.3.2            py39h32e6231_0    conda-forge
geopandas                 0.14.0             pyhd8ed1ab_0    conda-forge
geopandas-base            0.14.0             pyha770c72_0    conda-forge
geos                      3.11.1               h1537add_0    conda-forge
geotiff                   1.7.1                hc256dc0_6    conda-forge
gettext                   0.21.1               h5728263_0    conda-forge
gflags                    2.2.2             ha925a31_1004    conda-forge
ghostscript               10.02.0              h63175ca_0    conda-forge
giflib                    5.2.1                h64bf75a_3    conda-forge
gitdb                     4.0.10             pyhd8ed1ab_0    conda-forge
gitpython                 3.1.37             pyhd8ed1ab_0    conda-forge
gl2ps                     1.4.2                h0597ee9_0    conda-forge
glew                      2.1.0                h39d44d4_2    conda-forge
glib                      2.78.0               h12be248_0    conda-forge
glib-tools                2.78.0               h12be248_0    conda-forge
glog                      0.6.0                h4797de2_0    conda-forge
graphite2                 1.3.13                     1000    conda-forge
greenlet                  2.0.2            py39h99910a6_1    conda-forge
gst-plugins-base          1.22.6               h001b923_2    conda-forge
gstreamer                 1.22.6               hb4038d2_2    conda-forge
gtk4                      4.8.2                h50f07d3_1    conda-forge
h11                       0.14.0                   pypi_0    pypi
h5py                      3.8.0           nompi_py39hbc6f334_100    conda-forge
harfbuzz                  6.0.0                he256f1b_0    conda-forge
hdf4                      4.2.15               h1b1b6ef_5    conda-forge
hdf5                      1.12.2          nompi_h57737ce_101    conda-forge
heapdict                  1.0.1                      py_0    conda-forge
hicolor-icon-theme        0.17                 h57928b3_2    conda-forge
holoviews                 1.17.1             pyhd8ed1ab_0    conda-forge
html5lib                  1.1                pyh9f0ad1d_0    conda-forge
hvplot                    0.8.4              pyhd8ed1ab_1    conda-forge
hyperlink                 21.0.0             pyhd3deb0d_0    conda-forge
icalendar                 5.0.10             pyhd8ed1ab_0    conda-forge
icu                       70.1                 h0e60522_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
imagecodecs               2023.1.23        py39h2c87f5b_0    conda-forge
imageio                   2.31.1             pyh24c5eb1_0    conda-forge
imageio-ffmpeg            0.4.9                    pypi_0    pypi
imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
importlib-metadata        6.8.0              pyha770c72_0    conda-forge
importlib-resources       6.1.0              pyhd8ed1ab_0    conda-forge
importlib_metadata        6.8.0                hd8ed1ab_0    conda-forge
importlib_resources       6.1.0              pyhd8ed1ab_0    conda-forge
incremental               22.10.0            pyhd8ed1ab_0    conda-forge
inflection                0.5.1              pyh9f0ad1d_0    conda-forge
iniconfig                 2.0.0              pyhd8ed1ab_0    conda-forge
intake                    0.7.0              pyhd8ed1ab_0    conda-forge
intel-openmp              2023.2.0         h57928b3_50496    conda-forge
intervaltree              3.1.0              pyhd8ed1ab_1    conda-forge
ipykernel                 6.25.2             pyh60829e3_0    conda-forge
ipympl                    0.9.3              pyhd8ed1ab_0    conda-forge
ipython                   8.16.1             pyh5737063_0    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                8.1.1              pyhd8ed1ab_0    conda-forge
isoduration               20.11.0            pyhd8ed1ab_0    conda-forge
isort                     5.12.0             pyhd8ed1ab_1    conda-forge
itemadapter               0.8.0              pyhd8ed1ab_0    conda-forge
itemloaders               1.1.0              pyhd8ed1ab_0    conda-forge
itsdangerous              2.1.2              pyhd8ed1ab_0    conda-forge
jaraco.classes            3.3.0              pyhd8ed1ab_0    conda-forge
jasper                    2.0.33               hc2e4405_1    conda-forge
jdcal                     1.4.1                      py_0    conda-forge
jedi                      0.18.2             pyhd8ed1ab_0    conda-forge
jellyfish                 1.0.1            py39hf21820d_1    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
jmespath                  1.0.1              pyhd8ed1ab_0    conda-forge
joblib                    1.3.2              pyhd8ed1ab_0    conda-forge
jpeg                      9e                   h8ffe710_2    conda-forge
jplephem                  2.19               pyh296e5bb_0    conda-forge
jq                        1.6                  haa95532_1
json5                     0.9.14             pyhd8ed1ab_0    conda-forge
jsoncpp                   1.9.5                h2d74725_1    conda-forge
jsonpointer               2.4              py39hcbf5309_3    conda-forge
jsonschema                4.19.1             pyhd8ed1ab_0    conda-forge
jsonschema-specifications 2023.7.1           pyhd8ed1ab_0    conda-forge
jsonschema-with-format-nongpl 4.19.1             pyhd8ed1ab_0    conda-forge
jupyter                   1.0.0             pyhd8ed1ab_10    conda-forge
jupyter-lsp               2.2.0              pyhd8ed1ab_0    conda-forge
jupyter_client            8.3.1              pyhd8ed1ab_0    conda-forge
jupyter_console           6.6.3              pyhd8ed1ab_0    conda-forge
jupyter_core              5.3.2            py39hcbf5309_0    conda-forge
jupyter_events            0.7.0              pyhd8ed1ab_2    conda-forge
jupyter_server            2.7.3              pyhd8ed1ab_1    conda-forge
jupyter_server_terminals  0.4.4              pyhd8ed1ab_1    conda-forge
jupyterlab                4.0.6              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.25.0             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        3.0.9              pyhd8ed1ab_0    conda-forge
jxrlib                    1.1                  h8ffe710_2    conda-forge
kealib                    1.5.0                h61be68b_0    conda-forge
keyring                   24.2.0           py39hcbf5309_1    conda-forge
kiwisolver                1.4.5            py39h1f6ef14_1    conda-forge
krb5                      1.20.1               heb0366b_0    conda-forge
lazy-object-proxy         1.9.0            py39ha55989b_1    conda-forge
lazy_loader               0.3                pyhd8ed1ab_0    conda-forge
lcms2                     2.15                 ha5c8aab_0    conda-forge
lerc                      4.0.0                h63175ca_0    conda-forge
libabseil                 20220623.0      cxx17_h1a56200_6    conda-forge
libaec                    1.1.1                h63175ca_0    conda-forge
libavif                   0.11.1               ha7b97ba_2    conda-forge
libblas                   3.9.0              18_win64_mkl    conda-forge
libbrotlicommon           1.0.9                hcfcfb64_8    conda-forge
libbrotlidec              1.0.9                hcfcfb64_8    conda-forge
libbrotlienc              1.0.9                hcfcfb64_8    conda-forge
libcblas                  3.9.0              18_win64_mkl    conda-forge
libclang                  15.0.7          default_h77d9078_0    conda-forge
libclang13                15.0.7          default_h77d9078_0    conda-forge
libcrc32c                 1.1.2                h0e60522_0    conda-forge
libcurl                   7.88.1               h68f0423_1    conda-forge
libdeflate                1.17                 hcfcfb64_0    conda-forge
libexpat                  2.5.0                h63175ca_1    conda-forge
libffi                    3.4.2                h8ffe710_5    conda-forge
libgdal                   3.6.2                h94cd6fb_6    conda-forge
libgirepository           1.78.1               h4a5d6e9_1    conda-forge
libglib                   2.78.0               he8f3873_0    conda-forge
libgoogle-cloud           2.7.0                h5fc25aa_1    conda-forge
libgraphene               1.10.8               h1d85db8_0    conda-forge
libgrpc                   1.51.1               hb074f84_1    conda-forge
libiconv                  1.17                 h8ffe710_0    conda-forge
libjpeg-turbo             2.1.4                hcfcfb64_0    conda-forge
libkml                    1.3.0             hd45a9bc_1016    conda-forge
liblapack                 3.9.0              18_win64_mkl    conda-forge
liblapacke                3.9.0              18_win64_mkl    conda-forge
libnetcdf                 4.8.1           nompi_h8c042bf_106    conda-forge
libogg                    1.3.4                h8ffe710_1    conda-forge
libopencv                 4.7.0            py39ha9d37a1_1    conda-forge
libopus                   1.3.1                h8ffe710_1    conda-forge
libpng                    1.6.39               h19919ed_0    conda-forge
libpq                     15.2                 ha9684e8_0    conda-forge
libprotobuf               3.21.12              h12be248_2    conda-forge
librttopo                 1.1.0               he22b5cd_12    conda-forge
libsodium                 1.0.18               h8d14728_1    conda-forge
libspatialindex           1.9.3                h39d44d4_4    conda-forge
libspatialite             5.0.1               hfdcade0_23    conda-forge
libsqlite                 3.43.0               hcfcfb64_0    conda-forge
libssh2                   1.11.0               h7dfc565_0    conda-forge
libtheora                 1.1.1             h8d14728_1005    conda-forge
libthrift                 0.16.0               h9ce19ad_2    conda-forge
libtiff                   4.5.0                hf8721a0_2    conda-forge
libutf8proc               2.8.0                h82a8f57_0    conda-forge
libvorbis                 1.3.7                h0e60522_0    conda-forge
libwebp                   1.3.2                hcfcfb64_1    conda-forge
libwebp-base              1.3.2                hcfcfb64_0    conda-forge
libxcb                    1.13              hcd874cb_1004    conda-forge
libxml2                   2.10.4               hc3477c8_0    conda-forge
libxslt                   1.1.37               h0192164_0    conda-forge
libzip                    1.10.1               h1d365fa_3    conda-forge
libzlib                   1.2.13               hcfcfb64_5    conda-forge
libzopfli                 1.0.3                h0e60522_0    conda-forge
line-profiler             4.0.3                    pypi_0    pypi
linkify-it-py             2.0.0              pyhd8ed1ab_0    conda-forge
llvmlite                  0.40.1           py39hd28a505_0    conda-forge
locket                    1.0.0              pyhd8ed1ab_0    conda-forge
loguru                    0.7.2            py39hcbf5309_1    conda-forge
lxml                      4.9.2            py39h0942119_0    conda-forge
lz4                       4.3.2            py39hf617134_1    conda-forge
lz4-c                     1.9.4                hcfcfb64_0    conda-forge
m2w64-gcc-libgfortran     5.3.0                         6    conda-forge
m2w64-gcc-libs            5.3.0                         7    conda-forge
m2w64-gcc-libs-core       5.3.0                         7    conda-forge
m2w64-gmp                 6.1.0                         2    conda-forge
m2w64-libwinpthread-git   5.0.0.4634.697f757               2    conda-forge
mapclassify               2.5.0              pyhd8ed1ab_1    conda-forge
markdown                  3.4.4              pyhd8ed1ab_0    conda-forge
markdown-it-py            3.0.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.3            py39ha55989b_1    conda-forge
matplotlib                3.8.0            py39hcbf5309_1    conda-forge
matplotlib-base           3.8.0            py39hf19769e_1    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
mccabe                    0.7.0              pyhd8ed1ab_0    conda-forge
mdit-py-plugins           0.4.0              pyhd8ed1ab_0    conda-forge
mdurl                     0.1.0              pyhd8ed1ab_0    conda-forge
menuinst                  2.0.0            py39h99910a6_1    conda-forge
mistune                   3.0.1              pyhd8ed1ab_0    conda-forge
mkl                       2022.1.0           h6a75c08_874    conda-forge
mkl-service               2.4.0            py39hbae7119_0    conda-forge
more-itertools            10.1.0             pyhd8ed1ab_0    conda-forge
mpmath                    1.3.0              pyhd8ed1ab_0    conda-forge
msgpack-python            1.0.6            py39h1f6ef14_0    conda-forge
msys2-conda-epoch         20160418                      1    conda-forge
multidict                 6.0.4            py39ha55989b_0    conda-forge
multipledispatch          0.6.0                      py_0    conda-forge
munch                     4.0.0              pyhd8ed1ab_0    conda-forge
munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
mypy_extensions           1.0.0              pyha770c72_0    conda-forge
nbclient                  0.8.0              pyhd8ed1ab_0    conda-forge
nbconvert                 7.8.0              pyhd8ed1ab_0    conda-forge
nbconvert-core            7.8.0              pyhd8ed1ab_0    conda-forge
nbconvert-pandoc          7.8.0              pyhd8ed1ab_0    conda-forge
nbformat                  5.9.2              pyhd8ed1ab_0    conda-forge
nest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge
networkx                  3.1                pyhd8ed1ab_0    conda-forge
nlohmann_json             3.11.2               h39d44d4_0    conda-forge
nltk                      3.8.1              pyhd8ed1ab_0    conda-forge
nose                      1.3.7                   py_1006    conda-forge
notebook                  7.0.4              pyhd8ed1ab_0    conda-forge
notebook-shim             0.2.3              pyhd8ed1ab_0    conda-forge
numba                     0.57.1           py39hadaa1c4_0    conda-forge
numexpr                   2.8.7           mkl_py39h164d645_0    conda-forge
numpy                     1.24.4           py39h816b6a6_0    conda-forge
numpydoc                  1.5.0              pyhd8ed1ab_0    conda-forge
olefile                   0.46               pyh9f0ad1d_1    conda-forge
opencv                    4.7.0            py39hcbf5309_1    conda-forge
openh264                  2.3.1                h63175ca_2    conda-forge
openjpeg                  2.5.0                ha2aaf27_2    conda-forge
openpyxl                  3.1.2            py39ha55989b_1    conda-forge
openssl                   3.1.3                hcfcfb64_0    conda-forge
overrides                 7.4.0              pyhd8ed1ab_0    conda-forge
packaging                 23.2               pyhd8ed1ab_0    conda-forge
pandas                    2.1.1            py39h32e6231_1    conda-forge
pandoc                    3.1.3                h57928b3_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
panel                     1.2.3              pyhd8ed1ab_0    conda-forge
pango                     1.50.14              hdffb7b3_0    conda-forge
param                     1.13.0             pyh1a96a4e_0    conda-forge
paramiko                  3.3.1              pyhd8ed1ab_0    conda-forge
parquet-cpp               1.5.1                         2    conda-forge
parsel                    1.8.1              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
partd                     1.4.1              pyhd8ed1ab_0    conda-forge
pathspec                  0.11.2             pyhd8ed1ab_0    conda-forge
patsy                     0.5.3              pyhd8ed1ab_0    conda-forge
pcre2                     10.40                h17e33f8_0    conda-forge
pdfminer.six              20221105           pyhd8ed1ab_0    conda-forge
pdftopng                  0.2.3            py39hcc995f0_8    conda-forge
pep8                      1.7.1                      py_0    conda-forge
pexpect                   4.8.0              pyh1a96a4e_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pillow                    9.4.0            py39h9767c21_0    conda-forge
pip                       23.2.1             pyhd8ed1ab_0    conda-forge
pixman                    0.42.2               h63175ca_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
platformdirs              3.11.0             pyhd8ed1ab_0    conda-forge
plotly                    5.17.0             pyhd8ed1ab_0    conda-forge
plotoptix                 0.15.0                   pypi_0    pypi
pluggy                    1.3.0              pyhd8ed1ab_0    conda-forge
ply                       3.11                       py_1    conda-forge
pooch                     1.7.0              pyhd8ed1ab_4    conda-forge
poppler                   23.01.0              h183ae7b_0    conda-forge
poppler-data              0.4.12               hd8ed1ab_0    conda-forge
postgresql                15.2                 hd87cd2b_0    conda-forge
powershell_shortcut       0.0.1                         3
proj                      9.1.1                heca977f_2    conda-forge
prometheus_client         0.17.1             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.39             pyha770c72_0    conda-forge
prompt_toolkit            3.0.39               hd8ed1ab_0    conda-forge
protego                   0.3.0              pyhd8ed1ab_0    conda-forge
protobuf                  4.21.12          py39h99910a6_0    conda-forge
psutil                    5.9.5            py39ha55989b_1    conda-forge
pthread-stubs             0.4               hcd874cb_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pugixml                   1.11.4               h63175ca_1    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
py                        1.11.0             pyh6c4a22f_0    conda-forge
py-opencv                 4.7.0            py39h00e5391_1    conda-forge
pyarrow                   9.0.0           py39hdb2b141_20_cpu    conda-forge
pyasn1                    0.5.0              pyhd8ed1ab_0    conda-forge
pyasn1-modules            0.3.0              pyhd8ed1ab_0    conda-forge
pycairo                   1.25.0           py39h82915f6_1    conda-forge
pycodestyle               2.10.0             pyhd8ed1ab_0    conda-forge
pycosat                   0.6.6            py39ha55989b_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pycryptodome              3.19.0           py39ha55989b_1    conda-forge
pyct                      0.4.6                      py_0    conda-forge
pyct-core                 0.4.6                      py_0    conda-forge
pycurl                    7.45.1           py39haa27dec_3    conda-forge
pydantic                  1.10.9                   pypi_0    pypi
pydeck                    0.8.0              pyhd8ed1ab_0    conda-forge
pydispatcher              2.0.5                      py_1    conda-forge
pydocstyle                6.2.3              pyhd8ed1ab_0    conda-forge
pyelastix                 1.2                      pypi_0    pypi
pyerfa                    2.0.0.3          py39hd88c2e4_1    conda-forge
pyflakes                  3.0.1              pyhd8ed1ab_0    conda-forge
pygments                  2.16.1             pyhd8ed1ab_0    conda-forge
pygobject                 3.46.0           py39h2a10309_1    conda-forge
pylint                    2.15.10            pyhd8ed1ab_0    conda-forge
pylint-venv               3.0.2              pyhd8ed1ab_0    conda-forge
pyls-spyder               0.4.0              pyhd8ed1ab_0    conda-forge
pympler                   1.0.1              pyhd8ed1ab_0    conda-forge
pynacl                    1.5.0            py39h09fa780_3    conda-forge
pyodbc                    4.0.39           py39h99910a6_0    conda-forge
pyopenssl                 23.2.0             pyhd8ed1ab_1    conda-forge
pyparsing                 3.1.1              pyhd8ed1ab_0    conda-forge
pypdf2                    2.11.1             pyhd8ed1ab_0    conda-forge
pyproj                    3.5.0            py39he478073_0    conda-forge
pyqt                      5.15.9           py39hb77abff_5    conda-forge
pyqt5-sip                 12.12.2          py39h99910a6_5    conda-forge
pyqtwebengine             5.15.9           py39h2f4a3f1_5    conda-forge
pyshp                     2.3.1              pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1              pyh0701188_6    conda-forge
pytables                  3.7.0            py39hc4d0b1b_3    conda-forge
pytest                    7.4.2              pyhd8ed1ab_0    conda-forge
python                    3.9.18          h4de0772_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.18.1             pyhd8ed1ab_0    conda-forge
python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
python-lsp-black          1.3.0              pyhd8ed1ab_0    conda-forge
python-lsp-jsonrpc        1.1.2              pyhd8ed1ab_0    conda-forge
python-lsp-server         1.7.1                hd8ed1ab_0    conda-forge
python-lsp-server-base    1.7.1              pyhd8ed1ab_0    conda-forge
python-slugify            8.0.1              pyhd8ed1ab_2    conda-forge
python-tzdata             2023.3             pyhd8ed1ab_0    conda-forge
python_abi                3.9                      4_cp39    conda-forge
pytoolconfig              1.2.5              pyhd8ed1ab_0    conda-forge
pytz                      2023.3.post1       pyhd8ed1ab_0    conda-forge
pyvista                   0.42.2             pyhd8ed1ab_0    conda-forge
pyviz_comms               3.0.0              pyhd8ed1ab_0    conda-forge
pyvo                      1.4.2              pyhd8ed1ab_0    conda-forge
pywavelets                1.4.1            py39hd88c2e4_1    conda-forge
pywin32                   306              py39h99910a6_2    conda-forge
pywin32-ctypes            0.2.2            py39hcbf5309_1    conda-forge
pywinpty                  2.0.11           py39h99910a6_1    conda-forge
pyyaml                    6.0.1            py39ha55989b_1    conda-forge
pyzmq                     25.1.1           py39hea35a22_1    conda-forge
qdarkstyle                3.0.3              pyhd8ed1ab_0    conda-forge
qstylizer                 0.2.2              pyhd8ed1ab_0    conda-forge
qt                        5.15.8               h91493d7_0    conda-forge
qt-main                   5.15.8               h720456b_6    conda-forge
qt-webengine              5.15.8               h5b1ea0b_0    conda-forge
qtawesome                 1.2.3              pyhd8ed1ab_0    conda-forge
qtconsole                 5.4.4              pyhd8ed1ab_0    conda-forge
qtconsole-base            5.4.4              pyha770c72_0    conda-forge
qtpy                      2.4.0              pyhd8ed1ab_0    conda-forge
queuelib                  1.6.2              pyhd8ed1ab_0    conda-forge
re2                       2023.02.01           h63175ca_0    conda-forge
referencing               0.30.2             pyhd8ed1ab_0    conda-forge
regex                     2023.10.3        py39ha55989b_0    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
requests-file             1.5.1              pyh9f0ad1d_0    conda-forge
requests-toolbelt         1.0.0                    pypi_0    pypi
rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
rich                      13.6.0             pyhd8ed1ab_0    conda-forge
rope                      1.10.0             pyhd8ed1ab_0    conda-forge
rpds-py                   0.10.3           py39hf21820d_1    conda-forge
rtree                     1.0.1            py39h09fdee3_3    conda-forge
ruamel_yaml               0.15.80         py39ha55989b_1009    conda-forge
s3transfer                0.7.0              pyhd8ed1ab_0    conda-forge
scikit-image              0.21.0           py39h99910a6_0    conda-forge
scikit-learn              1.3.1            py39h7c199eb_0    conda-forge
scikit-learn-intelex      2023.2.1         py39hcbf5309_0    conda-forge
scipy                     1.11.3           py39h7812ad6_0    conda-forge
scooby                    0.7.4              pyhd8ed1ab_0    conda-forge
scrapy                    2.7.1            py39hcbf5309_0    conda-forge
seaborn                   0.13.0               hd8ed1ab_0    conda-forge
seaborn-base              0.13.0             pyhd8ed1ab_0    conda-forge
send2trash                1.8.2              pyh08f2357_0    conda-forge
service_identity          18.1.0                     py_0    conda-forge
setuptools                68.2.2             pyhd8ed1ab_0    conda-forge
sgp4                      2.22             py39h6d95a06_0    conda-forge
shapely                   2.0.1            py39h7c5f289_0    conda-forge
sip                       6.7.11           py39h99910a6_1    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
skyfield                  1.45               pyh1a96a4e_0    conda-forge
smart_open                6.4.0              pyhd8ed1ab_0    conda-forge
smmap                     3.0.5              pyh44b312d_0    conda-forge
snappy                    1.1.10               hfb803bf_0    conda-forge
sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
sortedcollections         2.1.0              pyhd8ed1ab_0    conda-forge
sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
sphinx                    7.2.6              pyhd8ed1ab_0    conda-forge
sphinxcontrib-applehelp   1.0.7              pyhd8ed1ab_0    conda-forge
sphinxcontrib-devhelp     1.0.5              pyhd8ed1ab_0    conda-forge
sphinxcontrib-htmlhelp    2.0.4              pyhd8ed1ab_0    conda-forge
sphinxcontrib-jsmath      1.0.1              pyhd8ed1ab_0    conda-forge
sphinxcontrib-qthelp      1.0.6              pyhd8ed1ab_0    conda-forge
sphinxcontrib-serializinghtml 1.1.9              pyhd8ed1ab_0    conda-forge
spyder                    5.4.2            py39hcbf5309_0    conda-forge
spyder-kernels            2.4.4           win_pyh7428d3b_0    conda-forge
sqlalchemy                2.0.21           py39ha55989b_0    conda-forge
sqlite                    3.43.0               hcfcfb64_0    conda-forge
stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
starlette                 0.27.0                   pypi_0    pypi
statsmodels               0.14.0           py39hbaa61f9_1    conda-forge
streamlit                 1.27.1             pyhd8ed1ab_1    conda-forge
svt-av1                   1.4.1                h63175ca_0    conda-forge
sympy                     1.12               pyh04b8f61_3    conda-forge
tabulate                  0.9.0              pyhd8ed1ab_1    conda-forge
tbb                       2021.8.0             h59b6b97_0
tbb-devel                 2021.8.0             h59b6b97_0
tbb4py                    2021.7.0         py39h592ea49_1    conda-forge
tblib                     2.0.0              pyhd8ed1ab_0    conda-forge
tenacity                  8.2.3              pyhd8ed1ab_0    conda-forge
terminado                 0.15.0           py39hcbf5309_0    conda-forge
testpath                  0.6.0              pyhd8ed1ab_0    conda-forge
text-unidecode            1.3                pyhd8ed1ab_1    conda-forge
textdistance              4.5.0              pyhd8ed1ab_0    conda-forge
threadpoolctl             3.2.0              pyha21a80b_0    conda-forge
three-merge               0.1.1              pyh9f0ad1d_0    conda-forge
tifffile                  2023.4.12          pyhd8ed1ab_0    conda-forge
tiledb                    2.13.2               h3132609_0    conda-forge
tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.13               hcfcfb64_0    conda-forge
tldextract                3.6.0              pyhd8ed1ab_0    conda-forge
toml                      0.10.2             pyhd8ed1ab_0    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tomlkit                   0.12.1             pyha770c72_0    conda-forge
toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
tornado                   6.3.3            py39ha55989b_1    conda-forge
tqdm                      4.66.1             pyhd8ed1ab_0    conda-forge
traitlets                 5.11.2             pyhd8ed1ab_0    conda-forge
trame                     3.2.7              pyhd8ed1ab_0    conda-forge
trame-client              2.12.1             pyhd8ed1ab_0    conda-forge
trame-components          2.2.1              pyhd8ed1ab_0    conda-forge
trame-deckgl              2.0.2              pyhd8ed1ab_0    conda-forge
trame-markdown            2.0.2              pyhd8ed1ab_0    conda-forge
trame-matplotlib          2.0.2              pyhd8ed1ab_0    conda-forge
trame-plotly              2.1.1              pyhd8ed1ab_0    conda-forge
trame-rca                 0.4.0              pyhd8ed1ab_0    conda-forge
trame-router              2.1.0              pyhd8ed1ab_0    conda-forge
trame-server              2.12.0             pyhd8ed1ab_0    conda-forge
trame-simput              2.3.3              pyhd8ed1ab_0    conda-forge
trame-vega                2.0.3              pyhd8ed1ab_0    conda-forge
trame-vtk                 2.5.8              pyhd8ed1ab_0    conda-forge
trame-vuetify             2.3.1              pyhd8ed1ab_0    conda-forge
twisted                   23.8.0           py39ha55989b_1    conda-forge
twisted-iocpsupport       1.0.4            py39ha55989b_1    conda-forge
types-python-dateutil     2.8.19.14          pyhd8ed1ab_0    conda-forge
typing-extensions         4.8.0                hd8ed1ab_0    conda-forge
typing_extensions         4.8.0              pyha770c72_0    conda-forge
typing_utils              0.1.0              pyhd8ed1ab_0    conda-forge
tzdata                    2023c                h71feb2d_0    conda-forge
tzlocal                   5.0.1            py39hcbf5309_1    conda-forge
uc-micro-py               1.0.1              pyhd8ed1ab_0    conda-forge
ucrt                      10.0.22621.0         h57928b3_0    conda-forge
ujson                     5.8.0            py39h99910a6_0    conda-forge
unicodedata2              15.1.0           py39ha55989b_0    conda-forge
uri-template              1.3.0              pyhd8ed1ab_0    conda-forge
uriparser                 0.9.7                h1537add_1    conda-forge
urllib3                   1.26.14            pyhd8ed1ab_0    conda-forge
utfcpp                    3.2.5                h57928b3_0    conda-forge
uvicorn                   0.22.0                   pypi_0    pypi
validators                0.22.0             pyhd8ed1ab_0    conda-forge
vc                        14.3                h64f974e_17    conda-forge
vc14_runtime              14.36.32532         hdcecf7f_17    conda-forge
vs2015_runtime            14.36.32532         h05e6639_17    conda-forge
vtk                       9.2.5           qt_py39h764a97c_202    conda-forge
w3lib                     2.1.2              pyhd8ed1ab_0    conda-forge
watchdog                  3.0.0            py39hcbf5309_1    conda-forge
wcwidth                   0.2.8              pyhd8ed1ab_0    conda-forge
webcolors                 1.13               pyhd8ed1ab_0    conda-forge
webencodings              0.5.1              pyhd8ed1ab_2    conda-forge
websocket-client          1.6.3              pyhd8ed1ab_0    conda-forge
werkzeug                  3.0.0              pyhd8ed1ab_0    conda-forge
whatthepatch              1.0.5              pyhd8ed1ab_0    conda-forge
wheel                     0.41.2             pyhd8ed1ab_0    conda-forge
widgetsnbextension        4.0.9              pyhd8ed1ab_0    conda-forge
win32_setctime            1.1.0              pyhd8ed1ab_0    conda-forge
win_inet_pton             1.1.0              pyhd8ed1ab_6    conda-forge
win_unicode_console       0.5             py39hcbf5309_1004    conda-forge
winpty                    0.4.3                         4    conda-forge
wrapt                     1.15.0           py39ha55989b_1    conda-forge
wslink                    1.12.2             pyhd8ed1ab_0    conda-forge
x264                      1!164.3095           h8ffe710_2    conda-forge
x265                      3.5                  h2d74725_3    conda-forge
xarray                    2023.9.0           pyhd8ed1ab_0    conda-forge
xerces-c                  3.2.4                h63175ca_3    conda-forge
xisf                      0.9.1                    pypi_0    pypi
xlrd                      2.0.1              pyhd8ed1ab_3    conda-forge
xlsxwriter                3.1.6              pyhd8ed1ab_0    conda-forge
xlwings                   0.30.12          py39hcbf5309_1    conda-forge
xorg-libxau               1.0.11               hcd874cb_0    conda-forge
xorg-libxdmcp             1.1.3                hcd874cb_0    conda-forge
xyzservices               2023.7.0           pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h8d14728_0    conda-forge
yaml                      0.2.5                h8ffe710_2    conda-forge
yapf                      0.40.1             pyhd8ed1ab_0    conda-forge
yarl                      1.9.2            py39ha55989b_0    conda-forge
zeromq                    4.3.4                h0e60522_1    conda-forge
zfp                       1.0.0                h63175ca_4    conda-forge
zict                      3.0.0              pyhd8ed1ab_0    conda-forge
zipp                      3.17.0             pyhd8ed1ab_0    conda-forge
zlib                      1.2.13               hcfcfb64_5    conda-forge
zlib-ng                   2.0.7                hcfcfb64_0    conda-forge
zope.interface            6.0              py39ha55989b_1    conda-forge
zstd                      1.5.5                h12be248_0    conda-forge

pip list

Package                       Version         Editable project location
----------------------------- --------------- -------------------------
adjustText                    0.7.3
aiohttp                       3.8.5
aiosignal                     1.3.1
alabaster                     0.7.13
altair                        5.1.2
anyio                         4.0.0
appdirs                       1.4.4
argon2-cffi                   23.1.0
argon2-cffi-bindings          21.2.0
arrow                         1.3.0
astroid                       2.13.2
astropy                       5.3.3
astroquery                    0.4.6
asttokens                     2.4.0
async-lru                     2.0.4
async-timeout                 4.0.3
atomicwrites                  1.4.1
attrs                         23.1.0
Automat                       22.10.0
autopep8                      1.6.0
Babel                         2.12.1
backcall                      0.2.0
backports.functools-lru-cache 1.6.5
bcrypt                        4.0.1
beautifulsoup4                4.12.2
binaryornot                   0.4.4
bitarray                      2.8.1
bkcharts                      0.2
black                         23.9.1
bleach                        6.0.0
blinker                       1.6.2
bokeh                         3.2.2
boto3                         1.28.59
botocore                      1.31.59
Bottleneck                    1.3.7
branca                        0.6.0
brotlipy                      0.7.0
cached-property               1.5.2
cachetools                    5.3.1
cairocffi                     1.6.1
CairoSVG                      2.7.1
camelot-py                    0.10.1
Cartopy                       0.22.0
certifi                       2023.7.22
cffi                          1.16.0
chardet                       5.2.0
charset-normalizer            3.2.0
click                         8.1.7
click-plugins                 1.1.1
cligj                         0.7.2
cloudpickle                   2.2.1
cloudscraper                  1.2.71
clyent                        1.2.2
colorama                      0.4.6
colorcet                      3.0.1
comm                          0.1.4
comtypes                      1.2.0
constantly                    15.1.0
contourpy                     1.1.1
cookiecutter                  2.4.0
cryptography                  41.0.4
cssselect                     1.2.0
cssselect2                    0.7.0
cycler                        0.11.0
Cython                        3.0.2
cytoolz                       0.12.2
daal4py                       2023.2.1
dask                          2023.9.3
datashader                    0.15.2
datashape                     0.5.4
debugpy                       1.8.0
decorator                     5.1.1
defusedxml                    0.7.1
diff-match-patch              20230430
dill                          0.3.7
distributed                   2023.9.3
docstring-to-markdown         0.12
docutils                      0.20.1
drawsvg                       2.3.0
entrypoints                   0.4
et-xmlfile                    1.1.0
exceptiongroup                1.1.3
executing                     1.2.0
fastapi                       0.97.0
fastjsonschema                2.18.1
filelock                      3.12.4
Fiona                         1.9.1
flake8                        6.0.0
Flask                         3.0.0
folium                        0.14.0
fonttools                     4.43.0
fqdn                          1.5.1
frozenlist                    1.4.0
fsspec                        2023.9.2
GDAL                          3.6.2
gensim                        4.3.2
geopandas                     0.14.0
gitdb                         4.0.10
GitPython                     3.1.37
greenlet                      2.0.2
h11                           0.14.0
h5py                          3.8.0
HeapDict                      1.0.1
holoviews                     1.17.1
html5lib                      1.1
hvplot                        0.8.4
hyperlink                     21.0.0
icalendar                     5.0.10
idna                          3.4
imagecodecs                   2023.1.23
imageio                       2.31.1
imageio-ffmpeg                0.4.9
imagesize                     1.4.1
importlib-metadata            6.8.0
importlib-resources           6.1.0
incremental                   22.10.0
inflection                    0.5.1
iniconfig                     2.0.0
intake                        0.7.0
intervaltree                  3.1.0
ipykernel                     6.25.2
ipympl                        0.9.3
ipython                       8.16.1
ipython-genutils              0.2.0
ipywidgets                    8.1.1
isoduration                   20.11.0
isort                         5.12.0
itemadapter                   0.8.0
itemloaders                   1.1.0
itsdangerous                  2.1.2
jaraco.classes                3.3.0
jdcal                         1.4.1
jedi                          0.18.2
jellyfish                     1.0.1
Jinja2                        3.1.2
jmespath                      1.0.1
joblib                        1.3.2
jplephem                      2.19
json5                         0.9.14
jsonpointer                   2.4
jsonschema                    4.19.1
jsonschema-specifications     2023.7.1
jupyter                       1.0.0
jupyter_client                8.3.1
jupyter-console               6.6.3
jupyter_core                  5.3.2
jupyter-events                0.7.0
jupyter-lsp                   2.2.0
jupyter_server                2.7.3
jupyter_server_terminals      0.4.4
jupyterlab                    4.0.6
jupyterlab-pygments           0.2.2
jupyterlab_server             2.25.0
jupyterlab-widgets            3.0.9
keyring                       24.2.0
kiwisolver                    1.4.5
lazy_loader                   0.3
lazy-object-proxy             1.9.0
line-profiler                 4.0.3
linkify-it-py                 2.0.0
llvmlite                      0.40.1
locket                        1.0.0
loguru                        0.7.2
lxml                          4.9.2
lz4                           4.3.2
mapclassify                   2.5.0
Markdown                      3.4.4
markdown-it-py                3.0.0
MarkupSafe                    2.1.3
matplotlib                    3.8.0
matplotlib-inline             0.1.6
mccabe                        0.7.0
mdit-py-plugins               0.4.0
mdurl                         0.1.0
menuinst                      2.0.0
mistune                       3.0.1
mkl-service                   2.4.0
more-itertools                10.1.0
mpmath                        1.3.0
msgpack                       1.0.6
multidict                     6.0.4
multipledispatch              0.6.0
munch                         4.0.0
munkres                       1.1.4
mypy-extensions               1.0.0
nbclient                      0.8.0
nbconvert                     7.8.0
nbformat                      5.9.2
nest-asyncio                  1.5.6
networkx                      3.1
nltk                          3.8.1
nose                          1.3.7
notebook                      7.0.4
notebook_shim                 0.2.3
numba                         0.57.1
numexpr                       2.8.7
numpy                         1.24.4
numpydoc                      1.5.0
olefile                       0.46
opencv-python                 4.7.0
openpyxl                      3.1.2
overrides                     7.4.0
packaging                     23.2
pandas                        2.1.1
pandocfilters                 1.5.0
panel                         1.2.3
param                         1.13.0
paramiko                      3.3.1
parsel                        1.8.1
parso                         0.8.3
partd                         1.4.1
pathspec                      0.11.2
patsy                         0.5.3
pdfminer.six                  20221105
pdftopng                      0.2.3
pep8                          1.7.1
pexpect                       4.8.0
pickleshare                   0.7.5
Pillow                        9.4.0
pip                           23.2.1
pkgutil_resolve_name          1.3.10
platformdirs                  3.11.0
plotly                        5.17.0
plotoptix                     0.15.0
pluggy                        1.3.0
ply                           3.11
pooch                         1.7.0
prometheus-client             0.17.1
prompt-toolkit                3.0.39
Protego                       0.3.0
protobuf                      4.21.12
psutil                        5.9.5
ptyprocess                    0.7.0
pure-eval                     0.2.2
py                            1.11.0
pyarrow                       9.0.0
pyasn1                        0.5.0
pyasn1-modules                0.3.0
pycairo                       1.25.0
pycodestyle                   2.10.0
pycosat                       0.6.6
pycparser                     2.21
pycryptodome                  3.19.0
pyct                          0.4.6
pycurl                        7.45.1
pydantic                      1.10.9
pydeck                        0.8.0b4
PyDispatcher                  2.0.5
pydocstyle                    6.2.3
pyelastix                     1.2
pyerfa                        2.0.0.3
pyflakes                      3.0.1
Pygments                      2.16.1
PyGObject                     3.46.0
pylint                        2.15.10
pylint-venv                   3.0.2
pyls-spyder                   0.4.0
Pympler                       1.0.1
PyNaCl                        1.5.0
pyodbc                        4.0.39
pyOpenSSL                     23.2.0
pyparsing                     3.1.1
PyPDF2                        2.11.1
pyproj                        3.5.0
PyQt5                         5.15.9
PyQt5-sip                     12.12.2
PyQtWebEngine                 5.15.4
pyshp                         2.3.1
PySocks                       1.7.1
pytest                        7.4.2
python-dateutil               2.8.2
python-json-logger            2.0.7
python-lsp-black              1.3.0
python-lsp-jsonrpc            1.1.2
python-lsp-server             1.7.1
python-slugify                8.0.1
pytoolconfig                  1.2.5
pytz                          2023.3.post1
pyvista                       0.42.2
pyviz_comms                   3.0.0
pyvo                          1.4.2
PyWavelets                    1.4.1
pywin32                       306
pywin32-ctypes                0.2.2
pywinpty                      2.0.11
PyYAML                        6.0.1
pyzmq                         25.1.1
QDarkStyle                    3.0.3
qstylizer                     0.2.2
QtAwesome                     1.2.3
qtconsole                     5.4.4
QtPy                          2.4.0
queuelib                      1.6.2
referencing                   0.30.2
regex                         2023.10.3
requests                      2.31.0
requests-file                 1.5.1
requests-toolbelt             1.0.0
rfc3339-validator             0.1.4
rfc3986-validator             0.1.1
rich                          13.6.0
rope                          1.10.0
rpds-py                       0.10.3
Rtree                         1.0.1
ruamel-yaml-conda             0.15.80
s3transfer                    0.7.0
scikit-image                  0.21.0
scikit-learn                  1.3.1
scikit-learn-intelex          20230725.122814
scipy                         1.11.3
scooby                        0.7.4
Scrapy                        2.7.1
seaborn                       0.13.0
Send2Trash                    1.8.2
service-identity              18.1.0
setuptools                    68.2.2
sgp4                          2.22
shapely                       2.0.1
sip                           6.7.11
six                           1.16.0
skyfield                      1.45
smart-open                    6.4.0
smmap                         3.0.5
sniffio                       1.3.0
snowballstemmer               2.2.0
sortedcollections             2.1.0
sortedcontainers              2.4.0
soupsieve                     2.5
Sphinx                        7.2.6
sphinxcontrib-applehelp       1.0.7
sphinxcontrib-devhelp         1.0.5
sphinxcontrib-htmlhelp        2.0.4
sphinxcontrib-jsmath          1.0.1
sphinxcontrib-qthelp          1.0.6
sphinxcontrib-serializinghtml 1.1.9
spyder                        5.4.2
spyder-kernels                2.4.4
SQLAlchemy                    2.0.21
stack-data                    0.6.2
starlette                     0.27.0
statsmodels                   0.14.0
streamlit                     1.27.1
sympy                         1.12
tables                        3.7.0
tabulate                      0.9.0
TBB                           0.2
tblib                         2.0.0
tenacity                      8.2.3
terminado                     0.15.0
testpath                      0.6.0
text-unidecode                1.3
textdistance                  4.5.0
threadpoolctl                 3.2.0
three-merge                   0.1.1
tifffile                      2023.4.12
tinycss2                      1.2.1
tldextract                    3.6.0
toml                          0.10.2
tomli                         2.0.1
tomlkit                       0.12.1
toolz                         0.12.0
tornado                       6.3.3
tqdm                          4.66.1
traitlets                     5.11.2
trame                         3.2.7
trame-client                  2.12.1
trame-components              2.2.1
trame-deckgl                  2.0.2
trame-markdown                2.0.2
trame-matplotlib              2.0.2
trame-plotly                  2.1.1
trame-rca                     0.4.0
trame-router                  2.1.0
trame-server                  2.12.0
trame-simput                  2.3.3
trame-vega                    2.0.3
trame-vtk                     2.5.8
trame-vuetify                 2.3.1
Twisted                       23.8.0
twisted-iocpsupport           1.0.4
types-python-dateutil         2.8.19.14
typing_extensions             4.8.0
typing-utils                  0.1.0
tzdata                        2023.3
tzlocal                       5.0.1
uc-micro-py                   1.0.1
ujson                         5.8.0
unicodedata2                  15.1.0
uri-template                  1.3.0
urllib3                       1.26.14
uvicorn                       0.22.0
validators                    0.22.0
vtk                           9.2.5
w3lib                         2.1.2
watchdog                      3.0.0
wcwidth                       0.2.8
webcolors                     1.13
webencodings                  0.5.1
websocket-client              1.6.3
Werkzeug                      3.0.0
whatthepatch                  1.0.5
wheel                         0.41.2
widgetsnbextension            4.0.9
win-inet-pton                 1.1.0
win-unicode-console           0.5
win32-setctime                1.1.0
wrapt                         1.15.0
wslink                        1.12.2
xarray                        2023.9.0
xisf                          0.9.1           D:\src\xisf
xlrd                          2.0.1
XlsxWriter                    3.1.6
xlwings                       0.30.12
xyzservices                   2023.7.0
yapf                          0.40.1
yarl                          1.9.2
zict                          3.0.0
zipp                          3.17.0
zope.interface                6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant