Skip to content

Instantly share code, notes, and snippets.

@emiliom
emiliom / ioos_csw_obs_ndbc.ipynb
Created July 26, 2018 02:22
NDBC problems in IOOS Catalog CSW searches and results
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emiliom
emiliom / geopandas_GDFfrom_features_FeatCollection.ipynb
Created August 22, 2017 21:30
GeoDataFrame.from_features enhancement to accept FeatureCollection
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emiliom
emiliom / CUAHSI_HISCentral_service_problems.ipynb
Last active June 2, 2017 14:16
Demonstrating problem (and solution!) with CUAHSI HIS Central web services
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# coding: utf-8
from sqlalchemy import BigInteger, Column, Date, DateTime, Float, ForeignKey, Index, Integer, String, Table
from sqlalchemy.orm import relationship
from sqlalchemy.dialects.mssql.base import BIT, UNIQUEIDENTIFIER
from sqlalchemy.sql.sqltypes import NullType
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
metadata = Base.metadata
@emiliom
emiliom / BiGCZ_Demo_2_IGSN_DynamicMaps.ipynb
Created October 28, 2014 18:27
#BiGCZSSI #CZOData #IGSN #geopandas #folium #mplleaflet IGSN sample web service request and map dynamic display Dynamic, inline map examples using Folium and Geopandas+mplleaflet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emiliom
emiliom / ulmo_crbwofpy_vizer_tests.ipynb
Created September 8, 2014 19:16
#WaterOneFlow #WaterML1 #ulmo #python #CZOData #CRB Tests for ulmo ingest of WaterML1.x from CRBCZO WOFpy endpoint
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emiliom
emiliom / pyoos_hads_pandas_demo1.ipynb
Created June 18, 2014 16:52
#IOOS #pyoos #NERRS #HADS Accessing a "NERRS" station with Pyoos via its HADS Collector, not the CDMO. Currently it only illustrates a request for a station ("feature") given its known station_code (nesdis_id); no other type of collection query is illustrated. Then, it shows access to data from the specified station; extraction of station metada…
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emiliom
emiliom / ulmo_cuahsi_WDCproblem_hiscentralservices.ipynb
Created May 15, 2014 16:45
#python #CUAHSI Problem with Water Data Center GetValuesObject request (sort of). Well, the GetValuesObject request is actually to a specific provider, not the WDC. The WDC is only returning the provider series from a GetSeriesCatalogForBox2 request. http://hiscentral.cuahsi.org/webservices/hiscentral.asmx 5/15/2014. Emilio Mayorga
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emiliom
emiliom / ulmo_cuahsi_hiscentralservices.ipynb
Created May 14, 2014 20:21
#CUAHSI #WaterOneFlow #WaterML1 #Python #ulmo #cuahsi_his_central Accessing CUAHSI HIS Central "discovery" web services. Examples using ulmo and direct soap requests with suds. These discovery services are not well documented, unfortunately. A service listing with bare-bones descriptions is available at http://hiscentral.cuahsi.org/webservices/h…
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.