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

Issue345 remove obsolete #347

Merged
merged 3 commits into from
Jul 17, 2018
Merged

Issue345 remove obsolete #347

merged 3 commits into from
Jul 17, 2018

Conversation

akorosov
Copy link
Member

@korvinos , can you have a look please?

@coveralls
Copy link

coveralls commented Jul 16, 2018

Coverage Status

Coverage decreased (-0.2%) to 93.23% when pulling ac01673 on issue345-remove-obsolete into 83398b3 on develop.

@coveralls
Copy link

coveralls commented Jul 16, 2018

Coverage Status

Coverage decreased (-0.2%) to 93.23% when pulling 5f88b33 on issue345-remove-obsolete into 83398b3 on develop.

@akorosov
Copy link
Member Author

Coverage has decrease in % and only because the total number of lines has decreased. All tests pass!

@akorosov akorosov requested a review from korvinos July 16, 2018 10:52
nansat/domain.py Outdated
@@ -875,7 +853,3 @@ def reproject_gcps(self, srs_string=''):
srs_string = '+proj=stere +datum=WGS84 +ellps=WGS84 +lat_0=%f +lon_0=%f +no_defs' \
% (np.nanmedian(lat), np.nanmedian(lon))
self.vrt.reproject_GCPs(srs_string)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure that it is relevant for this particular PR. However, why we refactored the reproject_gcps name at the Domain class but left it reproject_GCPs in the VRT class?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good observation. I'll change that as well.

@korvinos
Copy link
Member

@akorosov , Does coveralls fail due to decreasing of the coverage?

@akorosov
Copy link
Member Author

No, as I said before the coevrage in lines remained the same. But number of lines decreased. Hence percentage increases. Statistics... :)

@korvinos
Copy link
Member

korvinos commented Jul 17, 2018

I am so sorry :(, but I missed that you forgot to change subversion. I'm going to merge the PR just after that

@akorosov akorosov merged commit 0521b41 into develop Jul 17, 2018
@akorosov akorosov deleted the issue345-remove-obsolete branch July 17, 2018 13:30
akorosov added a commit that referenced this pull request Jul 18, 2018
* #251 close issue

* add dev

* #272 update conventions

* #272 account for comment in #239

* #272 update conventions

* #272 update conventions

* #264 extend docstring

* #91 add tests for VRT

* #91 increase test coverage for node

* #91 fix according to PR comments

* #212 remove cfunits; setup: move numpy, gdal to REQS

* #212 remove check of numpy and gdal

* #313 add Vagrantfile and provisioning

* set libnetcdf version for Vagrant

* #331: Modified nansat_test_base.py

* #331: clean up in nansat_test_base.py

* #329: Added section following suggestions in issue description

* Added info about forking and noted that hotfix is generally done by team members

* #329: more info on handling forks

* #329: Changed text in conventions according to reviews

* #336 update docs

* Update release_nansat.rst

* Update release_nansat.rst

* Issue325 mock missing install nansat readme (#340)

* add .vagrant to gitignore

* "#325: README.rst new install proc. added new Test section (nose mock)"

* "#325: README.rst spelling"

*  Updated README.rst according to comments

and, changed section 'Usage' to 'Activate and work in the nansat environment' (too long?),
and, also switched the link to the "wiki" page in the bottom to a link to Read the Docs!

* empty commit to fix failed Travis CI check?

* travis.yml: libnetcdf no pinning

* #340: Modified installation.rst according to comments

* Added to conda create missing: nansat

* Developed method returns border geometry in geojson format

* Developed for the geometry to geojson method

* #345 remove obsolote function parameters and NansatFutureWarning calls

* #345 move basemap checks to test_tools

* #345 #347 fix reproject_GCPs
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

Successfully merging this pull request may close these issues.

3 participants