Skip to content

Commit

Permalink
extracted geocoder_reverse to own package, solving #27
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Jan 29, 2024
1 parent 541b576 commit 6bc9c0a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 111 deletions.
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.

0 comments on commit 6bc9c0a

Please sign in to comment.