We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow-up from #1185. UHSLC-fast also has ['Rangiroa Atoll ', 'Tubuaï '] stations with trailing spaces:
['Rangiroa Atoll ', 'Tubuaï ']
import dfm_tools as dfmt ssc_catalog_gpd = dfmt.ssh_catalog_subset(source="uhslc-fast") name_endwithspace = ssc_catalog_gpd["station_name"].loc[ssc_catalog_gpd["station_name"].str.endswith(" ")] print(name_endwithspace.tolist())
Requested on 8-5-2025 to fix this at the source. If this is not feasible/needed, trim them in dfm_tools.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow-up from #1185. UHSLC-fast also has
['Rangiroa Atoll ', 'Tubuaï ']
stations with trailing spaces:Requested on 8-5-2025 to fix this at the source. If this is not feasible/needed, trim them in dfm_tools.
The text was updated successfully, but these errors were encountered: