-
Notifications
You must be signed in to change notification settings - Fork 66
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
Conversation
Coverage has decrease in % and only because the total number of lines has decreased. All tests pass! |
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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
@akorosov , Does coveralls fail due to decreasing of the coverage? |
No, as I said before the coevrage in lines remained the same. But number of lines decreased. Hence percentage increases. Statistics... :) |
I am so sorry :(, but I missed that you forgot to change subversion. I'm going to merge the PR just after that |
* #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
@korvinos , can you have a look please?