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

extracted geocoder_reverse to own package #28

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,17 @@ url = https://github.com/metno/pyaro-readers
python_version = >=3.9
install_requires =
pyaro >= 0.0.6
geocoder_reverse_natural_earth >= 0.0.1
netCDF4
requests
fiona
shapely
rtree
tqdm

package_dir =
=src
packages = pyaro_readers.aeronetsunreader, pyaro_readers.aeronetsdareader, geocoder_reverse_natural_earth, pyaro_readers.ascii2netcdf
packages = pyaro_readers.aeronetsunreader, pyaro_readers.aeronetsdareader, pyaro_readers.ascii2netcdf
test_require = tox:tox

[options.package_data]
geocoder_reverse_natural_earth =
*.zip

[options.entry_points]
pyaro.timeseries =
Expand Down
1 change: 0 additions & 1 deletion src/geocoder_reverse_natural_earth/__init__.py

This file was deleted.

86 changes: 0 additions & 86 deletions src/geocoder_reverse_natural_earth/geocoder_reverse_ne.py

This file was deleted.

Binary file not shown.
18 changes: 0 additions & 18 deletions tests/test_geocoder_reverse_natural_earth.py

This file was deleted.

Loading