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

Bugfix/geoparquet storage #204

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Bugfix/geoparquet storage #204

wants to merge 14 commits into from

Commits on Aug 6, 2024

  1. Update requirements.txt

    tgrandje committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a4ae31a View commit details
    Browse the repository at this point in the history
  2. Use geopandas to handle geoparquet

    * Switch the storing/loading of geoparquets from pandas to geopandas
    * black formatting
    tgrandje committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7db0561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a8d102 View commit details
    Browse the repository at this point in the history
  4. Switch from multiprocessing to multithreading

    * switch from multiprocessing.Pool to pebble.ThreadPool
    * black formatting
    tgrandje committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    279d466 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. bugfix on save_df

    tgrandje committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    dfd2ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44c6d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30af86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f53b726 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    411b3cc View commit details
    Browse the repository at this point in the history
  6. Update workflows

    tgrandje committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    902c79a View commit details
    Browse the repository at this point in the history
  7. Fix workflows(?)

    tgrandje committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fbb0787 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fc678e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    daab004 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    7381628 View commit details
    Browse the repository at this point in the history