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

[FEAT] install: move work-directories to the user directory (prerequisite for PyPI setup) #119

Merged
merged 8 commits into from
May 6, 2022

Conversation

treee111
Copy link
Owner

@treee111 treee111 commented May 6, 2022

This PR…

  • moves the work-directories to the user level to implement PyPI setup later on and be still release independent

Considerations and implementations

  • wahooMapsCreatorData is the name of the folder
    • generated maps are saved directly in wahooMapsCreatorData (was output before)
  • download is renamed to _download
  • output is renamed to _tiles

How to test

  1. process maps for a country or tile

Pull Request Checklist

treee111 added 3 commits May 6, 2022 21:23
- strukture like before
- the to-be-moved folder was created beginning with v1.1.0
- the new structure is in the users-folder
@treee111 treee111 changed the base branch from develop to release-v2.0.0 May 6, 2022 19:58
@treee111 treee111 added the enhancement New feature or request label May 6, 2022
treee111 added 5 commits May 6, 2022 22:04
- Uses of a deprecated module 'distutils.dir_util' (deprecated-module)
- folders and files in the user home dir begin with USER_
- folders in python package / repo are the rest
- reorganization of the constants section
@treee111 treee111 merged commit 0dd582b into release-v2.0.0 May 6, 2022
@treee111 treee111 deleted the user-directory branch May 6, 2022 20:08
treee111 added a commit that referenced this pull request May 7, 2022
* replace occurences of old values to wahoo_mc

- "common_"...
- "wahoo_maps_creator"

* adjust docs to the user directory
treee111 added a commit that referenced this pull request May 7, 2022
* [FIX] Adjust documentation from #115 and #119 (#120)

* replace occurences of old values to wahoo_mc

- "common_"...
- "wahoo_maps_creator"

* adjust docs to the user directory

* introduce config files for pypi
- gitignore build-files

* adjust conda .yml files according to PyPI setup

- gdal-user.yml according to setup.cfg
- gdal-dev.yml for publish packages

* Bump to version v2.0.0a2

* align the package folder to the package name

- rename wahoo_mc to wahoo-mc

* Bump to version v2.0.0a3

* Revert "align the package folder to the package name"

This reverts commit 95a32cd.

* rename to mahoomc

* Bump to version v2.0.0a4

* temp documentation

* Bump to version v2.0.0a5

* add upgrading wahoomc via pip

* add commands to publish the release to PyPI
treee111 added a commit that referenced this pull request May 7, 2022
* [FIX] Adjust documentation from #115 and #119 (#120)

* replace occurences of old values to wahoo_mc

- "common_"...
- "wahoo_maps_creator"

* adjust docs to the user directory

* introduce config files for pypi
- gitignore build-files

* adjust conda .yml files according to PyPI setup

- gdal-user.yml according to setup.cfg
- gdal-dev.yml for publish packages

* Bump to version v2.0.0a2

* align the package folder to the package name

- rename wahoo_mc to wahoo-mc

* Bump to version v2.0.0a3

* Revert "align the package folder to the package name"

This reverts commit 95a32cd.

* rename to mahoomc

* Bump to version v2.0.0a4

* temp documentation

* Bump to version v2.0.0a5

* add upgrading wahoomc via pip

* add commands to publish the release to PyPI
treee111 added a commit that referenced this pull request May 8, 2022
* [FIX] Adjust documentation from #115 and #119 (#120)

* replace occurences of old values to wahoo_mc

- "common_"...
- "wahoo_maps_creator"

* adjust docs to the user directory

* introduce config files for pypi
- gitignore build-files

* adjust conda .yml files according to PyPI setup

- gdal-user.yml according to setup.cfg
- gdal-dev.yml for publish packages

* Bump to version v2.0.0a2

* align the package folder to the package name

- rename wahoo_mc to wahoo-mc

* Bump to version v2.0.0a3

* Revert "align the package folder to the package name"

This reverts commit 95a32cd.

* rename to mahoomc

* Bump to version v2.0.0a4

* temp documentation

* Bump to version v2.0.0a5

* add upgrading wahoomc via pip

* add commands to publish the release to PyPI

BREAKING CHANGE:
The GUI and CLI of wahooMapsCreator will now be called differently than
before:
- `python wahoomc gui` and
- `python wahoomc cli -co malta`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant